프로젝트

일반

사용자정보

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

markus / ImageComparer / ComparerTestWPF / ComparerTestWPF.csproj @ 8f7f8073

이력 | 보기 | 이력해설 | 다운로드 (5.73 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.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
70
    <Reference Include="Telerik.Windows.Controls.ImageEditor, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
71
    <Reference Include="Telerik.Windows.Controls.Input, Version=2019.3.917.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
72
    <Reference Include="WindowsBase" />
73
    <Reference Include="PresentationCore" />
74
    <Reference Include="PresentationFramework" />
75
  </ItemGroup>
76
  <ItemGroup>
77
    <ApplicationDefinition Include="App.xaml">
78
      <Generator>MSBuild:Compile</Generator>
79
      <SubType>Designer</SubType>
80
    </ApplicationDefinition>
81
    <Page Include="MainWindow.xaml">
82
      <Generator>MSBuild:Compile</Generator>
83
      <SubType>Designer</SubType>
84
    </Page>
85
    <Compile Include="App.xaml.cs">
86
      <DependentUpon>App.xaml</DependentUpon>
87
      <SubType>Code</SubType>
88
    </Compile>
89
    <Compile Include="MainWindow.xaml.cs">
90
      <DependentUpon>MainWindow.xaml</DependentUpon>
91
      <SubType>Code</SubType>
92
    </Compile>
93
    <Page Include="ImageView.xaml">
94
      <SubType>Designer</SubType>
95
      <Generator>MSBuild:Compile</Generator>
96
    </Page>
97
  </ItemGroup>
98
  <ItemGroup>
99
    <Compile Include="Properties\AssemblyInfo.cs">
100
      <SubType>Code</SubType>
101
    </Compile>
102
    <Compile Include="ImageView.xaml.cs">
103
      <DependentUpon>ImageView.xaml</DependentUpon>
104
    </Compile>
105
    <Compile Include="Properties\Resources.Designer.cs">
106
      <AutoGen>True</AutoGen>
107
      <DesignTime>True</DesignTime>
108
      <DependentUpon>Resources.resx</DependentUpon>
109
    </Compile>
110
    <Compile Include="Properties\Settings.Designer.cs">
111
      <AutoGen>True</AutoGen>
112
      <DependentUpon>Settings.settings</DependentUpon>
113
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
114
    </Compile>
115
    <EmbeddedResource Include="Properties\Resources.resx">
116
      <Generator>ResXFileCodeGenerator</Generator>
117
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
118
    </EmbeddedResource>
119
    <None Include="Properties\Settings.settings">
120
      <Generator>SettingsSingleFileGenerator</Generator>
121
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
122
    </None>
123
  </ItemGroup>
124
  <ItemGroup>
125
    <None Include="App.config" />
126
  </ItemGroup>
127
  <ItemGroup>
128
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
129
      <Visible>False</Visible>
130
      <ProductName>.NET Framework 3.5 SP1</ProductName>
131
      <Install>false</Install>
132
    </BootstrapperPackage>
133
  </ItemGroup>
134
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)