Y.Test.csproj 7.5 KB

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