/MahApps.Metro/MahApps.Metro.csproj

https://bitbucket.org/aeoth/mahapps.metro/ · MSBuild · 134 lines · 134 code · 0 blank · 0 comment · 4 complexity · d6cdbfce6c2ce37c91bc0aeb13680b74 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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5B1710D2-5DC8-4754-91B2-19165DE49B3D}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MahApps.Metro</RootNamespace>
  12. <AssemblyName>MahApps.Metro</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|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <HintPath>..\Lib\System.Windows.Interactivity.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Xml" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="System.Xaml">
  48. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="WindowsBase" />
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Behaviours\BorderlessWindowBehavior.cs" />
  56. <Compile Include="Converters\ToUpperConverter.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs">
  58. <SubType>Code</SubType>
  59. </Compile>
  60. <Compile Include="Properties\Resources.Designer.cs">
  61. <AutoGen>True</AutoGen>
  62. <DesignTime>True</DesignTime>
  63. <DependentUpon>Resources.resx</DependentUpon>
  64. </Compile>
  65. <Compile Include="Properties\Settings.Designer.cs">
  66. <AutoGen>True</AutoGen>
  67. <DependentUpon>Settings.settings</DependentUpon>
  68. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  69. </Compile>
  70. <EmbeddedResource Include="Properties\Resources.resx">
  71. <Generator>ResXFileCodeGenerator</Generator>
  72. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73. </EmbeddedResource>
  74. <None Include="Properties\Settings.settings">
  75. <Generator>SettingsSingleFileGenerator</Generator>
  76. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  77. </None>
  78. <AppDesigner Include="Properties\" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Page Include="Styles\Accents\BaseDark.xaml">
  82. <SubType>Designer</SubType>
  83. <Generator>MSBuild:Compile</Generator>
  84. </Page>
  85. <Page Include="Styles\Accents\BaseLight.xaml">
  86. <SubType>Designer</SubType>
  87. <Generator>MSBuild:Compile</Generator>
  88. </Page>
  89. <Page Include="Styles\Accents\Orange.xaml">
  90. <SubType>Designer</SubType>
  91. <Generator>MSBuild:Compile</Generator>
  92. </Page>
  93. <Page Include="Styles\Accents\Purple.xaml">
  94. <SubType>Designer</SubType>
  95. <Generator>MSBuild:Compile</Generator>
  96. </Page>
  97. <Page Include="Styles\Accents\Red.xaml">
  98. <SubType>Designer</SubType>
  99. <Generator>MSBuild:Compile</Generator>
  100. </Page>
  101. <Page Include="Styles\Accents\Blue.xaml">
  102. <SubType>Designer</SubType>
  103. <Generator>MSBuild:Compile</Generator>
  104. </Page>
  105. <Page Include="Styles\Accents\Green.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. </Page>
  109. <Page Include="Styles\Colours.xaml">
  110. <SubType>Designer</SubType>
  111. <Generator>MSBuild:Compile</Generator>
  112. </Page>
  113. <Page Include="Styles\Controls.xaml">
  114. <SubType>Designer</SubType>
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. <Page Include="Styles\Fonts.xaml">
  118. <SubType>Designer</SubType>
  119. <Generator>MSBuild:Compile</Generator>
  120. </Page>
  121. </ItemGroup>
  122. <ItemGroup />
  123. <ItemGroup>
  124. <Resource Include="Resources\Icons.txt" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>