夢中的音符 Minecraft 繁體中文啟動器.vbproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{32DC0549-6385-4A64-9885-CFBD52F643A2}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>HKWTC.My.MyApplication</StartupObject>
  11. <RootNamespace>HKWTC</RootNamespace>
  12. <AssemblyName>夢裡的音符 Minecraft 繁體中文啟動器</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. <IsWebBootstrapper>false</IsWebBootstrapper>
  21. <ApplicationIcon>Beta Logo.ico</ApplicationIcon>
  22. <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <DefineDebug>true</DefineDebug>
  42. <DefineTrace>true</DefineTrace>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DocumentationFile>夢裡的音符 Minecraft 繁體中文啟動器.xml</DocumentationFile>
  45. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <DefineDebug>false</DefineDebug>
  50. <DefineTrace>true</DefineTrace>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DocumentationFile>夢裡的音符 Minecraft 繁體中文啟動器.xml</DocumentationFile>
  54. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="System.Core">
  64. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="System.Xml.Linq">
  67. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="System.Data.DataSetExtensions">
  70. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  71. </Reference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Import Include="Microsoft.VisualBasic" />
  75. <Import Include="System" />
  76. <Import Include="System.Collections" />
  77. <Import Include="System.Collections.Generic" />
  78. <Import Include="System.Data" />
  79. <Import Include="System.Drawing" />
  80. <Import Include="System.Diagnostics" />
  81. <Import Include="System.IO" />
  82. <Import Include="System.IO.Compression" />
  83. <Import Include="System.Windows.Forms" />
  84. <Import Include="System.Linq" />
  85. <Import Include="System.Xml.Linq" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="ApplicationEvents.vb" />
  89. <Compile Include="Form1.vb">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="Form1.Designer.vb">
  93. <DependentUpon>Form1.vb</DependentUpon>
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Form2.Designer.vb">
  97. <DependentUpon>Form2.vb</DependentUpon>
  98. </Compile>
  99. <Compile Include="Form2.vb">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Form3.Designer.vb">
  103. <DependentUpon>Form3.vb</DependentUpon>
  104. </Compile>
  105. <Compile Include="Form3.vb">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Form4.Designer.vb">
  109. <DependentUpon>Form4.vb</DependentUpon>
  110. </Compile>
  111. <Compile Include="Form4.vb">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Form5.Designer.vb">
  115. <DependentUpon>Form5.vb</DependentUpon>
  116. </Compile>
  117. <Compile Include="Form5.vb">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="Form6.Designer.vb">
  121. <DependentUpon>Form6.vb</DependentUpon>
  122. </Compile>
  123. <Compile Include="Form6.vb">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="Form7.Designer.vb">
  127. <DependentUpon>Form7.vb</DependentUpon>
  128. </Compile>
  129. <Compile Include="Form7.vb">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Form8.Designer.vb">
  133. <DependentUpon>Form8.vb</DependentUpon>
  134. </Compile>
  135. <Compile Include="Form8.vb">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="My Project\AssemblyInfo.vb" />
  139. <Compile Include="My Project\Application.Designer.vb">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Application.myapp</DependentUpon>
  142. </Compile>
  143. <Compile Include="My Project\Resources.Designer.vb">
  144. <AutoGen>True</AutoGen>
  145. <DesignTime>True</DesignTime>
  146. <DependentUpon>Resources.resx</DependentUpon>
  147. </Compile>
  148. <Compile Include="My Project\Settings.Designer.vb">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <EmbeddedResource Include="Form1.resx">
  156. <DependentUpon>Form1.vb</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Form2.resx">
  159. <DependentUpon>Form2.vb</DependentUpon>
  160. </EmbeddedResource>
  161. <EmbeddedResource Include="Form3.resx">
  162. <DependentUpon>Form3.vb</DependentUpon>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Form4.resx">
  165. <DependentUpon>Form4.vb</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="Form5.resx">
  168. <DependentUpon>Form5.vb</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="Form6.resx">
  171. <DependentUpon>Form6.vb</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="Form7.resx">
  174. <DependentUpon>Form7.vb</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="Form8.resx">
  177. <DependentUpon>Form8.vb</DependentUpon>
  178. </EmbeddedResource>
  179. <EmbeddedResource Include="My Project\Resources.resx">
  180. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  181. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  182. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  183. <SubType>Designer</SubType>
  184. </EmbeddedResource>
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="My Project\Application.myapp">
  188. <Generator>MyApplicationCodeGenerator</Generator>
  189. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  190. </None>
  191. <None Include="My Project\Settings.settings">
  192. <Generator>SettingsSingleFileGenerator</Generator>
  193. <CustomToolNamespace>My</CustomToolNamespace>
  194. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  195. </None>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <None Include="Resources\BG1.png" />
  199. <None Include="Resources\BG2.png" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <None Include="Resources\BG3.png" />
  203. </ItemGroup>
  204. <ItemGroup>
  205. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  206. <Visible>False</Visible>
  207. <ProductName>.NET Framework Client Profile</ProductName>
  208. <Install>false</Install>
  209. </BootstrapperPackage>
  210. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  211. <Visible>False</Visible>
  212. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  213. <Install>false</Install>
  214. </BootstrapperPackage>
  215. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  216. <Visible>False</Visible>
  217. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  218. <Install>false</Install>
  219. </BootstrapperPackage>
  220. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  221. <Visible>False</Visible>
  222. <ProductName>.NET Framework 3.5</ProductName>
  223. <Install>false</Install>
  224. </BootstrapperPackage>
  225. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  226. <Visible>False</Visible>
  227. <ProductName>.NET Framework 3.5 SP1</ProductName>
  228. <Install>true</Install>
  229. </BootstrapperPackage>
  230. <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
  231. <Visible>False</Visible>
  232. <ProductName>SQL Server Compact 3.5</ProductName>
  233. <Install>true</Install>
  234. </BootstrapperPackage>
  235. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  236. <Visible>False</Visible>
  237. <ProductName>Windows Installer 3.1</ProductName>
  238. <Install>true</Install>
  239. </BootstrapperPackage>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="Beta Logo.ico" />
  243. <Content Include="Logo.ico" />
  244. <None Include="My Project\app.manifest" />
  245. <None Include="Resources\Logo %2810%29~1.jpg" />
  246. <None Include="Resources\Logo %289%29~1.jpg" />
  247. <None Include="Resources\Logo %288%29~1.jpg" />
  248. <None Include="Resources\Logo %287%29~1.jpg" />
  249. <None Include="Resources\Logo %286%29~1.jpg" />
  250. <None Include="Resources\Logo %285%29~1.jpg" />
  251. <None Include="Resources\Logo %284%29~1.jpg" />
  252. <None Include="Resources\Logo %283%29~1.jpg" />
  253. <None Include="Resources\Logo %282%29~1.jpg" />
  254. <None Include="Resources\Logo %281%29~1.jpg" />
  255. </ItemGroup>
  256. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  257. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  258. Other similar extension points exist, see Microsoft.Common.targets.
  259. <Target Name="BeforeBuild">
  260. </Target>
  261. <Target Name="AfterBuild">
  262. </Target>
  263. -->
  264. </Project>