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
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <SccProjectName />
15
+ <SccLocalPath />
16
+ <ProjectGuid >{91B3E6FE-1B84-4F1A-9228-6F43C7FFB181}</ProjectGuid >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20
+ <ConfigurationType >Application</ConfigurationType >
21
+ <PlatformToolset >v142</PlatformToolset >
22
+ <UseOfMfc >false</UseOfMfc >
23
+ <CharacterSet >MultiByte</CharacterSet >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26
+ <ConfigurationType >Application</ConfigurationType >
27
+ <PlatformToolset >v142</PlatformToolset >
28
+ <UseOfMfc >false</UseOfMfc >
29
+ <CharacterSet >MultiByte</CharacterSet >
30
+ </PropertyGroup >
31
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32
+ <ImportGroup Label =" ExtensionSettings" >
33
+ </ImportGroup >
34
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
35
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36
+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
37
+ </ImportGroup >
38
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
39
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40
+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
41
+ </ImportGroup >
42
+ <PropertyGroup Label =" UserMacros" />
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
44
+ <OutDir >.\Release\</OutDir >
45
+ <IntDir >.\Release\</IntDir >
46
+ <LinkIncremental >false</LinkIncremental >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49
+ <OutDir >.\Debug\</OutDir >
50
+ <IntDir >.\Debug\</IntDir >
51
+ <LinkIncremental >true</LinkIncremental >
52
+ </PropertyGroup >
53
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
54
+ <ClCompile >
55
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
56
+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
57
+ <StringPooling >true</StringPooling >
58
+ <FunctionLevelLinking >true</FunctionLevelLinking >
59
+ <Optimization >MaxSpeed</Optimization >
60
+ <SuppressStartupBanner >true</SuppressStartupBanner >
61
+ <WarningLevel >Level3</WarningLevel >
62
+ <AdditionalIncludeDirectories >..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
63
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;WIN32;_CONSOLE;_WIN32_WINNT=0x0500;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
+ <AssemblerListingLocation >.\Release\</AssemblerListingLocation >
65
+ <PrecompiledHeaderOutputFile >.\Release\es3discover.pch</PrecompiledHeaderOutputFile >
66
+ <ObjectFileName >.\Release\</ObjectFileName >
67
+ <ProgramDataBaseFileName >.\Release\</ProgramDataBaseFileName >
68
+ </ClCompile >
69
+ <Midl >
70
+ <TypeLibraryName >.\Release\es3discover.tlb</TypeLibraryName >
71
+ </Midl >
72
+ <ResourceCompile >
73
+ <Culture >0x0407</Culture >
74
+ <IgnoreStandardIncludePath >false</IgnoreStandardIncludePath >
75
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
76
+ </ResourceCompile >
77
+ <Bscmake >
78
+ <SuppressStartupBanner >true</SuppressStartupBanner >
79
+ <OutputFile >.\Release\es3discover.bsc</OutputFile >
80
+ </Bscmake >
81
+ <Link >
82
+ <SuppressStartupBanner >true</SuppressStartupBanner >
83
+ <SubSystem >Console</SubSystem >
84
+ <OutputFile >.\Release\es3discover.exe</OutputFile >
85
+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
86
+ </Link >
87
+ </ItemDefinitionGroup >
88
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
89
+ <ClCompile >
90
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
91
+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
92
+ <FunctionLevelLinking >false</FunctionLevelLinking >
93
+ <Optimization >Disabled</Optimization >
94
+ <SuppressStartupBanner >true</SuppressStartupBanner >
95
+ <WarningLevel >Level3</WarningLevel >
96
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
97
+ <AdditionalIncludeDirectories >..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
98
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;WIN32;_CONSOLE;_WIN32_WINNT=0x0500;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99
+ <AssemblerListingLocation >.\Debug\</AssemblerListingLocation >
100
+ <PrecompiledHeaderOutputFile >.\Debug\es3discover.pch</PrecompiledHeaderOutputFile >
101
+ <ObjectFileName >.\Debug\</ObjectFileName >
102
+ <ProgramDataBaseFileName >.\Debug\</ProgramDataBaseFileName >
103
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
104
+ </ClCompile >
105
+ <Midl >
106
+ <TypeLibraryName >.\Debug\es3discover.tlb</TypeLibraryName >
107
+ </Midl >
108
+ <ResourceCompile >
109
+ <Culture >0x0407</Culture >
110
+ <IgnoreStandardIncludePath >false</IgnoreStandardIncludePath >
111
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112
+ </ResourceCompile >
113
+ <Bscmake >
114
+ <SuppressStartupBanner >true</SuppressStartupBanner >
115
+ <OutputFile >.\Debug\es3discover.bsc</OutputFile >
116
+ </Bscmake >
117
+ <Link >
118
+ <SuppressStartupBanner >true</SuppressStartupBanner >
119
+ <GenerateDebugInformation >true</GenerateDebugInformation >
120
+ <SubSystem >Console</SubSystem >
121
+ <OutputFile >.\Debug\es3discover.exe</OutputFile >
122
+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
123
+ </Link >
124
+ </ItemDefinitionGroup >
125
+ <ItemGroup >
126
+ <ClCompile Include =" ..\src\tnp.c" />
127
+ <ClCompile Include =" src\main.c" />
128
+ </ItemGroup >
129
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
130
+ <ImportGroup Label =" ExtensionTargets" >
131
+ </ImportGroup >
132
+ </Project >
0 commit comments