1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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
+ <VCProjectVersion >15.0</VCProjectVersion >
23
+ <ProjectGuid >{81A03759-5A78-419E-B2B7-6010CB1E74E2}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <RootNamespace >Login</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0.17134.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >Application</ConfigurationType >
31
+ <UseDebugLibraries >true</UseDebugLibraries >
32
+ <PlatformToolset >v141</PlatformToolset >
33
+ <CharacterSet >Unicode</CharacterSet >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >Application</ConfigurationType >
37
+ <UseDebugLibraries >false</UseDebugLibraries >
38
+ <PlatformToolset >v141</PlatformToolset >
39
+ <WholeProgramOptimization >true</WholeProgramOptimization >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43
+ <ConfigurationType >Application</ConfigurationType >
44
+ <UseDebugLibraries >true</UseDebugLibraries >
45
+ <PlatformToolset >v141</PlatformToolset >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49
+ <ConfigurationType >Application</ConfigurationType >
50
+ <UseDebugLibraries >false</UseDebugLibraries >
51
+ <PlatformToolset >v141</PlatformToolset >
52
+ <WholeProgramOptimization >true</WholeProgramOptimization >
53
+ <CharacterSet >Unicode</CharacterSet >
54
+ </PropertyGroup >
55
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56
+ <ImportGroup Label =" ExtensionSettings" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" Shared" >
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <PropertyGroup Label =" UserMacros" />
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74
+ <LinkIncremental >true</LinkIncremental >
75
+ </PropertyGroup >
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77
+ <LinkIncremental >true</LinkIncremental >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80
+ <LinkIncremental >false</LinkIncremental >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
83
+ <LinkIncremental >false</LinkIncremental >
84
+ </PropertyGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
+ <ClCompile >
87
+ <WarningLevel >Level4</WarningLevel >
88
+ <Optimization >Disabled</Optimization >
89
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
90
+ <ConformanceMode >true</ConformanceMode >
91
+ </ClCompile >
92
+ <Link >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ <SubSystem >Windows</SubSystem >
95
+ <AdditionalManifestDependencies >type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'</AdditionalManifestDependencies >
96
+ <AdditionalDependencies >Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
100
+ <ClCompile >
101
+ <WarningLevel >Level3</WarningLevel >
102
+ <Optimization >Disabled</Optimization >
103
+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
104
+ <ConformanceMode >true</ConformanceMode >
105
+ </ClCompile >
106
+ <Link >
107
+ <GenerateDebugInformation >true</GenerateDebugInformation >
108
+ <SubSystem >Windows</SubSystem >
109
+ </Link >
110
+ </ItemDefinitionGroup >
111
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
112
+ <ClCompile >
113
+ <WarningLevel >Level3</WarningLevel >
114
+ <Optimization >MaxSpeed</Optimization >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <IntrinsicFunctions >true</IntrinsicFunctions >
117
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ <ConformanceMode >true</ConformanceMode >
119
+ </ClCompile >
120
+ <Link >
121
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
122
+ <OptimizeReferences >true</OptimizeReferences >
123
+ <GenerateDebugInformation >true</GenerateDebugInformation >
124
+ <SubSystem >Windows</SubSystem >
125
+ <AdditionalDependencies >Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
126
+ <AdditionalManifestDependencies >type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*';%(AdditionalManifestDependencies)</AdditionalManifestDependencies >
127
+ </Link >
128
+ </ItemDefinitionGroup >
129
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
130
+ <ClCompile >
131
+ <WarningLevel >Level3</WarningLevel >
132
+ <Optimization >MaxSpeed</Optimization >
133
+ <FunctionLevelLinking >true</FunctionLevelLinking >
134
+ <IntrinsicFunctions >true</IntrinsicFunctions >
135
+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136
+ <ConformanceMode >true</ConformanceMode >
137
+ </ClCompile >
138
+ <Link >
139
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
140
+ <OptimizeReferences >true</OptimizeReferences >
141
+ <GenerateDebugInformation >true</GenerateDebugInformation >
142
+ <SubSystem >Windows</SubSystem >
143
+ </Link >
144
+ </ItemDefinitionGroup >
145
+ <ItemGroup >
146
+ <ClCompile Include =" dogcom\auth.cpp" />
147
+ <ClCompile Include =" dogcom\configparse.cpp" />
148
+ <ClCompile Include =" dogcom\keepalive.cpp" />
149
+ <ClCompile Include =" dogcom\login.cpp" />
150
+ <ClCompile Include =" dogcom\md4.cpp" />
151
+ <ClCompile Include =" dogcom\md5.cpp" />
152
+ <ClCompile Include =" dogcom\sha1.cpp" />
153
+ <ClCompile Include =" WinMain.cpp" />
154
+ <ClCompile Include =" LogUtil.cpp" />
155
+ </ItemGroup >
156
+ <ItemGroup >
157
+ <ClInclude Include =" dogcom\auth.h" />
158
+ <ClInclude Include =" dogcom\configparse.h" />
159
+ <ClInclude Include =" dogcom\keepalive.h" />
160
+ <ClInclude Include =" dogcom\login.h" />
161
+ <ClInclude Include =" dogcom\md4.h" />
162
+ <ClInclude Include =" dogcom\md5.h" />
163
+ <ClInclude Include =" dogcom\sha1.h" />
164
+ <ClInclude Include =" LogUtil.h" />
165
+ <ClInclude Include =" resource.h" />
166
+ </ItemGroup >
167
+ <ItemGroup >
168
+ <ResourceCompile Include =" Login.rc" />
169
+ </ItemGroup >
170
+ <ItemGroup >
171
+ <Image Include =" IconJlu.ico" />
172
+ <Image Include =" IconJluSm.ico" />
173
+ </ItemGroup >
174
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
175
+ <ImportGroup Label =" ExtensionTargets" >
176
+ </ImportGroup >
177
+ </Project >
0 commit comments