markus / ImageComparer / ComparerTestWPF / ComparerTestWPF.csproj @ 6b6e937c
이력 | 보기 | 이력해설 | 다운로드 (4.93 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="15.0" 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>{154D99CA-A021-4FFD-A590-5CEBF6C99BB3}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<RootNamespace>ComparerTestWPF</RootNamespace> |
10 |
<AssemblyName>ComparerTestWPF</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 |
<WarningLevel>4</WarningLevel> |
15 |
<Deterministic>true</Deterministic> |
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 |
<Prefer32Bit>false</Prefer32Bit> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
<PlatformTarget>AnyCPU</PlatformTarget> |
30 |
<DebugType>pdbonly</DebugType> |
31 |
<Optimize>true</Optimize> |
32 |
<OutputPath>bin\Release\</OutputPath> |
33 |
<DefineConstants>TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<ItemGroup> |
38 |
<Reference Include="System" /> |
39 |
<Reference Include="System.Data" /> |
40 |
<Reference Include="System.Drawing" /> |
41 |
<Reference Include="System.Xml" /> |
42 |
<Reference Include="Microsoft.CSharp" /> |
43 |
<Reference Include="System.Core" /> |
44 |
<Reference Include="System.Xml.Linq" /> |
45 |
<Reference Include="System.Data.DataSetExtensions" /> |
46 |
<Reference Include="System.Net.Http" /> |
47 |
<Reference Include="System.Xaml"> |
48 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
49 |
</Reference> |
50 |
<Reference Include="Telerik.Windows.Controls, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" /> |
51 |
<Reference Include="Telerik.Windows.Controls.ImageEditor, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" /> |
52 |
<Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" /> |
53 |
<Reference Include="WindowsBase" /> |
54 |
<Reference Include="PresentationCore" /> |
55 |
<Reference Include="PresentationFramework" /> |
56 |
</ItemGroup> |
57 |
<ItemGroup> |
58 |
<ApplicationDefinition Include="App.xaml"> |
59 |
<Generator>MSBuild:Compile</Generator> |
60 |
<SubType>Designer</SubType> |
61 |
</ApplicationDefinition> |
62 |
<Page Include="MainWindow.xaml"> |
63 |
<Generator>MSBuild:Compile</Generator> |
64 |
<SubType>Designer</SubType> |
65 |
</Page> |
66 |
<Compile Include="App.xaml.cs"> |
67 |
<DependentUpon>App.xaml</DependentUpon> |
68 |
<SubType>Code</SubType> |
69 |
</Compile> |
70 |
<Compile Include="MainWindow.xaml.cs"> |
71 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
72 |
<SubType>Code</SubType> |
73 |
</Compile> |
74 |
<Page Include="ImageView.xaml"> |
75 |
<SubType>Designer</SubType> |
76 |
<Generator>MSBuild:Compile</Generator> |
77 |
</Page> |
78 |
</ItemGroup> |
79 |
<ItemGroup> |
80 |
<Compile Include="Properties\AssemblyInfo.cs"> |
81 |
<SubType>Code</SubType> |
82 |
</Compile> |
83 |
<Compile Include="ImageView.xaml.cs"> |
84 |
<DependentUpon>ImageView.xaml</DependentUpon> |
85 |
</Compile> |
86 |
<Compile Include="Properties\Resources.Designer.cs"> |
87 |
<AutoGen>True</AutoGen> |
88 |
<DesignTime>True</DesignTime> |
89 |
<DependentUpon>Resources.resx</DependentUpon> |
90 |
</Compile> |
91 |
<Compile Include="Properties\Settings.Designer.cs"> |
92 |
<AutoGen>True</AutoGen> |
93 |
<DependentUpon>Settings.settings</DependentUpon> |
94 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
95 |
</Compile> |
96 |
<EmbeddedResource Include="Properties\Resources.resx"> |
97 |
<Generator>ResXFileCodeGenerator</Generator> |
98 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
99 |
</EmbeddedResource> |
100 |
<None Include="Properties\Settings.settings"> |
101 |
<Generator>SettingsSingleFileGenerator</Generator> |
102 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
103 |
</None> |
104 |
</ItemGroup> |
105 |
<ItemGroup> |
106 |
<None Include="App.config" /> |
107 |
</ItemGroup> |
108 |
<ItemGroup> |
109 |
<ProjectReference Include="..\Markus.ImageComparer\Markus.Image.csproj"> |
110 |
<Project>{b3b05ced-f4eb-4f9d-b458-12fcbe48d546}</Project> |
111 |
<Name>Markus.Image</Name> |
112 |
</ProjectReference> |
113 |
</ItemGroup> |
114 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
115 |
</Project> |