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 >{C55F3E8F-3FC0-45F5-B595-48D3F1207E6C}</ProjectGuid >
15
+ <RootNamespace >MTADiag</RootNamespace >
16
+ <Keyword >Win32Proj</Keyword >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
20
+ <ConfigurationType >Application</ConfigurationType >
21
+ <PlatformToolset >v110_xp</PlatformToolset >
22
+ <CharacterSet >MultiByte</CharacterSet >
23
+ <WholeProgramOptimization >true</WholeProgramOptimization >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
26
+ <ConfigurationType >Application</ConfigurationType >
27
+ <PlatformToolset >v110</PlatformToolset >
28
+ <CharacterSet >MultiByte</CharacterSet >
29
+ </PropertyGroup >
30
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
31
+ <ImportGroup Label =" ExtensionSettings" >
32
+ </ImportGroup >
33
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
34
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
35
+ </ImportGroup >
36
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
37
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
38
+ </ImportGroup >
39
+ <PropertyGroup Label =" UserMacros" />
40
+ <PropertyGroup >
41
+ <_ProjectFileVersion >11.0.50727.1</_ProjectFileVersion >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
44
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
45
+ <IntDir >$(Configuration)\</IntDir >
46
+ <LinkIncremental >true</LinkIncremental >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
49
+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
50
+ <IntDir >$(Configuration)\</IntDir >
51
+ <LinkIncremental >false</LinkIncremental >
52
+ </PropertyGroup >
53
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54
+ <ClCompile >
55
+ <Optimization >Disabled</Optimization >
56
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
57
+ <MinimalRebuild >true</MinimalRebuild >
58
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
59
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
60
+ <PrecompiledHeader />
61
+ <WarningLevel >Level3</WarningLevel >
62
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
63
+ </ClCompile >
64
+ <Link >
65
+ <AdditionalDependencies >libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies >
66
+ <GenerateDebugInformation >true</GenerateDebugInformation >
67
+ <SubSystem >Console</SubSystem >
68
+ <TargetMachine >MachineX86</TargetMachine >
69
+ </Link >
70
+ </ItemDefinitionGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
72
+ <ClCompile >
73
+ <Optimization >MaxSpeed</Optimization >
74
+ <IntrinsicFunctions >true</IntrinsicFunctions >
75
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
76
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
77
+ <FunctionLevelLinking >true</FunctionLevelLinking >
78
+ <PrecompiledHeader />
79
+ <WarningLevel >Level4</WarningLevel >
80
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
81
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
82
+ </ClCompile >
83
+ <Link >
84
+ <AdditionalDependencies >libcurl.lib;%(AdditionalDependencies)</AdditionalDependencies >
85
+ <UACExecutionLevel >AsInvoker</UACExecutionLevel >
86
+ <GenerateDebugInformation >true</GenerateDebugInformation >
87
+ <SubSystem >Console</SubSystem >
88
+ <OptimizeReferences >true</OptimizeReferences >
89
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
90
+ <TargetMachine >MachineX86</TargetMachine >
91
+ </Link >
92
+ </ItemDefinitionGroup >
93
+ <ItemGroup >
94
+ <ClCompile Include =" Curl.cpp" />
95
+ <ClCompile Include =" Diag.cpp" />
96
+ <ClCompile Include =" Log.cpp" />
97
+ <ClCompile Include =" main.cpp" />
98
+ <ClCompile Include =" md5.cpp" />
99
+ <ClCompile Include =" util.cpp" />
100
+ </ItemGroup >
101
+ <ItemGroup >
102
+ <ClInclude Include =" Common.h" />
103
+ <ClInclude Include =" Curl.h" />
104
+ <ClInclude Include =" Diag.h" />
105
+ <ClInclude Include =" Log.h" />
106
+ <ClInclude Include =" md5.h" />
107
+ <ClInclude Include =" util.h" />
108
+ </ItemGroup >
109
+ <ItemGroup >
110
+ <ResourceCompile Include =" resource.rc" />
111
+ </ItemGroup >
112
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
113
+ <ImportGroup Label =" ExtensionTargets" >
114
+ </ImportGroup >
115
+ </Project >
0 commit comments