UltimateZoneBuilder/Source/Builder.csproj

197 lines
8.1 KiB
XML
Raw Normal View History

2007-06-13 19:39:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{818B3D10-F791-4C3F-9AF5-BB2D0079B63C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CodeImp.DoomBuilder</RootNamespace>
<AssemblyName>Builder</AssemblyName>
<StartupObject>CodeImp.DoomBuilder.General</StartupObject>
<ApplicationIcon>Resources\Builder.ico</ApplicationIcon>
2007-06-13 19:39:38 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2007-06-13 19:39:38 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Build\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2007-06-13 19:39:38 +00:00
</PropertyGroup>
<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>
-->
<ItemGroup>
<Compile Include="Controls\ActionAttribute.cs" />
2007-06-15 18:30:55 +00:00
<Compile Include="Editing\EditMode.cs" />
<Compile Include="Editing\FrozenOverviewMode.cs" />
<Compile Include="Editing\ViewClassicMode.cs" />
2007-06-24 22:53:41 +00:00
<Compile Include="Controls\ActionDelegate.cs" />
<Compile Include="Controls\Action.cs" />
2007-06-24 22:53:41 +00:00
<Compile Include="Controls\ActionManager.cs" />
2007-06-14 23:31:57 +00:00
<Compile Include="General\ConfigurationInfo.cs" />
<Compile Include="General\MapManager.cs" />
2007-06-24 22:53:41 +00:00
<Compile Include="Controls\SpecialKeys.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="Geometry\Angle2D.cs" />
<Compile Include="Geometry\Line2D.cs" />
<Compile Include="Geometry\Vector2D.cs" />
<Compile Include="Geometry\Vector3D.cs" />
2007-06-15 22:38:42 +00:00
<Compile Include="Interface\AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\DelayedForm.cs">
<SubType>Form</SubType>
</Compile>
2007-06-14 23:31:57 +00:00
<Compile Include="Interface\MapOptionsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\MapOptionsForm.Designer.cs">
<DependentUpon>MapOptionsForm.cs</DependentUpon>
</Compile>
2007-06-16 19:53:51 +00:00
<Compile Include="Interface\OpenMapOptionsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\OpenMapOptionsForm.Designer.cs">
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
</Compile>
2007-06-14 23:31:57 +00:00
<Compile Include="Interface\ResourceOptionsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\ResourceOptionsForm.Designer.cs">
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
</Compile>
2007-06-13 19:39:38 +00:00
<Compile Include="IO\Configuration.cs" />
<Compile Include="General\General.cs" />
<Compile Include="IO\ClippedStream.cs" />
2007-06-16 19:53:51 +00:00
<Compile Include="IO\DoomMapSetIO.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="IO\Lump.cs" />
2007-06-24 18:56:43 +00:00
<Compile Include="IO\MapSetIO.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="IO\WAD.cs" />
<Compile Include="Interface\MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Map\Linedef.cs" />
2007-06-14 23:31:57 +00:00
<Compile Include="Map\MapOptions.cs" />
<Compile Include="Map\MapSet.cs" />
2007-06-14 23:31:57 +00:00
<Compile Include="Map\ResourceLocation.cs" />
2007-06-14 12:37:46 +00:00
<Compile Include="Map\Sector.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="Map\Sidedef.cs" />
2007-06-14 12:37:46 +00:00
<Compile Include="Map\Thing.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="Map\Vertex.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2007-06-13 19:39:38 +00:00
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Rendering\D3DGraphics.cs" />
<Compile Include="Images\FileImage.cs" />
<Compile Include="Images\ImageResource.cs" />
<Compile Include="Rendering\IResource.cs" />
<Compile Include="Rendering\PixelColor.cs" />
2007-06-15 18:30:55 +00:00
<Compile Include="Rendering\PTVertex.cs" />
2007-09-24 19:54:47 +00:00
<Compile Include="Rendering\Renderer.cs" />
2007-06-15 18:50:18 +00:00
<Compile Include="Rendering\Renderer2D.cs" />
<Compile Include="Rendering\Renderer3D.cs" />
<Compile Include="Images\TextureImage.cs" />
2007-06-13 19:39:38 +00:00
</ItemGroup>
<ItemGroup>
<Reference Include="SlimDX, Version=1.0.2813.30005, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9, processorArchitecture=x86" />
2007-06-13 19:39:38 +00:00
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
2007-06-15 22:38:42 +00:00
<EmbeddedResource Include="Interface\AboutForm.resx">
<SubType>Designer</SubType>
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
2007-06-13 19:39:38 +00:00
<EmbeddedResource Include="Interface\MainForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
2007-06-14 23:31:57 +00:00
<EmbeddedResource Include="Interface\MapOptionsForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MapOptionsForm.cs</DependentUpon>
</EmbeddedResource>
2007-06-16 19:53:51 +00:00
<EmbeddedResource Include="Interface\OpenMapOptionsForm.resx">
<SubType>Designer</SubType>
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
</EmbeddedResource>
2007-06-14 23:31:57 +00:00
<EmbeddedResource Include="Interface\ResourceOptionsForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
</EmbeddedResource>
2007-06-13 19:39:38 +00:00
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Builder.ico" />
2007-09-24 19:54:47 +00:00
<None Include="Resources\Zoom.png" />
<None Include="Resources\SaveMap.png" />
<None Include="Resources\OpenMap.png" />
<None Include="Resources\NewMap.png" />
2007-06-15 22:38:42 +00:00
<None Include="Resources\Splash2small.png" />
2007-06-13 19:39:38 +00:00
</ItemGroup>
<ItemGroup>
2007-06-24 22:53:41 +00:00
<EmbeddedResource Include="Resources\Actions.cfg" />
2007-06-13 19:39:38 +00:00
<None Include="Resources\Splash2.png" />
</ItemGroup>
2007-06-14 12:37:46 +00:00
<ItemGroup>
<COMReference Include="AxCodeSense">
<Guid>{665BF2B8-F41F-4EF4-A8D0-303FBFFC475E}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>aximp</WrapperTool>
<Isolated>True</Isolated>
2007-06-14 12:37:46 +00:00
</COMReference>
<COMReference Include="CodeSense">
<Guid>{665BF2B8-F41F-4EF4-A8D0-303FBFFC475E}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>True</Isolated>
2007-06-14 12:37:46 +00:00
</COMReference>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
</ItemGroup>
2007-06-13 19:39:38 +00:00
</Project>