/InputSystem/Tests/Delta.InputSystem.Tests.csproj
MSBuild | 101 lines | 94 code | 0 blank | 7 comment | 0 complexity | b035a4d782506c07afcb5c1f63fba33e 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>{AF3B8A15-1CF5-4156-BF83-2B0B1DA34A2C}</ProjectGuid> 9 <OutputType>WinExe</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Delta.InputSystem.Tests</RootNamespace> 12 <AssemblyName>Delta.InputSystem.Tests</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile>Client</TargetFrameworkProfile> 15 <FileAlignment>512</FileAlignment> 16 </PropertyGroup> 17 <PropertyGroup> 18 <StartupObject>Delta.InputSystem.Tests.Program</StartupObject> 19 </PropertyGroup> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 21 <DebugSymbols>true</DebugSymbols> 22 <OutputPath>bin\Debug\</OutputPath> 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <DebugType>full</DebugType> 25 <PlatformTarget>x86</PlatformTarget> 26 <ErrorReport>prompt</ErrorReport> 27 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> 28 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 29 </PropertyGroup> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 31 <OutputPath>bin\Release\</OutputPath> 32 <DefineConstants>TRACE</DefineConstants> 33 <Optimize>true</Optimize> 34 <DebugType>pdbonly</DebugType> 35 <PlatformTarget>x86</PlatformTarget> 36 <ErrorReport>prompt</ErrorReport> 37 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> 38 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 39 </PropertyGroup> 40 <PropertyGroup> 41 <ApplicationIcon>..\..\External\Icons\InputIcon.ico</ApplicationIcon> 42 </PropertyGroup> 43 <ItemGroup> 44 <Reference Include="System" /> 45 </ItemGroup> 46 <ItemGroup> 47 <Compile Include="AccelerometerTests.cs" /> 48 <Compile Include="CommandTests.cs" /> 49 <Compile Include="GestureTests.cs" /> 50 <Compile Include="MultiMice.cs" /> 51 <Compile Include="TouchTests.cs" /> 52 <Compile Include="MouseTests.cs" /> 53 <Compile Include="Program.cs" /> 54 <Compile Include="Properties\AssemblyInfo.cs" /> 55 <Compile Include="GamePadTests.cs" /> 56 <Compile Include="KeyboardTests.cs" /> 57 <Compile Include="Tutorials.cs" /> 58 <Compile Include="WiiMote.cs" /> 59 </ItemGroup> 60 <ItemGroup> 61 <Reference Include="Delta.ContentSystem"> 62 <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath> 63 </Reference> 64 <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj"> 65 <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project> 66 <Name>Delta.ContentSystem.Rendering</Name> 67 </ProjectReference> 68 <Reference Include="Delta.Engine"> 69 <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath> 70 </Reference> 71 <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj"> 72 <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project> 73 <Name>Delta.Rendering.Basics</Name> 74 </ProjectReference> 75 <Reference Include="Delta.Rendering"> 76 <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath> 77 </Reference> 78 <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj"> 79 <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project> 80 <Name>Delta.Utilities</Name> 81 </ProjectReference> 82 <ProjectReference Include="..\..\Utilities\Networking\Delta.Utilities.Networking.csproj"> 83 <Project>{E06FEFBB-073C-4D68-976D-4610F6CF5A66}</Project> 84 <Name>Delta.Utilities.Networking</Name> 85 </ProjectReference> 86 <Reference Include="Delta.InputSystem"> 87 <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath> 88 </Reference> 89 </ItemGroup> 90 <ItemGroup> 91 <None Include="app.config" /> 92 </ItemGroup> 93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 94 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 95 Other similar extension points exist, see Microsoft.Common.targets. 96 <Target Name="BeforeBuild"> 97 </Target> 98 <Target Name="AfterBuild"> 99 </Target> 100 --> 101</Project>