프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ImageComparer / ComparerTestWPF / ComparerTestWPF.csproj @ 43e1d368

이력 | 보기 | 이력해설 | 다운로드 (6.42 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.6.1</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
    <PublishUrl>publish\</PublishUrl>
17
    <Install>true</Install>
18
    <InstallFrom>Disk</InstallFrom>
19
    <UpdateEnabled>false</UpdateEnabled>
20
    <UpdateMode>Foreground</UpdateMode>
21
    <UpdateInterval>7</UpdateInterval>
22
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23
    <UpdatePeriodically>false</UpdatePeriodically>
24
    <UpdateRequired>false</UpdateRequired>
25
    <MapFileExtensions>true</MapFileExtensions>
26
    <ApplicationRevision>0</ApplicationRevision>
27
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28
    <IsWebBootstrapper>false</IsWebBootstrapper>
29
    <UseApplicationTrust>false</UseApplicationTrust>
30
    <BootstrapperEnabled>true</BootstrapperEnabled>
31
    <TargetFrameworkProfile />
32
    <NuGetPackageImportStamp>
33
    </NuGetPackageImportStamp>
34
  </PropertyGroup>
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36
    <PlatformTarget>AnyCPU</PlatformTarget>
37
    <DebugSymbols>true</DebugSymbols>
38
    <DebugType>full</DebugType>
39
    <Optimize>false</Optimize>
40
    <OutputPath>bin\Debug\</OutputPath>
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
42
    <ErrorReport>prompt</ErrorReport>
43
    <WarningLevel>4</WarningLevel>
44
    <Prefer32Bit>false</Prefer32Bit>
45
  </PropertyGroup>
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47
    <PlatformTarget>AnyCPU</PlatformTarget>
48
    <DebugType>pdbonly</DebugType>
49
    <Optimize>true</Optimize>
50
    <OutputPath>bin\Release\</OutputPath>
51
    <DefineConstants>TRACE</DefineConstants>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <Prefer32Bit>false</Prefer32Bit>
55
  </PropertyGroup>
56
  <ItemGroup>
57
    <Reference Include="System" />
58
    <Reference Include="System.Data" />
59
    <Reference Include="System.Drawing" />
60
    <Reference Include="System.Xml" />
61
    <Reference Include="Microsoft.CSharp" />
62
    <Reference Include="System.Core" />
63
    <Reference Include="System.Xml.Linq" />
64
    <Reference Include="System.Data.DataSetExtensions" />
65
    <Reference Include="System.Net.Http" />
66
    <Reference Include="System.Xaml">
67
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
68
    </Reference>
69
    <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
70
      <SpecificVersion>False</SpecificVersion>
71
      <HintPath>..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
72
    </Reference>
73
    <Reference Include="Telerik.Windows.Controls.ImageEditor, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
74
      <SpecificVersion>False</SpecificVersion>
75
      <HintPath>..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.ImageEditor.dll</HintPath>
76
    </Reference>
77
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
78
      <SpecificVersion>False</SpecificVersion>
79
      <HintPath>..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
80
    </Reference>
81
    <Reference Include="WindowsBase" />
82
    <Reference Include="PresentationCore" />
83
    <Reference Include="PresentationFramework" />
84
  </ItemGroup>
85
  <ItemGroup>
86
    <ApplicationDefinition Include="App.xaml">
87
      <Generator>MSBuild:Compile</Generator>
88
      <SubType>Designer</SubType>
89
    </ApplicationDefinition>
90
    <Page Include="MainWindow.xaml">
91
      <Generator>MSBuild:Compile</Generator>
92
      <SubType>Designer</SubType>
93
    </Page>
94
    <Compile Include="App.xaml.cs">
95
      <DependentUpon>App.xaml</DependentUpon>
96
      <SubType>Code</SubType>
97
    </Compile>
98
    <Compile Include="MainWindow.xaml.cs">
99
      <DependentUpon>MainWindow.xaml</DependentUpon>
100
      <SubType>Code</SubType>
101
    </Compile>
102
    <Page Include="ImageView.xaml">
103
      <SubType>Designer</SubType>
104
      <Generator>MSBuild:Compile</Generator>
105
    </Page>
106
  </ItemGroup>
107
  <ItemGroup>
108
    <Compile Include="Properties\AssemblyInfo.cs">
109
      <SubType>Code</SubType>
110
    </Compile>
111
    <Compile Include="ImageView.xaml.cs">
112
      <DependentUpon>ImageView.xaml</DependentUpon>
113
    </Compile>
114
    <Compile Include="Properties\Resources.Designer.cs">
115
      <AutoGen>True</AutoGen>
116
      <DesignTime>True</DesignTime>
117
      <DependentUpon>Resources.resx</DependentUpon>
118
    </Compile>
119
    <Compile Include="Properties\Settings.Designer.cs">
120
      <AutoGen>True</AutoGen>
121
      <DependentUpon>Settings.settings</DependentUpon>
122
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
123
    </Compile>
124
    <EmbeddedResource Include="Properties\Resources.resx">
125
      <Generator>ResXFileCodeGenerator</Generator>
126
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127
    </EmbeddedResource>
128
    <None Include="Properties\Settings.settings">
129
      <Generator>SettingsSingleFileGenerator</Generator>
130
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
131
    </None>
132
  </ItemGroup>
133
  <ItemGroup>
134
    <None Include="App.config" />
135
  </ItemGroup>
136
  <ItemGroup>
137
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
138
      <Visible>False</Visible>
139
      <ProductName>.NET Framework 3.5 SP1</ProductName>
140
      <Install>false</Install>
141
    </BootstrapperPackage>
142
  </ItemGroup>
143
  <ItemGroup>
144
    <ProjectReference Include="..\Markus.ImageComparer\Markus.ImageCompare.csproj">
145
      <Project>{b14c29d6-c032-48b3-ae56-d6b62fa3b693}</Project>
146
      <Name>Markus.ImageCompare</Name>
147
    </ProjectReference>
148
  </ItemGroup>
149
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)