markus / TEST_WPF / TEST_WPF.csproj @ f87ee33e
이력 | 보기 | 이력해설 | 다운로드 (5.6 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>{883C959A-91E1-4F5D-9C3D-1D5536E7AE8A}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType> |
9 |
<RootNamespace>TEST_WPF</RootNamespace> |
10 |
<AssemblyName>TEST_WPF</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 |
<WarningLevel>4</WarningLevel> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<PlatformTarget>AnyCPU</PlatformTarget> |
18 |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
20 |
<Optimize>false</Optimize> |
21 |
<OutputPath>bin\Debug\</OutputPath> |
22 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
23 |
<ErrorReport>prompt</ErrorReport> |
24 |
<WarningLevel>4</WarningLevel> |
25 |
</PropertyGroup> |
26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
<PlatformTarget>AnyCPU</PlatformTarget> |
28 |
<DebugType>pdbonly</DebugType> |
29 |
<Optimize>true</Optimize> |
30 |
<OutputPath>bin\Release\</OutputPath> |
31 |
<DefineConstants>TRACE</DefineConstants> |
32 |
<ErrorReport>prompt</ErrorReport> |
33 |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
35 |
<ItemGroup> |
36 |
<Reference Include="System" /> |
37 |
<Reference Include="System.Configuration" /> |
38 |
<Reference Include="System.Data" /> |
39 |
<Reference Include="System.Data.Entity" /> |
40 |
<Reference Include="System.Drawing" /> |
41 |
<Reference Include="System.Management" /> |
42 |
<Reference Include="System.Windows.Forms" /> |
43 |
<Reference Include="System.Xml" /> |
44 |
<Reference Include="Microsoft.CSharp" /> |
45 |
<Reference Include="System.Core" /> |
46 |
<Reference Include="System.Xml.Linq" /> |
47 |
<Reference Include="System.Data.DataSetExtensions" /> |
48 |
<Reference Include="System.Xaml"> |
49 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
50 |
</Reference> |
51 |
<Reference Include="Telerik.Windows.Controls"> |
52 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2018\Binaries\WPF40\Telerik.Windows.Controls.dll</HintPath> |
53 |
</Reference> |
54 |
<Reference Include="Telerik.Windows.Controls.Input"> |
55 |
<HintPath>..\..\..\..\..\..\Program Files (x86)\Progress\Telerik UI for WPF R1 2018\Binaries\WPF40\Telerik.Windows.Controls.Input.dll</HintPath> |
56 |
</Reference> |
57 |
<Reference Include="UIAutomationProvider" /> |
58 |
<Reference Include="UIAutomationTypes" /> |
59 |
<Reference Include="WindowsBase" /> |
60 |
<Reference Include="PresentationCore" /> |
61 |
<Reference Include="PresentationFramework" /> |
62 |
</ItemGroup> |
63 |
<ItemGroup> |
64 |
<ApplicationDefinition Include="App.xaml"> |
65 |
<Generator>MSBuild:Compile</Generator> |
66 |
</ApplicationDefinition> |
67 |
<Compile Include="MessageContentPresenter.cs" /> |
68 |
<Compile Include="TalkPane\Message.cs" /> |
69 |
<Compile Include="TalkPane\MessageViewModel.cs" /> |
70 |
<Compile Include="Window1.xaml.cs"> |
71 |
<DependentUpon>Window1.xaml</DependentUpon> |
72 |
</Compile> |
73 |
<Page Include="MainWindow.xaml"> |
74 |
<Generator>MSBuild:Compile</Generator> |
75 |
<SubType>Designer</SubType> |
76 |
</Page> |
77 |
<Compile Include="AdornerCore.cs" /> |
78 |
<Compile Include="App.xaml.cs"> |
79 |
<DependentUpon>App.xaml</DependentUpon> |
80 |
<SubType>Code</SubType> |
81 |
</Compile> |
82 |
<Compile Include="MainWindow.xaml.cs"> |
83 |
<DependentUpon>MainWindow.xaml</DependentUpon> |
84 |
<SubType>Code</SubType> |
85 |
</Compile> |
86 |
<Page Include="TalkPane\StyleDictionary.xaml"> |
87 |
<SubType>Designer</SubType> |
88 |
<Generator>MSBuild:Compile</Generator> |
89 |
</Page> |
90 |
<Page Include="Window1.xaml"> |
91 |
<SubType>Designer</SubType> |
92 |
<Generator>MSBuild:Compile</Generator> |
93 |
</Page> |
94 |
</ItemGroup> |
95 |
<ItemGroup> |
96 |
<Compile Include="Properties\AssemblyInfo.cs"> |
97 |
<SubType>Code</SubType> |
98 |
</Compile> |
99 |
<Compile Include="Properties\Resources.Designer.cs"> |
100 |
<AutoGen>True</AutoGen> |
101 |
<DesignTime>True</DesignTime> |
102 |
<DependentUpon>Resources.resx</DependentUpon> |
103 |
</Compile> |
104 |
<Compile Include="Properties\Settings.Designer.cs"> |
105 |
<AutoGen>True</AutoGen> |
106 |
<DependentUpon>Settings.settings</DependentUpon> |
107 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
108 |
</Compile> |
109 |
<EmbeddedResource Include="Properties\Resources.resx"> |
110 |
<Generator>ResXFileCodeGenerator</Generator> |
111 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
112 |
</EmbeddedResource> |
113 |
<None Include="Properties\Settings.settings"> |
114 |
<Generator>SettingsSingleFileGenerator</Generator> |
115 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
116 |
</None> |
117 |
</ItemGroup> |
118 |
<ItemGroup> |
119 |
<Resource Include="user.png" /> |
120 |
</ItemGroup> |
121 |
<ItemGroup> |
122 |
<Resource Include="TalkPane\clip.png" /> |
123 |
<Resource Include="TalkPane\frame-landscape.png" /> |
124 |
</ItemGroup> |
125 |
<ItemGroup> |
126 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
127 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
128 |
<Name>KCOMDataModel</Name> |
129 |
</ProjectReference> |
130 |
</ItemGroup> |
131 |
<ItemGroup> |
132 |
<Resource Include="TalkPane\profile.jpg" /> |
133 |
</ItemGroup> |
134 |
<ItemGroup> |
135 |
<Resource Include="TalkPane\user.png" /> |
136 |
</ItemGroup> |
137 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
138 |
</Project> |