<?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)' == '' ">x86</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{B859BE0F-A992-476D-A642-FA8EFE94AAA5}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CodeImp.DoomBuilder.BuilderEffects</RootNamespace> <AssemblyName>BuilderEffects</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> <WarningLevel>4</WarningLevel> <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>..\..\..\Build\Plugins\</OutputPath> <DefineConstants> </DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>x86</PlatformTarget> <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug + Profiler|x86' "> <DebugSymbols>true</DebugSymbols> <OutputPath>..\..\..\Build\Plugins\</OutputPath> <DefineConstants>DEBUG;TRACE;PROFILE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release + Profiler|x86' "> <DebugSymbols>true</DebugSymbols> <OutputPath>..\..\..\Build\Plugins\</OutputPath> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> <Compile Include="BuilderPlug.cs" /> <Compile Include="Controls\NumericUpDownEx.cs"> <SubType>Component</SubType> </Compile> <Compile Include="Controls\IntControl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Controls\IntControl.designer.cs"> <DependentUpon>IntControl.cs</DependentUpon> </Compile> <Compile Include="Interface\JitterSectorsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Interface\JitterSectorsForm.Designer.cs"> <DependentUpon>JitterSectorsForm.cs</DependentUpon> </Compile> <Compile Include="Interface\JitterThingsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Interface\JitterThingsForm.Designer.cs"> <DependentUpon>JitterThingsForm.cs</DependentUpon> </Compile> <Compile Include="Interface\JitterVerticesForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Interface\JitterVerticesForm.Designer.cs"> <DependentUpon>JitterVerticesForm.cs</DependentUpon> </Compile> <Compile Include="Interface\MenusForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Interface\MenusForm.Designer.cs"> <DependentUpon>MenusForm.cs</DependentUpon> </Compile> <Compile Include="Interface\ObjImportSettingsForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Interface\ObjImportSettingsForm.Designer.cs"> <DependentUpon>ObjImportSettingsForm.cs</DependentUpon> </Compile> <Compile Include="Modes\ImportObjAsTerrainMode.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Interface\MenusForm.resx"> <DependentUpon>MenusForm.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Controls\IntControl.resx"> <DependentUpon>IntControl.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Interface\JitterSectorsForm.resx"> <DependentUpon>JitterSectorsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Interface\JitterThingsForm.resx"> <DependentUpon>JitterThingsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Interface\JitterVerticesForm.resx"> <DependentUpon>JitterVerticesForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Interface\ObjImportSettingsForm.resx"> <DependentUpon>ObjImportSettingsForm.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="Resources\Actions.cfg" /> </ItemGroup> <ItemGroup> <None Include="Resources\Update.png" /> </ItemGroup> <ItemGroup> <None Include="Resources\Jitter.png" /> </ItemGroup> <ItemGroup> <None Include="Resources\Terrain.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Core\Builder.csproj"> <Project>{818B3D10-F791-4C3F-9AF5-BB2D0079B63C}</Project> <Name>Builder</Name> <Private>False</Private> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="Resources\Folder.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>