MCGalaxy/GUI/MCGalaxyGUI.csproj

155 lines
6.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{63DCBB31-92CD-4464-A86C-A7E51A5FE9FE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MCGalaxyGUI</RootNamespace>
<AssemblyName>MCGalaxy</AssemblyName>
<IntermediateOutputPath>..\obj\$(Configuration)\</IntermediateOutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<NoWin32Manifest>False</NoWin32Manifest>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<StartupObject>MCGalaxy.Gui.Program</StartupObject>
<ApplicationIcon>Galaxy.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<BaseAddress>4194304</BaseAddress>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Drawing" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ColorUtils.cs" />
<Compile Include="Controls\ColoredTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\HackyPropertyGrid.cs" />
<Compile Include="Controls\TimespanUpDown.cs" />
<Compile Include="GuiPerms.cs" />
<Compile Include="GuiUtils.cs" />
<Compile Include="Popups\ColorSelector.cs" />
<Compile Include="Popups\ColorSelector.Designer.cs">
<DependentUpon>ColorSelector.cs</DependentUpon>
</Compile>
<Compile Include="Popups\CustomCommands.cs" />
<Compile Include="Popups\CustomCommands.Designer.cs">
<DependentUpon>CustomCommands.cs</DependentUpon>
</Compile>
<Compile Include="Popups\EditText.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Popups\EditText.Designer.cs">
<DependentUpon>EditText.cs</DependentUpon>
</Compile>
<Compile Include="Popups\TokenSelector.cs" />
<Compile Include="Popups\PortTools.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Popups\PortTools.Designer.cs">
<DependentUpon>PortTools.cs</DependentUpon>
</Compile>
<Compile Include="Popups\TokenSelector.Designer.cs">
<DependentUpon>TokenSelector.cs</DependentUpon>
</Compile>
<Compile Include="Popups\UpdateAvailable.cs" />
<Compile Include="Popups\UpdateAvailable.Designer.cs">
<DependentUpon>UpdateAvailable.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="PropertyWindow\GamesHelper.cs" />
<Compile Include="PropertyWindow\ItemPermsHelper.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Blocks.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Chat.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Commands.cs" />
<Compile Include="PropertyWindow\PropertyWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PropertyWindow\PropertyWindow.Designer.cs">
<DependentUpon>PropertyWindow.cs</DependentUpon>
</Compile>
<Compile Include="PropertyWindow\PropertyWindow.Economy.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Games.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PropertyWindow\PropertyWindow.General.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Relay.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Misc.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Ranks.cs" />
<Compile Include="PropertyWindow\PropertyWindow.Security.cs" />
<Compile Include="Settings\LevelProperties.cs" />
<Compile Include="Settings\PlayerProperties.cs" />
<Compile Include="Settings\TypeConverters.cs" />
<Compile Include="Settings\ZombieProperties.cs" />
<Compile Include="..\MCGalaxy\properties\AssemblyInfo.cs" />
<Compile Include="UPnP.cs" />
<Compile Include="Window\Window.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Window\Window.Designer.cs">
<DependentUpon>Window.cs</DependentUpon>
</Compile>
<Compile Include="Window\Window.Icon.cs" />
<Compile Include="Window\Window.Log.cs" />
<Compile Include="Window\Window.Main.cs" />
<Compile Include="Window\Window.Map.cs" />
<Compile Include="Window\Window.Players.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MCGalaxy\MCGalaxy_.csproj">
<Project>{12597DB0-7C34-4DE1-88EA-9250FF3372EB}</Project>
<Name>MCGalaxy_</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Galaxy.ico" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controls" />
<Folder Include="Popups" />
<Folder Include="PropertyWindow" />
<Folder Include="Window" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>