프로젝트

일반

사용자정보

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

markus / ImageComparer / ComparerTestWPF / ComparerTestWPF.csproj @ 9f61d7b6

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