PageRenderTime 37ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/InputSystem/Windows/Delta.InputSystem.Windows.csproj

#
MSBuild | 77 lines | 70 code | 0 blank | 7 comment | 0 complexity | f936e035a9894d8e7a34cdb0153b6dc9 MD5 | raw file
Possible License(s): Apache-2.0
  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>{9ABDBD1E-A970-4380-B20B-FC641C780EF0}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.InputSystem.Windows</RootNamespace>
  12. <AssemblyName>Delta.InputSystem.Windows</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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>x86</PlatformTarget>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="PresentationCore" />
  38. <Reference Include="PresentationFramework" />
  39. <Reference Include="System" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xaml" />
  43. <Reference Include="WindowsBase" />
  44. <Reference Include="WindowsFormsIntegration" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="WindowsGamePad.cs" />
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. <Compile Include="WindowsKeyboard.cs" />
  50. <Compile Include="WindowsMouse.cs" />
  51. <Compile Include="WindowsTouch.cs" />
  52. <Compile Include="WindowsAccelerometer.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Reference Include="Delta.Engine">
  56. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Delta.Platforms.Windows">
  59. <HintPath>..\..\Dlls\Delta.Platforms.Windows.dll</HintPath>
  60. </Reference>
  61. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  62. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  63. <Name>Delta.Utilities</Name>
  64. </ProjectReference>
  65. <Reference Include="Delta.InputSystem">
  66. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  67. </Reference>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>