프로젝트

일반

사용자정보

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

markus / ImageComparer / ComparerTestWPF / ComparerTestWPF.csproj @ c1659a98

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