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 =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</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 >{F9DC2AAF-2213-4D87-9F52-283DA1CC6E18}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >LogonUser</RootNamespace >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v110</PlatformToolset >
31
+ <CharacterSet >Unicode</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <PlatformToolset >v110</PlatformToolset >
37
+ <CharacterSet >Unicode</CharacterSet >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >false</UseDebugLibraries >
42
+ <PlatformToolset >v110</PlatformToolset >
43
+ <WholeProgramOptimization >true</WholeProgramOptimization >
44
+ <CharacterSet >Unicode</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v110</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >Unicode</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <LinkIncremental >false</LinkIncremental >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
79
+ <LinkIncremental >false</LinkIncremental >
80
+ </PropertyGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <ClCompile >
83
+ <PrecompiledHeader >Use</PrecompiledHeader >
84
+ <WarningLevel >Level3</WarningLevel >
85
+ <Optimization >Disabled</Optimization >
86
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87
+ </ClCompile >
88
+ <Link >
89
+ <SubSystem >Console</SubSystem >
90
+ <GenerateDebugInformation >true</GenerateDebugInformation >
91
+ <AdditionalDependencies >secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
92
+ </Link >
93
+ </ItemDefinitionGroup >
94
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
95
+ <ClCompile >
96
+ <PrecompiledHeader >Use</PrecompiledHeader >
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <Optimization >Disabled</Optimization >
99
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100
+ </ClCompile >
101
+ <Link >
102
+ <SubSystem >Console</SubSystem >
103
+ <GenerateDebugInformation >true</GenerateDebugInformation >
104
+ <AdditionalDependencies >secur32.lib;%(AdditionalDependencies)</AdditionalDependencies >
105
+ </Link >
106
+ </ItemDefinitionGroup >
107
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
108
+ <ClCompile >
109
+ <WarningLevel >Level3</WarningLevel >
110
+ <PrecompiledHeader >Use</PrecompiledHeader >
111
+ <Optimization >MaxSpeed</Optimization >
112
+ <FunctionLevelLinking >true</FunctionLevelLinking >
113
+ <IntrinsicFunctions >true</IntrinsicFunctions >
114
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115
+ </ClCompile >
116
+ <Link >
117
+ <SubSystem >Console</SubSystem >
118
+ <GenerateDebugInformation >true</GenerateDebugInformation >
119
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
120
+ <OptimizeReferences >true</OptimizeReferences >
121
+ </Link >
122
+ </ItemDefinitionGroup >
123
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
124
+ <ClCompile >
125
+ <WarningLevel >Level3</WarningLevel >
126
+ <PrecompiledHeader >Use</PrecompiledHeader >
127
+ <Optimization >MaxSpeed</Optimization >
128
+ <FunctionLevelLinking >true</FunctionLevelLinking >
129
+ <IntrinsicFunctions >true</IntrinsicFunctions >
130
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131
+ </ClCompile >
132
+ <Link >
133
+ <SubSystem >Console</SubSystem >
134
+ <GenerateDebugInformation >true</GenerateDebugInformation >
135
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
136
+ <OptimizeReferences >true</OptimizeReferences >
137
+ </Link >
138
+ </ItemDefinitionGroup >
139
+ <ItemGroup >
140
+ <Text Include =" ReadMe.txt" />
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <ClInclude Include =" stdafx.h" />
144
+ <ClInclude Include =" targetver.h" />
145
+ </ItemGroup >
146
+ <ItemGroup >
147
+ <ClCompile Include =" LogonUser.cpp" />
148
+ <ClCompile Include =" stdafx.cpp" >
149
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
150
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
151
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
152
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
153
+ </ClCompile >
154
+ </ItemGroup >
155
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
156
+ <ImportGroup Label =" ExtensionTargets" >
157
+ </ImportGroup >
158
+ </Project >
0 commit comments