1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.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
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{C0E78925-B9DC-452F-A7B6-46E366D3F0E4}</ProjectGuid >
15
+ <RootNamespace >MfcTyper</RootNamespace >
16
+ <Keyword >MFCProj</Keyword >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20
+ <ConfigurationType >Application</ConfigurationType >
21
+ <UseDebugLibraries >true</UseDebugLibraries >
22
+ <CharacterSet >Unicode</CharacterSet >
23
+ <UseOfMfc >Static</UseOfMfc >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26
+ <ConfigurationType >Application</ConfigurationType >
27
+ <UseDebugLibraries >false</UseDebugLibraries >
28
+ <WholeProgramOptimization >true</WholeProgramOptimization >
29
+ <CharacterSet >Unicode</CharacterSet >
30
+ <UseOfMfc >Static</UseOfMfc >
31
+ </PropertyGroup >
32
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33
+ <ImportGroup Label =" ExtensionSettings" >
34
+ </ImportGroup >
35
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37
+ </ImportGroup >
38
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40
+ </ImportGroup >
41
+ <PropertyGroup Label =" UserMacros" />
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
43
+ <LinkIncremental >true</LinkIncremental >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
46
+ <LinkIncremental >false</LinkIncremental >
47
+ <EmbedManifest >false</EmbedManifest >
48
+ </PropertyGroup >
49
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
50
+ <ClCompile >
51
+ <PrecompiledHeader >Use</PrecompiledHeader >
52
+ <WarningLevel >Level3</WarningLevel >
53
+ <Optimization >Disabled</Optimization >
54
+ <PreprocessorDefinitions >WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
55
+ </ClCompile >
56
+ <Link >
57
+ <SubSystem >Windows</SubSystem >
58
+ <GenerateDebugInformation >true</GenerateDebugInformation >
59
+ </Link >
60
+ <Midl >
61
+ <MkTypLibCompatible >false</MkTypLibCompatible >
62
+ <ValidateAllParameters >true</ValidateAllParameters >
63
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
+ </Midl >
65
+ <ResourceCompile >
66
+ <Culture >0x0804</Culture >
67
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
68
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
69
+ </ResourceCompile >
70
+ </ItemDefinitionGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
72
+ <ClCompile >
73
+ <WarningLevel >Level3</WarningLevel >
74
+ <PrecompiledHeader >Use</PrecompiledHeader >
75
+ <Optimization >MaxSpeed</Optimization >
76
+ <FunctionLevelLinking >true</FunctionLevelLinking >
77
+ <IntrinsicFunctions >true</IntrinsicFunctions >
78
+ <PreprocessorDefinitions >WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79
+ </ClCompile >
80
+ <Link >
81
+ <SubSystem >Windows</SubSystem >
82
+ <GenerateDebugInformation >true</GenerateDebugInformation >
83
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
84
+ <OptimizeReferences >true</OptimizeReferences >
85
+ </Link >
86
+ <Midl >
87
+ <MkTypLibCompatible >false</MkTypLibCompatible >
88
+ <ValidateAllParameters >true</ValidateAllParameters >
89
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
90
+ </Midl >
91
+ <ResourceCompile >
92
+ <Culture >0x0804</Culture >
93
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
95
+ </ResourceCompile >
96
+ </ItemDefinitionGroup >
97
+ <ItemGroup >
98
+ <None Include =" ReadMe.txt" />
99
+ <None Include =" res\MfcTyper.ico" />
100
+ <None Include =" res\MfcTyper.rc2" />
101
+ </ItemGroup >
102
+ <ItemGroup >
103
+ <ClInclude Include =" MfcTyper.h" />
104
+ <ClInclude Include =" MfcTyperDlg.h" />
105
+ <ClInclude Include =" MyTyper.h" />
106
+ <ClInclude Include =" Resource.h" />
107
+ <ClInclude Include =" stdafx.h" />
108
+ <ClInclude Include =" targetver.h" />
109
+ </ItemGroup >
110
+ <ItemGroup >
111
+ <ClCompile Include =" MfcTyper.cpp" />
112
+ <ClCompile Include =" MfcTyperDlg.cpp" />
113
+ <ClCompile Include =" MyTyper.cpp" />
114
+ <ClCompile Include =" stdafx.cpp" >
115
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
116
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
117
+ </ClCompile >
118
+ </ItemGroup >
119
+ <ItemGroup >
120
+ <ResourceCompile Include =" MfcTyper.rc" />
121
+ </ItemGroup >
122
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
123
+ <ImportGroup Label =" ExtensionTargets" >
124
+ </ImportGroup >
125
+ <ProjectExtensions >
126
+ <VisualStudio >
127
+ <UserProperties RESOURCE_FILE =" MfcTyper.rc" />
128
+ </VisualStudio >
129
+ </ProjectExtensions >
130
+ </Project >
0 commit comments