source: chevmsgr/trunk/msvc14/ChevMsgrClient_MFC/ChevMsgrClient_MFC.vcxproj@ 4

Last change on this file since 4 was 4, checked in by cheese, 9 years ago

자 이제 시작이야 (졸작을)

File size: 10.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{D1A1A73A-7E56-40FA-9D43-B8737C585D18}</ProjectGuid>
23 <RootNamespace>ChevMsgrClient_MFC</RootNamespace>
24 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25 <Keyword>MFCProj</Keyword>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <PlatformToolset>v140</PlatformToolset>
32 <CharacterSet>Unicode</CharacterSet>
33 <UseOfMfc>Static</UseOfMfc>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v140</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>Unicode</CharacterSet>
41 <UseOfMfc>Static</UseOfMfc>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <PlatformToolset>v140</PlatformToolset>
47 <CharacterSet>Unicode</CharacterSet>
48 <UseOfMfc>Static</UseOfMfc>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51 <ConfigurationType>Application</ConfigurationType>
52 <UseDebugLibraries>false</UseDebugLibraries>
53 <PlatformToolset>v140</PlatformToolset>
54 <WholeProgramOptimization>true</WholeProgramOptimization>
55 <CharacterSet>Unicode</CharacterSet>
56 <UseOfMfc>Static</UseOfMfc>
57 </PropertyGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
60 </ImportGroup>
61 <ImportGroup Label="Shared">
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\properties.props" />
66 </ImportGroup>
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\properties.props" />
70 </ImportGroup>
71 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\properties.props" />
74 </ImportGroup>
75 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 <Import Project="..\properties.props" />
78 </ImportGroup>
79 <PropertyGroup Label="UserMacros" />
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <LinkIncremental>true</LinkIncremental>
82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84 <LinkIncremental>true</LinkIncremental>
85 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87 <LinkIncremental>false</LinkIncremental>
88 </PropertyGroup>
89 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90 <LinkIncremental>false</LinkIncremental>
91 </PropertyGroup>
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93 <ClCompile>
94 <PrecompiledHeader>Use</PrecompiledHeader>
95 <WarningLevel>Level3</WarningLevel>
96 <Optimization>Disabled</Optimization>
97 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 </ClCompile>
99 <Link>
100 <SubSystem>Windows</SubSystem>
101 <GenerateDebugInformation>true</GenerateDebugInformation>
102 </Link>
103 <Midl>
104 <MkTypLibCompatible>false</MkTypLibCompatible>
105 <ValidateAllParameters>true</ValidateAllParameters>
106 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 </Midl>
108 <ResourceCompile>
109 <Culture>0x0412</Culture>
110 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
112 </ResourceCompile>
113 </ItemDefinitionGroup>
114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115 <ClCompile>
116 <PrecompiledHeader>Use</PrecompiledHeader>
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>Disabled</Optimization>
119 <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 </ClCompile>
121 <Link>
122 <SubSystem>Windows</SubSystem>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 </Link>
125 <Midl>
126 <MkTypLibCompatible>false</MkTypLibCompatible>
127 <ValidateAllParameters>true</ValidateAllParameters>
128 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 </Midl>
130 <ResourceCompile>
131 <Culture>0x0412</Culture>
132 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
134 </ResourceCompile>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel>
139 <PrecompiledHeader>Use</PrecompiledHeader>
140 <Optimization>MaxSpeed</Optimization>
141 <FunctionLevelLinking>true</FunctionLevelLinking>
142 <IntrinsicFunctions>true</IntrinsicFunctions>
143 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144 </ClCompile>
145 <Link>
146 <SubSystem>Windows</SubSystem>
147 <GenerateDebugInformation>true</GenerateDebugInformation>
148 <EnableCOMDATFolding>true</EnableCOMDATFolding>
149 <OptimizeReferences>true</OptimizeReferences>
150 </Link>
151 <Midl>
152 <MkTypLibCompatible>false</MkTypLibCompatible>
153 <ValidateAllParameters>true</ValidateAllParameters>
154 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155 </Midl>
156 <ResourceCompile>
157 <Culture>0x0412</Culture>
158 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
159 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
160 </ResourceCompile>
161 </ItemDefinitionGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
163 <ClCompile>
164 <WarningLevel>Level3</WarningLevel>
165 <PrecompiledHeader>Use</PrecompiledHeader>
166 <Optimization>MaxSpeed</Optimization>
167 <FunctionLevelLinking>true</FunctionLevelLinking>
168 <IntrinsicFunctions>true</IntrinsicFunctions>
169 <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 </ClCompile>
171 <Link>
172 <SubSystem>Windows</SubSystem>
173 <GenerateDebugInformation>true</GenerateDebugInformation>
174 <EnableCOMDATFolding>true</EnableCOMDATFolding>
175 <OptimizeReferences>true</OptimizeReferences>
176 </Link>
177 <Midl>
178 <MkTypLibCompatible>false</MkTypLibCompatible>
179 <ValidateAllParameters>true</ValidateAllParameters>
180 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
181 </Midl>
182 <ResourceCompile>
183 <Culture>0x0412</Culture>
184 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
186 </ResourceCompile>
187 </ItemDefinitionGroup>
188 <ItemGroup>
189 <Text Include="ReadMe.txt" />
190 </ItemGroup>
191 <ItemGroup>
192 <ClInclude Include="ChevMsgrClient_MFC.h" />
193 <ClInclude Include="ChevMsgrClient_MFCDlg.h" />
194 <ClInclude Include="Resource.h" />
195 <ClInclude Include="stdafx.h" />
196 <ClInclude Include="targetver.h" />
197 </ItemGroup>
198 <ItemGroup>
199 <ClCompile Include="ChevMsgrClient_MFC.cpp" />
200 <ClCompile Include="ChevMsgrClient_MFCDlg.cpp" />
201 <ClCompile Include="stdafx.cpp">
202 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
203 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
204 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
205 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
206 </ClCompile>
207 </ItemGroup>
208 <ItemGroup>
209 <ResourceCompile Include="ChevMsgrClient_MFC.rc" />
210 </ItemGroup>
211 <ItemGroup>
212 <None Include="res\ChevMsgrClient_MFC.rc2" />
213 </ItemGroup>
214 <ItemGroup>
215 <Image Include="res\ChevMsgrClient_MFC.ico" />
216 </ItemGroup>
217 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
218 <ImportGroup Label="ExtensionTargets">
219 </ImportGroup>
220</Project>
Note: See TracBrowser for help on using the repository browser.