1- <?xml version =" 1.0" encoding =" utf -8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 12 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <?xml version =" 1.0" encoding =" UTF -8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup Label =" ProjectConfigurations" >
44 <ProjectConfiguration Include =" debug_shared|Win32" >
55 <Configuration >debug_shared</Configuration >
1616 <RootNamespace >ApacheConnector</RootNamespace >
1717 <Keyword >Win32Proj</Keyword >
1818 </PropertyGroup >
19- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" Label =" Configuration" >
2121 <ConfigurationType >DynamicLibrary</ConfigurationType >
2222 <CharacterSet >MultiByte</CharacterSet >
2727 <CharacterSet >MultiByte</CharacterSet >
2828 <PlatformToolset >v120</PlatformToolset >
2929 </PropertyGroup >
30- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
31- <ImportGroup Label =" ExtensionSettings" />
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
31+ <ImportGroup Label =" ExtensionSettings" />
3232 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" Label =" PropertySheets" >
33- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
33+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
3434 </ImportGroup >
3535 <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" Label =" PropertySheets" >
36- <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
36+ <Import Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
3737 </ImportGroup >
38- <PropertyGroup Label =" UserMacros" />
38+ <PropertyGroup Label =" UserMacros" />
3939 <PropertyGroup >
40- <_ProjectFileVersion >10.0.40219.1</_ProjectFileVersion >
41- <OutDir Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >..\bin\</OutDir >
42- <IntDir Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >obj\$(Configuration)\</IntDir >
43- <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >true</LinkIncremental >
44- <OutDir Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" >..\bin\</OutDir >
45- <IntDir Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" >obj\$(Configuration)\</IntDir >
46- <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" >false</LinkIncremental >
40+ <_ProjectFileVersion >11.0.61030.0</_ProjectFileVersion >
4741 <TargetName Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >mod_pocod</TargetName >
4842 <TargetName Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" >mod_poco</TargetName >
4943 </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >
45+ <OutDir >..\bin\</OutDir >
46+ <IntDir >obj\$(Configuration)\</IntDir >
47+ <LinkIncremental >true</LinkIncremental >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='release_shared|Win32'" >
50+ <OutDir >..\bin\</OutDir >
51+ <IntDir >obj\$(Configuration)\</IntDir >
52+ <LinkIncremental >false</LinkIncremental >
53+ </PropertyGroup >
5054 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='debug_shared|Win32'" >
5155 <ClCompile >
5256 <Optimization >Disabled</Optimization >
6064 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
6165 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
6266 <RuntimeTypeInfo >true</RuntimeTypeInfo >
63- <PrecompiledHeader />
67+ <PrecompiledHeader />
6468 <WarningLevel >Level3</WarningLevel >
6569 <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
6670 <CompileAs >Default</CompileAs >
67- <DisableSpecificWarnings >%(DisableSpecificWarnings)</DisableSpecificWarnings >
6871 </ClCompile >
6972 <Link >
7073 <AdditionalDependencies >libapr-1.lib;libaprutil-1.lib;libhttpd.lib;%(AdditionalDependencies)</AdditionalDependencies >
9396 <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
9497 <ForceConformanceInForLoopScope >true</ForceConformanceInForLoopScope >
9598 <RuntimeTypeInfo >true</RuntimeTypeInfo >
96- <PrecompiledHeader />
99+ <PrecompiledHeader />
97100 <WarningLevel >Level3</WarningLevel >
98- <DebugInformationFormat />
101+ <DebugInformationFormat />
99102 <CompileAs >Default</CompileAs >
100- <DisableSpecificWarnings >%(DisableSpecificWarnings)</DisableSpecificWarnings >
101103 </ClCompile >
102104 <Link >
103105 <AdditionalDependencies >libapr-1.lib;libaprutil-1.lib;libhttpd.lib;%(AdditionalDependencies)</AdditionalDependencies >
113115 </Link >
114116 </ItemDefinitionGroup >
115117 <ItemGroup >
116- <ClInclude Include =" include\ApacheApplication.h" />
117- <ClInclude Include =" include\ApacheChannel.h" />
118- <ClInclude Include =" include\ApacheConnector.h" />
119- <ClInclude Include =" include\ApacheRequestHandlerFactory.h" />
120- <ClInclude Include =" include\ApacheServerRequest.h" />
121- <ClInclude Include =" include\ApacheServerResponse.h" />
122- <ClInclude Include =" include\ApacheStream.h" />
118+ <ClInclude Include =" include\ApacheApplication.h" />
119+ <ClInclude Include =" include\ApacheChannel.h" />
120+ <ClInclude Include =" include\ApacheConnector.h" />
121+ <ClInclude Include =" include\ApacheRequestHandlerFactory.h" />
122+ <ClInclude Include =" include\ApacheServerRequest.h" />
123+ <ClInclude Include =" include\ApacheServerResponse.h" />
124+ <ClInclude Include =" include\ApacheStream.h" />
123125 </ItemGroup >
124126 <ItemGroup >
125- <ClCompile Include =" src\ApacheApplication.cpp" />
126- <ClCompile Include =" src\ApacheChannel.cpp" />
127- <ClCompile Include =" src\ApacheConnector.cpp" />
128- <ClCompile Include =" src\ApacheRequestHandlerFactory.cpp" />
129- <ClCompile Include =" src\ApacheServerRequest.cpp" />
130- <ClCompile Include =" src\ApacheServerResponse.cpp" />
131- <ClCompile Include =" src\ApacheStream.cpp" />
127+ <ClCompile Include =" src\ApacheApplication.cpp" />
128+ <ClCompile Include =" src\ApacheChannel.cpp" />
129+ <ClCompile Include =" src\ApacheConnector.cpp" />
130+ <ClCompile Include =" src\ApacheRequestHandlerFactory.cpp" />
131+ <ClCompile Include =" src\ApacheServerRequest.cpp" />
132+ <ClCompile Include =" src\ApacheServerResponse.cpp" />
133+ <ClCompile Include =" src\ApacheStream.cpp" />
132134 </ItemGroup >
133- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
134- <ImportGroup Label =" ExtensionTargets" />
135- </Project >
135+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
136+ <ImportGroup Label =" ExtensionTargets" />
137+ </Project >
0 commit comments