Y.Test.csproj 11 KB

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