新一代CaptB点名器.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{A6C37BF5-793D-4E5D-A230-DCC0593E8D51}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>新一代CaptB点名器</RootNamespace>
  10. <AssemblyName>新一代CaptB点名器</AssemblyName>
  11. <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>Icon_5299.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <StartupObject>新一代CaptB点名器.Program</StartupObject>
  41. </PropertyGroup>
  42. <PropertyGroup />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>bin\x64\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>x64</PlatformTarget>
  49. <LangVersion>7.3</LangVersion>
  50. <ErrorReport>prompt</ErrorReport>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  53. <OutputPath>bin\x64\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <DebugType>pdbonly</DebugType>
  57. <PlatformTarget>x64</PlatformTarget>
  58. <LangVersion>7.3</LangVersion>
  59. <ErrorReport>prompt</ErrorReport>
  60. <Prefer32Bit>true</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x86\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x86</PlatformTarget>
  68. <LangVersion>7.3</LangVersion>
  69. <ErrorReport>prompt</ErrorReport>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  72. <OutputPath>bin\x86\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <LangVersion>7.3</LangVersion>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="System" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Deployment" />
  89. <Reference Include="System.Drawing" />
  90. <Reference Include="System.Net.Http" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="AboutBox1.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="AboutBox1.Designer.cs">
  99. <DependentUpon>AboutBox1.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="Content.cs">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="Content.Designer.cs">
  105. <DependentUpon>Content.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="Form1.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Form1.Designer.cs">
  111. <DependentUpon>Form1.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Form2.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Form2.Designer.cs">
  117. <DependentUpon>Form2.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="Program.cs" />
  120. <Compile Include="Properties\AssemblyInfo.cs" />
  121. <Compile Include="Setting.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="Setting.Designer.cs">
  125. <DependentUpon>Setting.cs</DependentUpon>
  126. </Compile>
  127. <EmbeddedResource Include="AboutBox1.resx">
  128. <DependentUpon>AboutBox1.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Content.resx">
  131. <DependentUpon>Content.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Form1.resx">
  134. <DependentUpon>Form1.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Form2.resx">
  137. <DependentUpon>Form2.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="Properties\Resources.resx">
  140. <Generator>ResXFileCodeGenerator</Generator>
  141. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  142. <SubType>Designer</SubType>
  143. </EmbeddedResource>
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DependentUpon>Resources.resx</DependentUpon>
  147. <DesignTime>True</DesignTime>
  148. </Compile>
  149. <EmbeddedResource Include="Setting.resx">
  150. <DependentUpon>Setting.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <None Include="Properties\Settings.settings">
  153. <Generator>SettingsSingleFileGenerator</Generator>
  154. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  155. </None>
  156. <Compile Include="Properties\Settings.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DependentUpon>Settings.settings</DependentUpon>
  159. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  160. </Compile>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <None Include="App.config" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="Resources\background.png" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="Resources\banner.jpg" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="Resources\banner.png" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <None Include="Resources\RC.png" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="Resources\RC.ico" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <Content Include="Icon_5299.ico" />
  182. <Content Include="Icon_7565.ico" />
  183. <Content Include="RC.ico" />
  184. <None Include="Resources\Icon_9905.ico" />
  185. <None Include="Resources\Icon_9922.ico" />
  186. <None Include="Resources\Icon_9960.ico" />
  187. <None Include="Resources\Icon_7566.ico" />
  188. <None Include="Resources\Icon_5299.ico" />
  189. <None Include="Resources\Icon_1016.ico" />
  190. <None Include="Resources\Icon_1657.png" />
  191. <None Include="Resources\Icon_7618.png" />
  192. <None Include="Resources\Icon_0068.png" />
  193. <None Include="Resources\Icon_2708.png" />
  194. <None Include="Resources\Icon_2708.bmp" />
  195. <None Include="Resources\Icon_9905.png" />
  196. <None Include="Resources\Icon_4544.png" />
  197. <None Include="Resources\Icon_5060.png" />
  198. <None Include="Resources\Icon_5059.png" />
  199. <None Include="Resources\Icon_9916.png" />
  200. <None Include="Resources\Icon_39951.png" />
  201. <None Include="Resources\Icon_9752.png" />
  202. <None Include="Resources\Icon_9922.png" />
  203. <None Include="Resources\Icon_9948.png" />
  204. <None Include="Resources\Icon_0248.png" />
  205. <None Include="Resources\Icon_0096.png" />
  206. <None Include="Resources\Icon_0378.png" />
  207. <None Include="Resources\Icon_5350.png" />
  208. <None Include="Resources\Icon_9960.png" />
  209. <None Include="Resources\Icon_3995.png" />
  210. <None Include="Resources\Icon_0363.png" />
  211. <None Include="Resources\Icon_0279.png" />
  212. <None Include="Resources\Icon_0061.png" />
  213. <None Include="Resources\Icon_7032.png" />
  214. <None Include="Resources\Icon_3947.png" />
  215. <None Include="Resources\Icon_3925.png" />
  216. <None Include="Resources\Icon_3929.png" />
  217. <None Include="Resources\Icon_3875.png" />
  218. <None Include="Resources\Icon_0040.png" />
  219. <None Include="Resources\Icon_0039.png" />
  220. <None Include="Resources\Icon_7482.png" />
  221. <None Include="Resources\amd64_microsoft_windows_shell32_31bf3856ad364e35_10_16802_0000.png" />
  222. <None Include="Resources\amd64_microsoft-windows-shell32_31bf3856ad364e35_10_16802_0000.png" />
  223. <None Include="Resources\aclui_1_115_0000.png" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
  227. <Version>7.1.3</Version>
  228. </PackageReference>
  229. </ItemGroup>
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. </Project>