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

/Samples/ExampleToolWPF/ExampleToolWPF.csproj

#
MSBuild | 125 lines | 125 code | 0 blank | 0 comment | 0 complexity | b6eb86b5f47cce798ee676e398e48493 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>{EBA0C607-DECB-44A9-AC32-CDB927F6C9E2}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Tools.ExampleToolWPF</RootNamespace>
  12. <AssemblyName>Delta.Tools.ExampleToolWPF</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  20. <DebugSymbols>true</DebugSymbols>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <DebugType>full</DebugType>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <ErrorReport>prompt</ErrorReport>
  26. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  27. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <Optimize>true</Optimize>
  33. <DebugType>pdbonly</DebugType>
  34. <PlatformTarget>x86</PlatformTarget>
  35. <ErrorReport>prompt</ErrorReport>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Windows.Forms" />
  41. <Reference Include="System.Xaml">
  42. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="WindowsBase" />
  45. <Reference Include="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="WindowsFormsIntegration" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ApplicationDefinition Include="App.xaml">
  51. <Generator>MSBuild:Compile</Generator>
  52. <SubType>Designer</SubType>
  53. </ApplicationDefinition>
  54. <Page Include="MainWindow.xaml">
  55. <Generator>MSBuild:Compile</Generator>
  56. <SubType>Designer</SubType>
  57. </Page>
  58. <Compile Include="App.xaml.cs">
  59. <DependentUpon>App.xaml</DependentUpon>
  60. <SubType>Code</SubType>
  61. </Compile>
  62. <Compile Include="MainWindow.xaml.cs">
  63. <DependentUpon>MainWindow.xaml</DependentUpon>
  64. <SubType>Code</SubType>
  65. </Compile>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Properties\AssemblyInfo.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="Properties\Resources.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>Resources.resx</DependentUpon>
  75. </Compile>
  76. <Compile Include="Properties\Settings.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DependentUpon>Settings.settings</DependentUpon>
  79. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  80. </Compile>
  81. <EmbeddedResource Include="Properties\Resources.resx">
  82. <Generator>ResXFileCodeGenerator</Generator>
  83. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  84. </EmbeddedResource>
  85. <None Include="app.config">
  86. <SubType>Designer</SubType>
  87. </None>
  88. <None Include="Properties\Settings.settings">
  89. <Generator>SettingsSingleFileGenerator</Generator>
  90. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  91. </None>
  92. <AppDesigner Include="Properties\" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Reference Include="Delta.ContentSystem">
  96. <HintPath>..\..\Dlls\Delta.ContentSystem.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Delta.Engine">
  99. <HintPath>..\..\Dlls\Delta.Engine.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Delta.InputSystem">
  102. <HintPath>..\..\Dlls\Delta.InputSystem.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Delta.Platforms.Windows">
  105. <HintPath>..\..\Dlls\Delta.Platforms.Windows.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Delta.Rendering.Basics">
  108. <HintPath>..\..\Dlls\Delta.Rendering.Basics.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Delta.Rendering">
  111. <HintPath>..\..\Dlls\Delta.Rendering.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Delta.Utilities">
  114. <HintPath>..\..\Dlls\Delta.Utilities.dll</HintPath>
  115. </Reference>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>