新一代CaptB点名器.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ApplicationIcon>Icon_5299.ico</ApplicationIcon>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject>新一代CaptB点名器.Program</StartupObject>
  56. </PropertyGroup>
  57. <PropertyGroup />
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x64\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <LangVersion>7.3</LangVersion>
  65. <ErrorReport>prompt</ErrorReport>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  68. <OutputPath>bin\x64\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <Optimize>true</Optimize>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x64</PlatformTarget>
  73. <LangVersion>7.3</LangVersion>
  74. <ErrorReport>prompt</ErrorReport>
  75. <Prefer32Bit>true</Prefer32Bit>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  78. <DebugSymbols>true</DebugSymbols>
  79. <OutputPath>bin\x86\Debug\</OutputPath>
  80. <DefineConstants>DEBUG;TRACE</DefineConstants>
  81. <DebugType>full</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <LangVersion>7.3</LangVersion>
  84. <ErrorReport>prompt</ErrorReport>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  87. <OutputPath>bin\x86\Release\</OutputPath>
  88. <DefineConstants>TRACE</DefineConstants>
  89. <Optimize>true</Optimize>
  90. <DebugType>pdbonly</DebugType>
  91. <PlatformTarget>x86</PlatformTarget>
  92. <LangVersion>7.3</LangVersion>
  93. <ErrorReport>prompt</ErrorReport>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <ItemGroup>
  97. <Reference Include="System" />
  98. <Reference Include="System.Core" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="Microsoft.CSharp" />
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Deployment" />
  104. <Reference Include="System.Drawing" />
  105. <Reference Include="System.Net.Http" />
  106. <Reference Include="System.Windows.Forms" />
  107. <Reference Include="System.Xml" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="AboutBox1.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="AboutBox1.Designer.cs">
  114. <DependentUpon>AboutBox1.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Content.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="Content.Designer.cs">
  120. <DependentUpon>Content.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Form1.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="Form1.Designer.cs">
  126. <DependentUpon>Form1.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="Form2.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="Form2.Designer.cs">
  132. <DependentUpon>Form2.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Program.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="Setting.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="Setting.Designer.cs">
  140. <DependentUpon>Setting.cs</DependentUpon>
  141. </Compile>
  142. <EmbeddedResource Include="AboutBox1.resx">
  143. <DependentUpon>AboutBox1.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Content.resx">
  146. <DependentUpon>Content.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Form1.resx">
  149. <DependentUpon>Form1.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Form2.resx">
  152. <DependentUpon>Form2.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="Properties\Resources.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. <Compile Include="Properties\Resources.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Resources.resx</DependentUpon>
  162. <DesignTime>True</DesignTime>
  163. </Compile>
  164. <EmbeddedResource Include="Setting.resx">
  165. <DependentUpon>Setting.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <None Include="Properties\Settings.settings">
  168. <Generator>SettingsSingleFileGenerator</Generator>
  169. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  170. </None>
  171. <Compile Include="Properties\Settings.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DependentUpon>Settings.settings</DependentUpon>
  174. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  175. </Compile>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="App.config" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="Resources\background.png" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="Resources\banner.jpg" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="Resources\banner.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="Resources\RC.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="Resources\RC.ico" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Content Include="Icon_5299.ico" />
  197. <Content Include="Icon_7565.ico" />
  198. <Content Include="RC.ico" />
  199. <None Include="Resources\Icon_9905.ico" />
  200. <None Include="Resources\Icon_9922.ico" />
  201. <None Include="Resources\Icon_9960.ico" />
  202. <None Include="Resources\Icon_7566.ico" />
  203. <None Include="Resources\Icon_5299.ico" />
  204. <None Include="Resources\Icon_1016.ico" />
  205. <None Include="Resources\Icon_1657.png" />
  206. <None Include="Resources\Icon_7618.png" />
  207. <None Include="Resources\Icon_0068.png" />
  208. <None Include="Resources\Icon_2708.png" />
  209. <None Include="Resources\Icon_2708.bmp" />
  210. <None Include="Resources\Icon_9905.png" />
  211. <None Include="Resources\Icon_4544.png" />
  212. <None Include="Resources\Icon_5060.png" />
  213. <None Include="Resources\Icon_5059.png" />
  214. <None Include="Resources\Icon_9916.png" />
  215. <None Include="Resources\Icon_39951.png" />
  216. <None Include="Resources\Icon_9752.png" />
  217. <None Include="Resources\Icon_9922.png" />
  218. <None Include="Resources\Icon_9948.png" />
  219. <None Include="Resources\Icon_0248.png" />
  220. <None Include="Resources\Icon_0096.png" />
  221. <None Include="Resources\Icon_0378.png" />
  222. <None Include="Resources\Icon_5350.png" />
  223. <None Include="Resources\Icon_9960.png" />
  224. <None Include="Resources\Icon_3995.png" />
  225. <None Include="Resources\Icon_0363.png" />
  226. <None Include="Resources\Icon_0279.png" />
  227. <None Include="Resources\Icon_0061.png" />
  228. <None Include="Resources\Icon_7032.png" />
  229. <None Include="Resources\Icon_3947.png" />
  230. <None Include="Resources\Icon_3925.png" />
  231. <None Include="Resources\Icon_3929.png" />
  232. <None Include="Resources\Icon_3875.png" />
  233. <None Include="Resources\Icon_0040.png" />
  234. <None Include="Resources\Icon_0039.png" />
  235. <None Include="Resources\Icon_7482.png" />
  236. <None Include="Resources\amd64_microsoft_windows_shell32_31bf3856ad364e35_10_16802_0000.png" />
  237. <None Include="Resources\amd64_microsoft-windows-shell32_31bf3856ad364e35_10_16802_0000.png" />
  238. <None Include="Resources\aclui_1_115_0000.png" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
  242. <Version>7.1.3</Version>
  243. </PackageReference>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <BootstrapperPackage Include=".NETFramework,Version=v4.8.1">
  247. <Visible>False</Visible>
  248. <ProductName>Microsoft .NET Framework 4.8.1 %28x86 和 x64%29</ProductName>
  249. <Install>true</Install>
  250. </BootstrapperPackage>
  251. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  252. <Visible>False</Visible>
  253. <ProductName>.NET Framework 3.5 SP1</ProductName>
  254. <Install>false</Install>
  255. </BootstrapperPackage>
  256. </ItemGroup>
  257. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  258. </Project>