UltimateZoneBuilder/Source/Plugins/UMDFControls/UDMFControls.csproj
MaxED 122e5d8e1b Set PlatformTarget of ColorPicker, UDMFControls, TagExplorer and VisplaneExplorer to x86 (this should make Siberian_Tiger's work a little bit easier, I suppose...)
VisplaneExplorer: fixed a crash when user tries to enable Visplane Explorer mode in a map created via New Map command.
2012-07-24 18:09:28 +00:00

151 lines
No EOL
6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2D11C828-295C-463A-8545-CA1AD6D51518}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CodeImp.DoomBuilder.UDMFControls</RootNamespace>
<AssemblyName>UDMFControls</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\Build\Plugins\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\Build\Plugins\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Trackbar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Build\Trackbar.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BuilderPlug.cs" />
<Compile Include="Controls\AngleControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\AngleControl.designer.cs">
<DependentUpon>AngleControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\FloatSlider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\FloatSlider.designer.cs">
<DependentUpon>FloatSlider.cs</DependentUpon>
</Compile>
<Compile Include="Controls\IntSlider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\IntSlider.designer.cs">
<DependentUpon>IntSlider.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PositionControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\PositionControl.designer.cs">
<DependentUpon>PositionControl.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ScaleControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ScaleControl.designer.cs">
<DependentUpon>ScaleControl.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Windows\UDMFControlsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\UDMFControlsForm.Designer.cs">
<DependentUpon>UDMFControlsForm.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Builder.csproj">
<Project>{818B3D10-F791-4C3F-9AF5-BB2D0079B63C}</Project>
<Name>Builder</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Controls\AngleControl.resx">
<DependentUpon>AngleControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Dial.png" />
<EmbeddedResource Include="Windows\UDMFControlsForm.resx">
<DependentUpon>UDMFControlsForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Controls\FloatSlider.resx">
<DependentUpon>FloatSlider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\IntSlider.resx">
<DependentUpon>IntSlider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\PositionControl.resx">
<DependentUpon>PositionControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ScaleControl.resx">
<DependentUpon>ScaleControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Actions.cfg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Chain.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Chain2.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ScaleLink.png" />
</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>