Y.Test.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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.Windows.Forms" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="Views\ChineseCalendarForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Views\ChineseCalendarForm.Designer.cs">
  93. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="Views\Form1.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="Views\Form1.Designer.cs">
  99. <DependentUpon>Form1.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Views\MainForm.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Views\MainForm.Designer.cs">
  105. <DependentUpon>MainForm.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Views\TestComputerInfoForm.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Views\TestComputerInfoForm.Designer.cs">
  111. <DependentUpon>TestComputerInfoForm.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Views\TestInputForm.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Views\TestInputForm.Designer.cs">
  117. <DependentUpon>TestInputForm.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Views\TestMove.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="Views\TestMove.Designer.cs">
  123. <DependentUpon>TestMove.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Views\TestWebForm.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="Views\TestWebForm.Designer.cs">
  129. <DependentUpon>TestWebForm.cs</DependentUpon>
  130. </Compile>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. <SubType>Designer</SubType>
  135. </EmbeddedResource>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Resources.resx</DependentUpon>
  139. <DesignTime>True</DesignTime>
  140. </Compile>
  141. <EmbeddedResource Include="Views\ChineseCalendarForm.resx">
  142. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Views\Form1.resx">
  145. <DependentUpon>Form1.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Views\MainForm.resx">
  148. <DependentUpon>MainForm.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Views\TestComputerInfoForm.resx">
  151. <DependentUpon>TestComputerInfoForm.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Views\TestInputForm.resx">
  154. <DependentUpon>TestInputForm.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Views\TestMove.resx">
  157. <DependentUpon>TestMove.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Views\TestWebForm.resx">
  160. <DependentUpon>TestWebForm.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <None Include="packages.config" />
  163. <None Include="Properties\Settings.settings">
  164. <Generator>SettingsSingleFileGenerator</Generator>
  165. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  166. </None>
  167. <Compile Include="Properties\Settings.Designer.cs">
  168. <AutoGen>True</AutoGen>
  169. <DependentUpon>Settings.settings</DependentUpon>
  170. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  171. </Compile>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <None Include="App.config" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  178. <Project>{E9A97673-3E27-4A49-90BC-8806411A2F57}</Project>
  179. <Name>Y.Skin</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  182. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  183. <Name>Y.Utils</Name>
  184. </ProjectReference>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  188. <Visible>False</Visible>
  189. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  190. <Install>true</Install>
  191. </BootstrapperPackage>
  192. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  193. <Visible>False</Visible>
  194. <ProductName>.NET Framework 3.5 SP1</ProductName>
  195. <Install>false</Install>
  196. </BootstrapperPackage>
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="FodyWeavers.xml" />
  200. <Content Include="Images\BackgroundImages\Rainbow.png" />
  201. </ItemGroup>
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  203. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  204. <PropertyGroup>
  205. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  206. </PropertyGroup>
  207. <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'))" />
  208. </Target>
  209. <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')" />
  210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  211. Other similar extension points exist, see Microsoft.Common.targets.
  212. <Target Name="BeforeBuild">
  213. </Target>
  214. <Target Name="AfterBuild">
  215. </Target>
  216. -->
  217. </Project>