WPFColorAssiant.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{09247257-18EA-43CB-9B07-C319AEB7ABCD}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WPFColorAssiant</RootNamespace>
  11. <AssemblyName>WPFColorAssiant</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PropertyGroup>
  37. <ApplicationIcon>Icon.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="MahApps.Metro, Version=1.6.0.362, Culture=neutral, processorArchitecture=MSIL">
  45. <HintPath>..\packages\MahApps.Metro.1.6.0\lib\net45\MahApps.Metro.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Xml" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Page Include="MainWindow.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </Page>
  75. <Compile Include="App.xaml.cs">
  76. <DependentUpon>App.xaml</DependentUpon>
  77. <SubType>Code</SubType>
  78. </Compile>
  79. <Compile Include="MainWindow.xaml.cs">
  80. <DependentUpon>MainWindow.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Properties\AssemblyInfo.cs">
  86. <SubType>Code</SubType>
  87. </Compile>
  88. <Compile Include="Properties\Resources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>Resources.resx</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. <EmbeddedResource Include="Properties\Resources.resx">
  99. <Generator>ResXFileCodeGenerator</Generator>
  100. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  101. </EmbeddedResource>
  102. <None Include="packages.config" />
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <AppDesigner Include="Properties\" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="App.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Resource Include="Icon.ico" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>