Y.Test.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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.5.2</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. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Form1.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form1.Designer.cs">
  70. <DependentUpon>Form1.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="Views\ChineseCalendarForm.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Views\ChineseCalendarForm.Designer.cs">
  78. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Views\MainForm.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Views\MainForm.Designer.cs">
  84. <DependentUpon>MainForm.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Views\TestInputForm.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Views\TestInputForm.Designer.cs">
  90. <DependentUpon>TestInputForm.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Views\TestMove.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Views\TestMove.Designer.cs">
  96. <DependentUpon>TestMove.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Views\TestWebForm.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Views\TestWebForm.Designer.cs">
  102. <DependentUpon>TestWebForm.cs</DependentUpon>
  103. </Compile>
  104. <EmbeddedResource Include="Form1.resx">
  105. <DependentUpon>Form1.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Properties\Resources.resx">
  108. <Generator>ResXFileCodeGenerator</Generator>
  109. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  110. <SubType>Designer</SubType>
  111. </EmbeddedResource>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. <DesignTime>True</DesignTime>
  116. </Compile>
  117. <EmbeddedResource Include="Views\ChineseCalendarForm.resx">
  118. <DependentUpon>ChineseCalendarForm.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Views\MainForm.resx">
  121. <DependentUpon>MainForm.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Views\TestInputForm.resx">
  124. <DependentUpon>TestInputForm.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="Views\TestMove.resx">
  127. <DependentUpon>TestMove.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Views\TestWebForm.resx">
  130. <DependentUpon>TestWebForm.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <None Include="packages.config" />
  133. <None Include="Properties\Settings.settings">
  134. <Generator>SettingsSingleFileGenerator</Generator>
  135. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  136. </None>
  137. <Compile Include="Properties\Settings.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Settings.settings</DependentUpon>
  140. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  141. </Compile>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  148. <Project>{E9A97673-3E27-4A49-90BC-8806411A2F57}</Project>
  149. <Name>Y.Skin</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  152. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  153. <Name>Y.Utils</Name>
  154. </ProjectReference>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  158. <Visible>False</Visible>
  159. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 和 x64%29</ProductName>
  160. <Install>true</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 3.5 SP1</ProductName>
  165. <Install>false</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="FodyWeavers.xml" />
  170. <Content Include="Images\BackgroundImages\Rainbow.png" />
  171. </ItemGroup>
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. <Import Project="..\packages\Fody.2.0.6\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.2.0.6\build\dotnet\Fody.targets')" />
  174. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  175. <PropertyGroup>
  176. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  177. </PropertyGroup>
  178. <Error Condition="!Exists('..\packages\Fody.2.0.6\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.6\build\dotnet\Fody.targets'))" />
  179. </Target>
  180. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  181. Other similar extension points exist, see Microsoft.Common.targets.
  182. <Target Name="BeforeBuild">
  183. </Target>
  184. <Target Name="AfterBuild">
  185. </Target>
  186. -->
  187. </Project>