Y.Test.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E1897235-0E04-420D-B6D5-29BEA14DA1FD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Test</RootNamespace>
  11. <AssemblyName>Y.Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <TargetFrameworkProfile />
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="System.Data.SQLite.EF6">
  70. <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.105.2\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="System.Data.SQLite.Linq">
  74. <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.105.2\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Form1.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Form1.Designer.cs">
  92. <DependentUpon>Form1.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="Views\ChineseCalendarForm.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="Views\ChineseCalendarForm.Designer.cs">
  100. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\MainForm.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="Views\MainForm.Designer.cs">
  106. <DependentUpon>MainForm.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\TestInputForm.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="Views\TestInputForm.Designer.cs">
  112. <DependentUpon>TestInputForm.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Views\TestMove.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="Views\TestMove.Designer.cs">
  118. <DependentUpon>TestMove.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\TestWebForm.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="Views\TestWebForm.Designer.cs">
  124. <DependentUpon>TestWebForm.cs</DependentUpon>
  125. </Compile>
  126. <EmbeddedResource Include="Form1.resx">
  127. <DependentUpon>Form1.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Properties\Resources.resx">
  130. <Generator>ResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. <DesignTime>True</DesignTime>
  138. </Compile>
  139. <EmbeddedResource Include="Views\ChineseCalendarForm.resx">
  140. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="Views\MainForm.resx">
  143. <DependentUpon>MainForm.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Views\TestInputForm.resx">
  146. <DependentUpon>TestInputForm.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Views\TestMove.resx">
  149. <DependentUpon>TestMove.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Views\TestWebForm.resx">
  152. <DependentUpon>TestWebForm.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <None Include="packages.config" />
  155. <None Include="Properties\Settings.settings">
  156. <Generator>SettingsSingleFileGenerator</Generator>
  157. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  158. </None>
  159. <Compile Include="Properties\Settings.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Settings.settings</DependentUpon>
  162. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  163. </Compile>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="App.config" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  170. <Project>{E9A97673-3E27-4A49-90BC-8806411A2F57}</Project>
  171. <Name>Y.Skin</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  174. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  175. <Name>Y.Utils</Name>
  176. </ProjectReference>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  180. <Visible>False</Visible>
  181. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  182. <Install>true</Install>
  183. </BootstrapperPackage>
  184. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="FodyWeavers.xml" />
  192. <Content Include="Images\BackgroundImages\Rainbow.png" />
  193. </ItemGroup>
  194. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  195. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  196. <PropertyGroup>
  197. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  198. </PropertyGroup>
  199. <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
  200. </Target>
  201. <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
  202. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  203. Other similar extension points exist, see Microsoft.Common.targets.
  204. <Target Name="BeforeBuild">
  205. </Target>
  206. <Target Name="AfterBuild">
  207. </Target>
  208. -->
  209. </Project>