PageRenderTime 44ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/ContentSystem/UserInterfaces/Delta.ContentSystem.UserInterfaces.csproj

#
MSBuild | 66 lines | 59 code | 0 blank | 7 comment | 0 complexity | 6f4d07d4e79e6aece47577ea5dee6358 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>{6CD34AEA-CE60-44A9-9863-102466CF3DF2}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.ContentSystem.UserInterfaces</RootNamespace>
  12. <AssemblyName>Delta.ContentSystem.UserInterfaces</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. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  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. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="BaseControlData.cs" />
  40. <Compile Include="BaseDesignData.cs" />
  41. <Compile Include="BaseUIScreenData.cs" />
  42. <Compile Include="BaseUIThemeData.cs" />
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="SceneData.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Reference Include="Delta.Engine">
  48. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  49. </Reference>
  50. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  51. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  52. <Name>Delta.Utilities</Name>
  53. </ProjectReference>
  54. <Reference Include="Delta.ContentSystem">
  55. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets.
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. -->
  66. </Project>