Y.Test.csproj 12 KB

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