/ContentSystem/Rendering/Delta.ContentSystem.Rendering.csproj
MSBuild | 89 lines | 82 code | 0 blank | 7 comment | 0 complexity | 7386f7e6c06dfe17b2bf96346a2cc32f MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 6 <ProductVersion>8.0.30703</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.ContentSystem.Rendering</RootNamespace> 12 <AssemblyName>Delta.ContentSystem.Rendering</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 <PlatformTarget>x86</PlatformTarget> 26 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 27 </PropertyGroup> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 29 <DebugType>pdbonly</DebugType> 30 <Optimize>true</Optimize> 31 <OutputPath>bin\Release\</OutputPath> 32 <DefineConstants>TRACE</DefineConstants> 33 <ErrorReport>prompt</ErrorReport> 34 <WarningLevel>4</WarningLevel> 35 </PropertyGroup> 36 <ItemGroup> 37 <Reference Include="System" /> 38 </ItemGroup> 39 <ItemGroup> 40 <Compile Include="MeshAnimationData.cs" /> 41 <Compile Include="Helpers\BoneData.cs" /> 42 <Compile Include="CameraData.cs" /> 43 <Compile Include="ImageAnimationData.cs" /> 44 <Compile Include="EffectData.cs" /> 45 <Compile Include="Helpers\EmitterData.cs" /> 46 <Compile Include="FontData.cs" /> 47 <Compile Include="GeometryData.cs" /> 48 <Compile Include="Helpers\Glyph.cs" /> 49 <Compile Include="Helpers\GlyphDrawInfo.cs" /> 50 <Compile Include="Helpers\IEffectModifier.cs" /> 51 <Compile Include="ImageData.cs" /> 52 <Compile Include="LevelData.cs" /> 53 <Compile Include="MaterialData.cs" /> 54 <Compile Include="MeshData.cs" /> 55 <Compile Include="ModelData.cs" /> 56 <Compile Include="Properties\AssemblyInfo.cs" /> 57 <Compile Include="ShaderData.cs" /> 58 <Compile Include="Helpers\ShaderUniformNames.cs" /> 59 <Compile Include="Helpers\ShadowType.cs" /> 60 </ItemGroup> 61 <ItemGroup> 62 <Reference Include="Delta.Engine"> 63 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 64 </Reference> 65 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 66 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 67 <Name>Delta.Utilities</Name> 68 </ProjectReference> 69 <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj"> 70 <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project> 71 <Name>Delta.Utilities.Graphics</Name> 72 </ProjectReference> 73 <ProjectReference Include="..\..\Utilities\Xml\Delta.Utilities.Xml.csproj"> 74 <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project> 75 <Name>Delta.Utilities.Xml</Name> 76 </ProjectReference> 77 <Reference Include="Delta.ContentSystem"> 78 <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath> 79 </Reference> 80 </ItemGroup> 81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 82 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 83 Other similar extension points exist, see Microsoft.Common.targets. 84 <Target Name="BeforeBuild"> 85 </Target> 86 <Target Name="AfterBuild"> 87 </Target> 88 --> 89</Project>