Minecraft launcher.vbproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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>{35F0B967-736B-40DF-97B8-A61CC3150906}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>Minecraft_launcher.My.MyApplication</StartupObject>
  11. <RootNamespace>Minecraft_launcher</RootNamespace>
  12. <AssemblyName>Minecraft launcher</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. <TargetFrameworkSubset>
  21. </TargetFrameworkSubset>
  22. <ApplicationIcon>Minecraft.ico</ApplicationIcon>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <DefineDebug>true</DefineDebug>
  28. <DefineTrace>true</DefineTrace>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DocumentationFile>Minecraft launcher.xml</DocumentationFile>
  31. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <DefineDebug>false</DefineDebug>
  36. <DefineTrace>true</DefineTrace>
  37. <Optimize>true</Optimize>
  38. <OutputPath>..\</OutputPath>
  39. <DocumentationFile>Minecraft launcher.xml</DocumentationFile>
  40. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Dissembler Lib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\..\Assembly Change by fLaSh\Lib\Dissembler Lib.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data.DataSetExtensions">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Import Include="Microsoft.VisualBasic" />
  62. <Import Include="System" />
  63. <Import Include="System.Collections" />
  64. <Import Include="System.Collections.Generic" />
  65. <Import Include="System.Data" />
  66. <Import Include="System.Drawing" />
  67. <Import Include="System.Diagnostics" />
  68. <Import Include="System.Windows.Forms" />
  69. <Import Include="System.Xml.Linq" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Form1.Designer.vb">
  73. <DependentUpon>Form1.vb</DependentUpon>
  74. </Compile>
  75. <Compile Include="Form1.vb">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Form2.Designer.vb">
  79. <DependentUpon>Form2.vb</DependentUpon>
  80. </Compile>
  81. <Compile Include="Form2.vb">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Form3.Designer.vb">
  85. <DependentUpon>Form3.vb</DependentUpon>
  86. </Compile>
  87. <Compile Include="Form3.vb">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="frm2.vb">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="frm2.Designer.vb">
  94. <DependentUpon>frm2.vb</DependentUpon>
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="My Project\AssemblyInfo.vb" />
  98. <Compile Include="My Project\Application.Designer.vb">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Application.myapp</DependentUpon>
  101. </Compile>
  102. <Compile Include="My Project\Resources.Designer.vb">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. </Compile>
  107. <Compile Include="My Project\Settings.Designer.vb">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <EmbeddedResource Include="Form1.resx">
  115. <DependentUpon>Form1.vb</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Form2.resx">
  118. <DependentUpon>Form2.vb</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Form3.resx">
  121. <DependentUpon>Form3.vb</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="frm2.resx">
  124. <DependentUpon>frm2.vb</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="My Project\Resources.resx">
  127. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  128. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  129. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  130. <SubType>Designer</SubType>
  131. </EmbeddedResource>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="app.config" />
  135. <None Include="My Project\Application.myapp">
  136. <Generator>MyApplicationCodeGenerator</Generator>
  137. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  138. </None>
  139. <None Include="My Project\Settings.settings">
  140. <Generator>SettingsSingleFileGenerator</Generator>
  141. <CustomToolNamespace>My</CustomToolNamespace>
  142. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  143. </None>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Content Include="Minecraft.ico" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Folder Include="Resources\" />
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>