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 >{1967BD5F-DAE7-40FC-AE78-A4D7AA657073}</ProjectGuid >
15
+ <RootNamespace >Spy</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
+ </PropertyGroup >
48
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49
+ <ClCompile >
50
+ <PrecompiledHeader >Use</PrecompiledHeader >
51
+ <WarningLevel >Level3</WarningLevel >
52
+ <Optimization >Disabled</Optimization >
53
+ <PreprocessorDefinitions >WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54
+ </ClCompile >
55
+ <Link >
56
+ <SubSystem >Windows</SubSystem >
57
+ <GenerateDebugInformation >true</GenerateDebugInformation >
58
+ </Link >
59
+ <Midl >
60
+ <MkTypLibCompatible >false</MkTypLibCompatible >
61
+ <ValidateAllParameters >true</ValidateAllParameters >
62
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
63
+ </Midl >
64
+ <ResourceCompile >
65
+ <Culture >0x0804</Culture >
66
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
68
+ </ResourceCompile >
69
+ </ItemDefinitionGroup >
70
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
71
+ <ClCompile >
72
+ <WarningLevel >Level3</WarningLevel >
73
+ <PrecompiledHeader >Use</PrecompiledHeader >
74
+ <Optimization >MaxSpeed</Optimization >
75
+ <FunctionLevelLinking >true</FunctionLevelLinking >
76
+ <IntrinsicFunctions >true</IntrinsicFunctions >
77
+ <PreprocessorDefinitions >WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
78
+ </ClCompile >
79
+ <Link >
80
+ <SubSystem >Windows</SubSystem >
81
+ <GenerateDebugInformation >true</GenerateDebugInformation >
82
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
83
+ <OptimizeReferences >true</OptimizeReferences >
84
+ </Link >
85
+ <Midl >
86
+ <MkTypLibCompatible >false</MkTypLibCompatible >
87
+ <ValidateAllParameters >true</ValidateAllParameters >
88
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
89
+ </Midl >
90
+ <ResourceCompile >
91
+ <Culture >0x0804</Culture >
92
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93
+ <AdditionalIncludeDirectories >$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
94
+ </ResourceCompile >
95
+ </ItemDefinitionGroup >
96
+ <ItemGroup >
97
+ <None Include =" ReadMe.txt" />
98
+ <None Include =" res\choose.cur" />
99
+ <None Include =" res\point.cur" />
100
+ <None Include =" res\Spy++.ico" />
101
+ <None Include =" res\Spy.rc2" />
102
+ <None Include =" res\wait.cur" />
103
+ </ItemGroup >
104
+ <ItemGroup >
105
+ <ClInclude Include =" Resource.h" />
106
+ <ClInclude Include =" Spy++.h" />
107
+ <ClInclude Include =" Spy++Dlg.h" />
108
+ <ClInclude Include =" stdafx.h" />
109
+ <ClInclude Include =" targetver.h" />
110
+ </ItemGroup >
111
+ <ItemGroup >
112
+ <ClCompile Include =" Spy++.cpp" />
113
+ <ClCompile Include =" Spy++Dlg.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 =" Spy++.rc" />
121
+ </ItemGroup >
122
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
123
+ <ImportGroup Label =" ExtensionTargets" >
124
+ </ImportGroup >
125
+ <ProjectExtensions >
126
+ <VisualStudio >
127
+ <UserProperties RESOURCE_FILE =" Spy++.rc" />
128
+ </VisualStudio >
129
+ </ProjectExtensions >
130
+ </Project >
0 commit comments