<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{2D2D68BC-C028-4D66-8FDD-8D47AF9F0A09}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>uTank2_Settings_Editor</RootNamespace> <AssemblyName>uTank2 Settings Editor</AssemblyName> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <BootstrapperEnabled>true</BootstrapperEnabled> <ApplicationIcon>games.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;VTC_EDITOR</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE;VTC_EDITOR</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="..\..\VTClassic Shared\ColorXML.cs"> <Link>VTClassicShared\ColorXML.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\ComboKeys.cs"> <Link>VTClassicShared\ComboKeys.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\Constants.cs"> <Link>VTClassicShared\Constants.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\CountedStreamWriter.cs"> <Link>VTClassicShared\CountedStreamWriter.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\FileVersioning.cs"> <Link>VTClassicShared\FileVersioning.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\LootRules.cs"> <Link>VTClassicShared\LootRules.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\UTLBlock_SalvageCombine.cs"> <Link>VTClassicShared\UTLBlock_SalvageCombine.cs</Link> </Compile> <Compile Include="..\..\VTClassic Shared\UTLFileExtraBlockManager.cs"> <Link>VTClassicShared\UTLFileExtraBlockManager.cs</Link> </Compile> <Compile Include="AddSalvageRulesForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="AddSalvageRulesForm.Designer.cs"> <DependentUpon>AddSalvageRulesForm.cs</DependentUpon> </Compile> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="Form_SalvageTab.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Macros.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="SelectMinPackSlotsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SelectMinPackSlotsForm.Designer.cs"> <DependentUpon>SelectMinPackSlotsForm.cs</DependentUpon> </Compile> <Compile Include="UpdateWorkReqsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="UpdateWorkReqsForm.Designer.cs"> <DependentUpon>UpdateWorkReqsForm.cs</DependentUpon> </Compile> <EmbeddedResource Include="AddSalvageRulesForm.resx"> <DependentUpon>AddSalvageRulesForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Form1.resx"> <SubType>Designer</SubType> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="SelectMinPackSlotsForm.resx"> <DependentUpon>SelectMinPackSlotsForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="UpdateWorkReqsForm.resx"> <DependentUpon>UpdateWorkReqsForm.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <Content Include="..\..\VTClassic Shared\ColorSlots.Default.xml"> <Link>ColorSlots.Default.xml</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="games.ico" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.0"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <Visible>False</Visible> <ProductName>.NET Framework 2.0 %28x86%29</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> <Visible>False</Visible> <ProductName>.NET Framework 3.0 %28x86%29</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>