/Utilities/Delta.Utilities.csproj
MSBuild | 94 lines | 87 code | 0 blank | 7 comment | 0 complexity | 88d84861cc5261709e39685e1d451af4 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>9.0.30729</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{D8C2961F-ABC0-424A-8603-0671C427B185}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.Utilities</RootNamespace> 12 <AssemblyName>Delta.Utilities</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>TRACE;DEBUG</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 <PlatformTarget>x86</PlatformTarget> 26 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 27 <WarningsAsErrors> 28 </WarningsAsErrors> 29 </PropertyGroup> 30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 31 <DebugType>pdbonly</DebugType> 32 <Optimize>true</Optimize> 33 <OutputPath>bin\Release\</OutputPath> 34 <DefineConstants>TRACE</DefineConstants> 35 <ErrorReport>prompt</ErrorReport> 36 <WarningLevel>4</WarningLevel> 37 <PlatformTarget>x86</PlatformTarget> 38 </PropertyGroup> 39 <PropertyGroup> 40 <SignAssembly>false</SignAssembly> 41 </PropertyGroup> 42 <ItemGroup> 43 <Reference Include="System" /> 44 </ItemGroup> 45 <ItemGroup> 46 <Compile Include="Datatypes\Advanced\Margin.cs" /> 47 <Compile Include="Datatypes\BoundingBox.cs" /> 48 <Compile Include="Datatypes\BoundingSphere.cs" /> 49 <Compile Include="Datatypes\Advanced\ContainmentType.cs" /> 50 <Compile Include="Datatypes\Advanced\DataContainer.cs" /> 51 <Compile Include="Datatypes\Advanced\HorizontalAlignment.cs" /> 52 <Compile Include="Datatypes\Advanced\PlaneIntersectionType.cs" /> 53 <Compile Include="Datatypes\Advanced\IContains.cs" /> 54 <Compile Include="Datatypes\Advanced\IIntersects.cs" /> 55 <Compile Include="Datatypes\Plane.cs" /> 56 <Compile Include="Datatypes\Ray.cs" /> 57 <Compile Include="Datatypes\Color.cs" /> 58 <Compile Include="Datatypes\Matrix.cs" /> 59 <Compile Include="Datatypes\Point.cs" /> 60 <Compile Include="Datatypes\Quaternion.cs" /> 61 <Compile Include="Datatypes\Rectangle.cs" /> 62 <Compile Include="Datatypes\Size.cs" /> 63 <Compile Include="Datatypes\Vector.cs" /> 64 <Compile Include="Datatypes\Advanced\VerticalAlignment.cs" /> 65 <Compile Include="FakeNUnitFramework\TestAttribute.cs" /> 66 <Compile Include="Helpers\StreamHelper.cs" /> 67 <Compile Include="Cache.cs" /> 68 <Compile Include="ISaveLoadBinary.cs" /> 69 <Compile Include="Helpers\MathHelper.cs" /> 70 <Compile Include="Helpers\RandomHelper.cs" /> 71 <Compile Include="Helpers\ThreadHelper.cs" /> 72 <Compile Include="Profiling\BaseTimeSource.cs" /> 73 <Compile Include="Profiling\PerformanceTester.cs" /> 74 <Compile Include="Profiling\StopwatchTimeSource.cs" /> 75 <Compile Include="Properties\AssemblyInfo.cs" /> 76 <Compile Include="Helpers\ArrayHelper.cs" /> 77 <Compile Include="Assert.cs" /> 78 <Compile Include="Helpers\DateHelper.cs" /> 79 <Compile Include="Helpers\DirectoryHelper.cs" /> 80 <Compile Include="Helpers\EnumHelper.cs" /> 81 <Compile Include="Helpers\FileHelper.cs" /> 82 <Compile Include="Log.cs" /> 83 <Compile Include="Helpers\StringHelper.cs" /> 84 <Compile Include="FakeNUnitFramework\CategoryAttribute.cs" /> 85 </ItemGroup> 86 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 88 Other similar extension points exist, see Microsoft.Common.targets. 89 <Target Name="BeforeBuild"> 90 </Target> 91 <Target Name="AfterBuild"> 92 </Target> 93 --> 94</Project>