PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Scenes/UserInterfaces/Delta.Scenes.UserInterfaces.csproj

#
MSBuild | 126 lines | 119 code | 0 blank | 7 comment | 0 complexity | 2054f4088c3758f28681ef2efc5fa0f4 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{27366E53-AB5D-4F24-898D-46E9DC902EF1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Scenes.UserInterfaces</RootNamespace>
  12. <AssemblyName>Delta.Scenes.UserInterfaces</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <PlatformTarget>x86</PlatformTarget>
  30. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <PlatformTarget>x86</PlatformTarget>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Controls\PasswordBox.cs" />
  46. <Compile Include="Controls\Scrollbar.cs" />
  47. <Compile Include="Controls\UrlButton.cs" />
  48. <Compile Include="Designs\BorderedControlDesign.cs" />
  49. <Compile Include="Designs\BorderedTextControlDesign.cs" />
  50. <Compile Include="Designs\CheckboxDesign.cs" />
  51. <Compile Include="Controls\Button.cs" />
  52. <Compile Include="Controls\Checkbox.cs" />
  53. <Compile Include="Controls\TODODropdownBox.cs" />
  54. <Compile Include="Controls\Image.cs" />
  55. <Compile Include="Controls\Label.cs" />
  56. <Compile Include="Controls\Panel.cs" />
  57. <Compile Include="Controls\TextBox.cs" />
  58. <Compile Include="Controls\TODOToolTipPopup.cs" />
  59. <Compile Include="Designs\IBorderedDesign.cs" />
  60. <Compile Include="Designs\ITextDesign.cs" />
  61. <Compile Include="Designs\TODODropdownBoxDesign.cs" />
  62. <Compile Include="Designs\TextControlDesign.cs" />
  63. <Compile Include="Designs\SliderDesign.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="Controls\RadioButton.cs" />
  66. <Compile Include="Controls\Slider.cs" />
  67. <Compile Include="Screen.cs" />
  68. <Compile Include="Theme.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Reference Include="Delta.ContentSystem">
  72. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  73. </Reference>
  74. <ProjectReference Include="..\..\ContentSystem\Rendering\Delta.ContentSystem.Rendering.csproj">
  75. <Project>{CEC4DE29-B8B9-4EFD-8DC3-5AC93F7EE03B}</Project>
  76. <Name>Delta.ContentSystem.Rendering</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\ContentSystem\UserInterfaces\Delta.ContentSystem.UserInterfaces.csproj">
  79. <Project>{6CD34AEA-CE60-44A9-9863-102466CF3DF2}</Project>
  80. <Name>Delta.ContentSystem.UserInterfaces</Name>
  81. </ProjectReference>
  82. <Reference Include="Delta.Engine">
  83. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Delta.InputSystem">
  86. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Delta.Multimedia">
  89. <HintPath>..\..\Dlls\Delta.Multimedia.dll</HintPath>
  90. </Reference>
  91. <ProjectReference Include="..\..\Rendering\Basics\Delta.Rendering.Basics.csproj">
  92. <Project>{FEE36249-6DE5-4222-B424-1F228BE9FF1A}</Project>
  93. <Name>Delta.Rendering.Basics</Name>
  94. </ProjectReference>
  95. <Reference Include="Delta.Rendering">
  96. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Delta.Scenes">
  99. <HintPath>..\..\Dlls\Delta.Scenes.dll</HintPath>
  100. </Reference>
  101. <ProjectReference Include="..\..\Utilities\Collections\Delta.Utilities.Collections.csproj">
  102. <Project>{9E828A10-123F-41EB-8B37-8A5E69144B07}</Project>
  103. <Name>Delta.Utilities.Collections</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Utilities\Delta.Utilities.csproj">
  106. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  107. <Name>Delta.Utilities</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\Utilities\Graphics\Delta.Utilities.Graphics.csproj">
  110. <Project>{A7C0A0F8-8472-4B31-BF00-1431BB5BEE9C}</Project>
  111. <Name>Delta.Utilities.Graphics</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\Utilities\Xml\Delta.Utilities.Xml.csproj">
  114. <Project>{BFA9D716-5FB2-42DA-987B-5EB0BAA24CE0}</Project>
  115. <Name>Delta.Utilities.Xml</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  120. Other similar extension points exist, see Microsoft.Common.targets.
  121. <Target Name="BeforeBuild">
  122. </Target>
  123. <Target Name="AfterBuild">
  124. </Target>
  125. -->
  126. </Project>