diff --git a/ProGen/ProGen.progen b/ProGen/ProGen.progen new file mode 100644 index 000000000..7e52bd9e8 --- /dev/null +++ b/ProGen/ProGen.progen @@ -0,0 +1,16 @@ +vc.project.guid = 48D690D9-6520-4F30-A298-3132548716D0 +vc.project.name = ProGen +vc.project.target = progen +vc.project.type = executable +vc.project.pocobase = .. +vc.project.outdir = ${vc.project.pocobase} +vc.project.platforms = Win32, x64 +vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md +vc.project.prototype = ProGen_vs90.vcproj +vc.project.compiler.include = ..\\Foundation\\include;..\\XML\\include;..\\Util\\include +vc.project.compiler.defines = +vc.project.compiler.defines.shared = +vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared} +vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared} +vc.project.linker.dependencies = ws2_32.lib iphlpapi.lib +vc.solution.create = true diff --git a/ProGen/ProGen_vs100.sln b/ProGen/ProGen_vs100.sln index f49ca0d00..ba28781d3 100644 --- a/ProGen/ProGen_vs100.sln +++ b/ProGen/ProGen_vs100.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs100.vcxproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs100.vcxproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,24 +12,24 @@ Global release_static_md|Win32 = release_static_md|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Build.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Build.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Deploy.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Build.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_vs100.vcxproj b/ProGen/ProGen_vs100.vcxproj index 8d7a704fd..20a54b823 100644 --- a/ProGen/ProGen_vs100.vcxproj +++ b/ProGen/ProGen_vs100.vcxproj @@ -28,7 +28,7 @@ ProGen - {52FEE79E-C183-4981-B6D0-106CF4A67B3A} + {48D690D9-6520-4F30-A298-3132548716D0} ProGen Win32Proj diff --git a/ProGen/ProGen_vs100.vcxproj.filters b/ProGen/ProGen_vs100.vcxproj.filters index 6c7fd031d..88d09f803 100644 --- a/ProGen/ProGen_vs100.vcxproj.filters +++ b/ProGen/ProGen_vs100.vcxproj.filters @@ -2,13 +2,13 @@ - {49bc260d-2c44-4c17-a2af-00ac61405d85} + {3b5b7a62-4da0-49a4-89e4-2a0076b0618e} - {f205d7c5-4f45-4adc-a559-4a2e4c755912} + {46a1f7da-0de8-4c19-aa12-e23e24280d58} - {b30c2494-75cc-484e-8770-b564d718fd4b} + {e376ea44-59b8-4547-8fa3-a709d7e242cd} diff --git a/ProGen/ProGen_vs110.sln b/ProGen/ProGen_vs110.sln index acf689a54..061454923 100644 --- a/ProGen/ProGen_vs110.sln +++ b/ProGen/ProGen_vs110.sln @@ -1,29 +1,35 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs110.vcxproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs110.vcxproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|Win32 = debug_shared|Win32 - debug_static_md|Win32 = debug_static_md|Win32 - debug_static_mt|Win32 = debug_static_mt|Win32 release_shared|Win32 = release_shared|Win32 - release_static_md|Win32 = release_static_md|Win32 + debug_static_mt|Win32 = debug_static_mt|Win32 release_static_mt|Win32 = release_static_mt|Win32 + debug_static_md|Win32 = debug_static_md|Win32 + release_static_md|Win32 = release_static_md|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Build.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Build.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Deploy.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Build.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_vs110.vcxproj b/ProGen/ProGen_vs110.vcxproj index 4fb021b77..0669c4646 100644 --- a/ProGen/ProGen_vs110.vcxproj +++ b/ProGen/ProGen_vs110.vcxproj @@ -1,4 +1,4 @@ - + @@ -28,90 +28,90 @@ ProGen - {52FEE79E-C183-4981-B6D0-106CF4A67B3A} + {48D690D9-6520-4F30-A298-3132548716D0} ProGen Win32Proj - - + + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - - - - + + + + - - + + - - + + - - + + - - + + - - + + - + <_ProjectFileVersion>10.0.40219.1 - bin\ - obj\$(Configuration)\ - true - bin\ - obj\$(Configuration)\ - false - bin\static_mt\ - obj\$(Configuration)\ - true - bin\static_mt\ - obj\$(Configuration)\ - false - bin\static_md\ - obj\$(Configuration)\ - true - bin\static_md\ - obj\$(Configuration)\ - false - progend - progend - progend - progen - progen - progen + bin\ + obj\$(Configuration)\ + true + bin\ + obj\$(Configuration)\ + false + bin\static_mt\ + obj\$(Configuration)\ + true + bin\static_mt\ + obj\$(Configuration)\ + false + bin\static_md\ + obj\$(Configuration)\ + true + bin\static_md\ + obj\$(Configuration)\ + false + progend + progend + progend + progen + progen + progen - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -124,7 +124,7 @@ true true true - + Level3 EditAndContinue Default @@ -141,7 +141,7 @@ MachineX86 - + Disabled OnlyExplicitInline @@ -156,9 +156,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -173,7 +173,7 @@ MachineX86 - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -186,7 +186,7 @@ true true true - + Level3 EditAndContinue Default @@ -203,7 +203,7 @@ MachineX86 - + Disabled OnlyExplicitInline @@ -218,9 +218,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -235,7 +235,7 @@ MachineX86 - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -248,7 +248,7 @@ true true true - + Level3 EditAndContinue Default @@ -265,7 +265,7 @@ MachineX86 - + Disabled OnlyExplicitInline @@ -280,9 +280,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -298,15 +298,15 @@ - + - - + + - + - - - \ No newline at end of file + + + diff --git a/ProGen/ProGen_vs110.vcxproj.filters b/ProGen/ProGen_vs110.vcxproj.filters index 71111d090..a75dc0e00 100644 --- a/ProGen/ProGen_vs110.vcxproj.filters +++ b/ProGen/ProGen_vs110.vcxproj.filters @@ -2,13 +2,13 @@ - {49bc260d-2c44-4c17-a2af-00ac61405d85} + {f7f62bd0-d5a2-477b-8326-ba6b1b04196e} - {f205d7c5-4f45-4adc-a559-4a2e4c755912} + {c6f2fb7b-8d31-4c49-805a-4dc2583a6df6} - {b30c2494-75cc-484e-8770-b564d718fd4b} + {c2fc710b-cd32-4f8b-b1ae-106dba9a4a52} diff --git a/ProGen/ProGen_vs71.sln b/ProGen/ProGen_vs71.sln index ca8626deb..89b00e76c 100644 --- a/ProGen/ProGen_vs71.sln +++ b/ProGen/ProGen_vs71.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs71.vcproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs71.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject @@ -13,18 +13,18 @@ Global release_static_md = release_static_md EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared.ActiveCfg = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared.Build.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared.ActiveCfg = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared.Build.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt.Build.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt.ActiveCfg = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt.Build.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md.ActiveCfg = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md.Build.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md.ActiveCfg = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md.Build.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared.ActiveCfg = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared.Build.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared.ActiveCfg = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared.Build.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt.ActiveCfg = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt.Build.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt.ActiveCfg = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md.ActiveCfg = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md.Build.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md.ActiveCfg = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md.Build.0 = release_static_md|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/ProGen/ProGen_vs71.vcproj b/ProGen/ProGen_vs71.vcproj index fe5bf1c24..cd8e95d16 100644 --- a/ProGen/ProGen_vs71.vcproj +++ b/ProGen/ProGen_vs71.vcproj @@ -3,7 +3,7 @@ Name="ProGen" Version="7.10" ProjectType="Visual C++" - ProjectGUID="{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" + ProjectGUID="{48D690D9-6520-4F30-A298-3132548716D0}" RootNamespace="ProGen" Keyword="Win32Proj"> diff --git a/ProGen/ProGen_vs80.sln b/ProGen/ProGen_vs80.sln index 0cc103db3..4d19a20a4 100644 --- a/ProGen/ProGen_vs80.sln +++ b/ProGen/ProGen_vs80.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs80.vcproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs80.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,24 +12,24 @@ Global release_static_md|Win32 = release_static_md|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Build.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Build.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Deploy.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Build.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_vs80.vcproj b/ProGen/ProGen_vs80.vcproj index 4dec9248d..d4c4ed3a4 100644 --- a/ProGen/ProGen_vs80.vcproj +++ b/ProGen/ProGen_vs80.vcproj @@ -3,7 +3,7 @@ Name="ProGen" Version="8.00" ProjectType="Visual C++" - ProjectGUID="{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" + ProjectGUID="{48D690D9-6520-4F30-A298-3132548716D0}" RootNamespace="ProGen" Keyword="Win32Proj"> diff --git a/ProGen/ProGen_vs90.sln b/ProGen/ProGen_vs90.sln index 609eea14f..2fb516a23 100644 --- a/ProGen/ProGen_vs90.sln +++ b/ProGen/ProGen_vs90.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs90.vcproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_vs90.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,24 +12,24 @@ Global release_static_md|Win32 = release_static_md|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Build.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.ActiveCfg = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Build.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|Win32.Deploy.0 = release_shared|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Build.0 = release_static_md|Win32 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.ActiveCfg = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Build.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|Win32.Deploy.0 = debug_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.ActiveCfg = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Build.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|Win32.Deploy.0 = release_shared|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.ActiveCfg = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Build.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|Win32.Deploy.0 = debug_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.ActiveCfg = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Build.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|Win32.Deploy.0 = release_static_mt|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.ActiveCfg = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Build.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|Win32.Deploy.0 = debug_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.ActiveCfg = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Build.0 = release_static_md|Win32 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|Win32.Deploy.0 = release_static_md|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_vs90.vcproj b/ProGen/ProGen_vs90.vcproj index 732c60509..f9d5c0481 100644 --- a/ProGen/ProGen_vs90.vcproj +++ b/ProGen/ProGen_vs90.vcproj @@ -3,7 +3,7 @@ Name="ProGen" Version="9.00" ProjectType="Visual C++" - ProjectGUID="{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" + ProjectGUID="{48D690D9-6520-4F30-A298-3132548716D0}" RootNamespace="ProGen" Keyword="Win32Proj"> diff --git a/ProGen/ProGen_x64_vs100.sln b/ProGen/ProGen_x64_vs100.sln index b29e07076..4b2b8606f 100644 --- a/ProGen/ProGen_x64_vs100.sln +++ b/ProGen/ProGen_x64_vs100.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs100.vcxproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs100.vcxproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,24 +12,24 @@ Global release_static_md|x64 = release_static_md|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.Build.0 = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.ActiveCfg = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.Build.0 = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.Deploy.0 = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.Build.0 = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Build.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.ActiveCfg = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Build.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Deploy.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Build.0 = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Deploy.0 = release_static_md|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_x64_vs100.vcxproj b/ProGen/ProGen_x64_vs100.vcxproj index 738fc270b..2b27bcae9 100644 --- a/ProGen/ProGen_x64_vs100.vcxproj +++ b/ProGen/ProGen_x64_vs100.vcxproj @@ -28,7 +28,7 @@ ProGen - {52FEE79E-C183-4981-B6D0-106CF4A67B3A} + {48D690D9-6520-4F30-A298-3132548716D0} ProGen Win32Proj diff --git a/ProGen/ProGen_x64_vs100.vcxproj.filters b/ProGen/ProGen_x64_vs100.vcxproj.filters index e8c0b685e..249fa8a37 100644 --- a/ProGen/ProGen_x64_vs100.vcxproj.filters +++ b/ProGen/ProGen_x64_vs100.vcxproj.filters @@ -2,13 +2,13 @@ - {2477f3c0-d1eb-4a44-af7b-ea0064295001} + {92325169-0f56-406b-8509-7ac0e29747bc} - {cba011a4-fb48-4468-966d-444b81c916fe} + {92d9cea6-eae8-4c5b-891f-9566f74b7ec9} - {2d704ffc-fe67-4e8f-9e7b-fd8a15faf3da} + {7e64c9ea-c02e-439a-8927-b3833d083d56} diff --git a/ProGen/ProGen_x64_vs110.sln b/ProGen/ProGen_x64_vs110.sln index fa844f8c9..44b7a8c04 100644 --- a/ProGen/ProGen_x64_vs110.sln +++ b/ProGen/ProGen_x64_vs110.sln @@ -1,29 +1,35 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs110.vcxproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs110.vcxproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_shared|x64 = debug_shared|x64 - debug_static_md|x64 = debug_static_md|x64 - debug_static_mt|x64 = debug_static_mt|x64 release_shared|x64 = release_shared|x64 - release_static_md|x64 = release_static_md|x64 + debug_static_mt|x64 = debug_static_mt|x64 release_static_mt|x64 = release_static_mt|x64 + debug_static_md|x64 = debug_static_md|x64 + release_static_md|x64 = release_static_md|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.Build.0 = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.ActiveCfg = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.Build.0 = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.Build.0 = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Build.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.ActiveCfg = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Build.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Deploy.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Build.0 = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Deploy.0 = release_static_md|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_x64_vs110.vcxproj b/ProGen/ProGen_x64_vs110.vcxproj index 865d04cd6..6e1380d49 100644 --- a/ProGen/ProGen_x64_vs110.vcxproj +++ b/ProGen/ProGen_x64_vs110.vcxproj @@ -1,4 +1,4 @@ - + @@ -28,90 +28,90 @@ ProGen - {52FEE79E-C183-4981-B6D0-106CF4A67B3A} + {48D690D9-6520-4F30-A298-3132548716D0} ProGen Win32Proj - - + + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - + Application MultiByte v110 - - - - + + + + - - + + - - + + - - + + - - + + - - + + - + <_ProjectFileVersion>10.0.40219.1 - bin64\ - obj64\$(Configuration)\ - true - bin64\ - obj64\$(Configuration)\ - false - bin64\static_mt\ - obj64\$(Configuration)\ - true - bin64\static_mt\ - obj64\$(Configuration)\ - false - bin64\static_md\ - obj64\$(Configuration)\ - true - bin64\static_md\ - obj64\$(Configuration)\ - false - progend - progend - progend - progen - progen - progen + bin64\ + obj64\$(Configuration)\ + true + bin64\ + obj64\$(Configuration)\ + false + bin64\static_mt\ + obj64\$(Configuration)\ + true + bin64\static_mt\ + obj64\$(Configuration)\ + false + bin64\static_md\ + obj64\$(Configuration)\ + true + bin64\static_md\ + obj64\$(Configuration)\ + false + progend + progend + progend + progen + progen + progen - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -124,7 +124,7 @@ true true true - + Level3 ProgramDatabase Default @@ -141,7 +141,7 @@ MachineX64 - + Disabled OnlyExplicitInline @@ -156,9 +156,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -173,7 +173,7 @@ MachineX64 - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -186,7 +186,7 @@ true true true - + Level3 ProgramDatabase Default @@ -203,7 +203,7 @@ MachineX64 - + Disabled OnlyExplicitInline @@ -218,9 +218,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -235,7 +235,7 @@ MachineX64 - + Disabled .\include;..\Foundation\include;..\XML\include;..\Util\include;%(AdditionalIncludeDirectories) @@ -248,7 +248,7 @@ true true true - + Level3 ProgramDatabase Default @@ -265,7 +265,7 @@ MachineX64 - + Disabled OnlyExplicitInline @@ -280,9 +280,9 @@ true true true - + Level3 - + Default %(DisableSpecificWarnings) @@ -298,15 +298,15 @@ - + - - + + - + - - - \ No newline at end of file + + + diff --git a/ProGen/ProGen_x64_vs110.vcxproj.filters b/ProGen/ProGen_x64_vs110.vcxproj.filters index 3ad1f3dc2..f7f79982f 100644 --- a/ProGen/ProGen_x64_vs110.vcxproj.filters +++ b/ProGen/ProGen_x64_vs110.vcxproj.filters @@ -2,13 +2,13 @@ - {2477f3c0-d1eb-4a44-af7b-ea0064295001} + {f3f03781-81b7-4c0f-be83-f2f8a475d7b3} - {cba011a4-fb48-4468-966d-444b81c916fe} + {0c813b4e-1010-4f79-ac2d-c902b838d4eb} - {2d704ffc-fe67-4e8f-9e7b-fd8a15faf3da} + {a9e3c43d-ef42-419e-ae16-77a148842726} diff --git a/ProGen/ProGen_x64_vs90.sln b/ProGen/ProGen_x64_vs90.sln index eccc43853..fcade3412 100644 --- a/ProGen/ProGen_x64_vs90.sln +++ b/ProGen/ProGen_x64_vs90.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs90.vcproj", "{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProGen", "ProGen_x64_vs90.vcproj", "{48D690D9-6520-4F30-A298-3132548716D0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -12,24 +12,24 @@ Global release_static_md|x64 = release_static_md|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.ActiveCfg = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.Build.0 = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_shared|x64.Deploy.0 = debug_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.ActiveCfg = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.Build.0 = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_shared|x64.Deploy.0 = release_shared|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.Build.0 = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.Build.0 = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.ActiveCfg = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.Build.0 = release_static_md|x64 - {52FEE79E-C183-4981-B6D0-106CF4A67B3A}.release_static_md|x64.Deploy.0 = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.ActiveCfg = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Build.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_shared|x64.Deploy.0 = debug_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.ActiveCfg = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Build.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_shared|x64.Deploy.0 = release_shared|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.ActiveCfg = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Build.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_mt|x64.Deploy.0 = debug_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.ActiveCfg = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Build.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_mt|x64.Deploy.0 = release_static_mt|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.ActiveCfg = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Build.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.debug_static_md|x64.Deploy.0 = debug_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.ActiveCfg = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Build.0 = release_static_md|x64 + {48D690D9-6520-4F30-A298-3132548716D0}.release_static_md|x64.Deploy.0 = release_static_md|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ProGen/ProGen_x64_vs90.vcproj b/ProGen/ProGen_x64_vs90.vcproj index 851c33cac..0f41f2760 100644 --- a/ProGen/ProGen_x64_vs90.vcproj +++ b/ProGen/ProGen_x64_vs90.vcproj @@ -3,7 +3,7 @@ Name="ProGen" Version="9.00" ProjectType="Visual C++" - ProjectGUID="{52FEE79E-C183-4981-B6D0-106CF4A67B3A}" + ProjectGUID="{48D690D9-6520-4F30-A298-3132548716D0}" RootNamespace="ProGen" Keyword="Win32Proj"> diff --git a/ProGen/templates/vs100/Win32/testsuite/debug_shared.template b/ProGen/templates/vs100/Win32/testsuite/debug_shared.template index a1ab9799a..dd9d5f22f 100644 --- a/ProGen/templates/vs100/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs100/Win32/testsuite/debug_shared.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs100/Win32/testsuite/debug_static_md.template index 8792393ce..1b46e77fd 100644 --- a/ProGen/templates/vs100/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs100/Win32/testsuite/debug_static_md.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs100/Win32/testsuite/debug_static_mt.template index 9563d830d..64efa9271 100644 --- a/ProGen/templates/vs100/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs100/Win32/testsuite/debug_static_mt.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/Win32/testsuite/release_shared.template b/ProGen/templates/vs100/Win32/testsuite/release_shared.template index 28cf332bb..8cbc3738b 100644 --- a/ProGen/templates/vs100/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs100/Win32/testsuite/release_shared.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs100/Win32/testsuite/release_static_md.template b/ProGen/templates/vs100/Win32/testsuite/release_static_md.template index dc846e391..cbcf25c66 100644 --- a/ProGen/templates/vs100/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs100/Win32/testsuite/release_static_md.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs100/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs100/Win32/testsuite/release_static_mt.template index 108b8d903..c406eff87 100644 --- a/ProGen/templates/vs100/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs100/Win32/testsuite/release_static_mt.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="0" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs100/x64/testsuite/debug_shared.template b/ProGen/templates/vs100/x64/testsuite/debug_shared.template index caa3253c3..4b0e023b8 100644 --- a/ProGen/templates/vs100/x64/testsuite/debug_shared.template +++ b/ProGen/templates/vs100/x64/testsuite/debug_shared.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/x64/testsuite/debug_static_md.template b/ProGen/templates/vs100/x64/testsuite/debug_static_md.template index 2cee6d3c4..7d4f67a50 100644 --- a/ProGen/templates/vs100/x64/testsuite/debug_static_md.template +++ b/ProGen/templates/vs100/x64/testsuite/debug_static_md.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/x64/testsuite/debug_static_mt.template b/ProGen/templates/vs100/x64/testsuite/debug_static_mt.template index b4bd4bea6..e5ee6e7b6 100644 --- a/ProGen/templates/vs100/x64/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs100/x64/testsuite/debug_static_mt.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs100/x64/testsuite/release_shared.template b/ProGen/templates/vs100/x64/testsuite/release_shared.template index c9d08ad98..d11170ef4 100644 --- a/ProGen/templates/vs100/x64/testsuite/release_shared.template +++ b/ProGen/templates/vs100/x64/testsuite/release_shared.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs100/x64/testsuite/release_static_md.template b/ProGen/templates/vs100/x64/testsuite/release_static_md.template index 9afafa132..4cabe51c1 100644 --- a/ProGen/templates/vs100/x64/testsuite/release_static_md.template +++ b/ProGen/templates/vs100/x64/testsuite/release_static_md.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs100/x64/testsuite/release_static_mt.template b/ProGen/templates/vs100/x64/testsuite/release_static_mt.template index 7446da7c0..bfde2a33f 100644 --- a/ProGen/templates/vs100/x64/testsuite/release_static_mt.template +++ b/ProGen/templates/vs100/x64/testsuite/release_static_mt.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="0" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs110/Win32/executable/debug_shared.template b/ProGen/templates/vs110/Win32/executable/debug_shared.template index d50a22883..a53ccdc66 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_shared.template +++ b/ProGen/templates/vs110/Win32/executable/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/debug_static_md.template b/ProGen/templates/vs110/Win32/executable/debug_static_md.template index e517a4014..e53ce1cbb 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/executable/debug_static_md.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/debug_static_mt.template b/ProGen/templates/vs110/Win32/executable/debug_static_mt.template index cc72fb872..268443a9f 100644 --- a/ProGen/templates/vs110/Win32/executable/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/executable/debug_static_mt.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/project.properties b/ProGen/templates/vs110/Win32/executable/project.properties index 318460fae..fae9f8067 100644 --- a/ProGen/templates/vs110/Win32/executable/project.properties +++ b/ProGen/templates/vs110/Win32/executable/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/executable/project.template b/ProGen/templates/vs110/Win32/executable/project.template index 6c9d8b9cb..7a83f5037 100644 --- a/ProGen/templates/vs110/Win32/executable/project.template +++ b/ProGen/templates/vs110/Win32/executable/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_shared.template b/ProGen/templates/vs110/Win32/executable/release_shared.template index ba3a503ea..7b6b4afee 100644 --- a/ProGen/templates/vs110/Win32/executable/release_shared.template +++ b/ProGen/templates/vs110/Win32/executable/release_shared.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_static_md.template b/ProGen/templates/vs110/Win32/executable/release_static_md.template index e66ad96c7..eba716807 100644 --- a/ProGen/templates/vs110/Win32/executable/release_static_md.template +++ b/ProGen/templates/vs110/Win32/executable/release_static_md.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/executable/release_static_mt.template b/ProGen/templates/vs110/Win32/executable/release_static_mt.template index 25e890cf2..92eed7bfb 100644 --- a/ProGen/templates/vs110/Win32/executable/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/executable/release_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_shared.template b/ProGen/templates/vs110/Win32/library/debug_shared.template index 6d159fac3..e0078f99e 100644 --- a/ProGen/templates/vs110/Win32/library/debug_shared.template +++ b/ProGen/templates/vs110/Win32/library/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_static_md.template b/ProGen/templates/vs110/Win32/library/debug_static_md.template index 854409c68..abaf703f4 100644 --- a/ProGen/templates/vs110/Win32/library/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/library/debug_static_md.template @@ -1,72 +1,72 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/debug_static_mt.template b/ProGen/templates/vs110/Win32/library/debug_static_mt.template index ed40dc57e..7dc00ce6d 100644 --- a/ProGen/templates/vs110/Win32/library/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/library/debug_static_mt.template @@ -1,72 +1,72 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/project.properties b/ProGen/templates/vs110/Win32/library/project.properties index 28db0839e..e84df1601 100644 --- a/ProGen/templates/vs110/Win32/library/project.properties +++ b/ProGen/templates/vs110/Win32/library/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = mdd -project.targetSuffix.release_static_md = md -project.targetSuffix.debug_static_mt = mtd -project.targetSuffix.release_static_mt = mt -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = mdd +project.targetSuffix.release_static_md = md +project.targetSuffix.debug_static_mt = mtd +project.targetSuffix.release_static_mt = mt +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/library/project.template b/ProGen/templates/vs110/Win32/library/project.template index 6c9d8b9cb..7a83f5037 100644 --- a/ProGen/templates/vs110/Win32/library/project.template +++ b/ProGen/templates/vs110/Win32/library/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_shared.template b/ProGen/templates/vs110/Win32/library/release_shared.template index d92f14f1b..3cfc7e194 100644 --- a/ProGen/templates/vs110/Win32/library/release_shared.template +++ b/ProGen/templates/vs110/Win32/library/release_shared.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_static_md.template b/ProGen/templates/vs110/Win32/library/release_static_md.template index 5e07c0bac..b06fe26f7 100644 --- a/ProGen/templates/vs110/Win32/library/release_static_md.template +++ b/ProGen/templates/vs110/Win32/library/release_static_md.template @@ -1,75 +1,75 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/library/release_static_mt.template b/ProGen/templates/vs110/Win32/library/release_static_mt.template index 73cb1392e..d1b44285d 100644 --- a/ProGen/templates/vs110/Win32/library/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/library/release_static_mt.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/debug_shared.template b/ProGen/templates/vs110/Win32/plugin/debug_shared.template index d108a757e..ff2a7bdde 100644 --- a/ProGen/templates/vs110/Win32/plugin/debug_shared.template +++ b/ProGen/templates/vs110/Win32/plugin/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/project.properties b/ProGen/templates/vs110/Win32/plugin/project.properties index 3d5e4a610..c99440e5c 100644 --- a/ProGen/templates/vs110/Win32/plugin/project.properties +++ b/ProGen/templates/vs110/Win32/plugin/project.properties @@ -1,5 +1,5 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/plugin/project.template b/ProGen/templates/vs110/Win32/plugin/project.template index 6c9d8b9cb..7a83f5037 100644 --- a/ProGen/templates/vs110/Win32/plugin/project.template +++ b/ProGen/templates/vs110/Win32/plugin/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/plugin/release_shared.template b/ProGen/templates/vs110/Win32/plugin/release_shared.template index 62bd2604f..bbc7b85a1 100644 --- a/ProGen/templates/vs110/Win32/plugin/release_shared.template +++ b/ProGen/templates/vs110/Win32/plugin/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_shared.template b/ProGen/templates/vs110/Win32/testsuite/debug_shared.template index a1ab9799a..7669c7732 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template index 8792393ce..2ddc69b4d 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_static_md.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template index 9563d830d..6faf233e6 100644 --- a/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs110/Win32/testsuite/debug_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/project.properties b/ProGen/templates/vs110/Win32/testsuite/project.properties index 318460fae..fae9f8067 100644 --- a/ProGen/templates/vs110/Win32/testsuite/project.properties +++ b/ProGen/templates/vs110/Win32/testsuite/project.properties @@ -1,9 +1,9 @@ -project.suffix = _vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _vs110.vcxproj +project.suffix = _vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _vs110.vcxproj diff --git a/ProGen/templates/vs110/Win32/testsuite/project.template b/ProGen/templates/vs110/Win32/testsuite/project.template index 6c9d8b9cb..7a83f5037 100644 --- a/ProGen/templates/vs110/Win32/testsuite/project.template +++ b/ProGen/templates/vs110/Win32/testsuite/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_shared.template b/ProGen/templates/vs110/Win32/testsuite/release_shared.template index 28cf332bb..801126385 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_static_md.template b/ProGen/templates/vs110/Win32/testsuite/release_static_md.template index dc846e391..97d400eef 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_static_md.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template index 108b8d903..f39d8b339 100644 --- a/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs110/Win32/testsuite/release_static_mt.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_shared.template b/ProGen/templates/vs110/x64/executable/debug_shared.template index 767fd36b3..844a92346 100644 --- a/ProGen/templates/vs110/x64/executable/debug_shared.template +++ b/ProGen/templates/vs110/x64/executable/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_static_md.template b/ProGen/templates/vs110/x64/executable/debug_static_md.template index e96859ca9..bb2d26b06 100644 --- a/ProGen/templates/vs110/x64/executable/debug_static_md.template +++ b/ProGen/templates/vs110/x64/executable/debug_static_md.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/debug_static_mt.template b/ProGen/templates/vs110/x64/executable/debug_static_mt.template index 57f60b247..a4c388edf 100644 --- a/ProGen/templates/vs110/x64/executable/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/executable/debug_static_mt.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/project.properties b/ProGen/templates/vs110/x64/executable/project.properties index 1acbe5241..0287d1df8 100644 --- a/ProGen/templates/vs110/x64/executable/project.properties +++ b/ProGen/templates/vs110/x64/executable/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/executable/project.template b/ProGen/templates/vs110/x64/executable/project.template index 65e92894c..254780e13 100644 --- a/ProGen/templates/vs110/x64/executable/project.template +++ b/ProGen/templates/vs110/x64/executable/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_shared.template b/ProGen/templates/vs110/x64/executable/release_shared.template index 79ec2e3f4..9d3a77045 100644 --- a/ProGen/templates/vs110/x64/executable/release_shared.template +++ b/ProGen/templates/vs110/x64/executable/release_shared.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_static_md.template b/ProGen/templates/vs110/x64/executable/release_static_md.template index a61d0fff7..1aa0e0646 100644 --- a/ProGen/templates/vs110/x64/executable/release_static_md.template +++ b/ProGen/templates/vs110/x64/executable/release_static_md.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/executable/release_static_mt.template b/ProGen/templates/vs110/x64/executable/release_static_mt.template index 05269d661..7ed3a4ad2 100644 --- a/ProGen/templates/vs110/x64/executable/release_static_mt.template +++ b/ProGen/templates/vs110/x64/executable/release_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_shared.template b/ProGen/templates/vs110/x64/library/debug_shared.template index b64f94c66..c183d6545 100644 --- a/ProGen/templates/vs110/x64/library/debug_shared.template +++ b/ProGen/templates/vs110/x64/library/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_static_md.template b/ProGen/templates/vs110/x64/library/debug_static_md.template index ab4eb5cd5..6ff9948e2 100644 --- a/ProGen/templates/vs110/x64/library/debug_static_md.template +++ b/ProGen/templates/vs110/x64/library/debug_static_md.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/debug_static_mt.template b/ProGen/templates/vs110/x64/library/debug_static_mt.template index 6c8be090f..8d7f87e07 100644 --- a/ProGen/templates/vs110/x64/library/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/library/debug_static_mt.template @@ -1,73 +1,73 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/project.properties b/ProGen/templates/vs110/x64/library/project.properties index e502afaf5..82f51da20 100644 --- a/ProGen/templates/vs110/x64/library/project.properties +++ b/ProGen/templates/vs110/x64/library/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = 64d -project.targetSuffix.release_shared = 64 -project.targetSuffix.debug_static_md = mdd -project.targetSuffix.release_static_md = md -project.targetSuffix.debug_static_mt = mtd -project.targetSuffix.release_static_mt = mt -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = 64d +project.targetSuffix.release_shared = 64 +project.targetSuffix.debug_static_md = mdd +project.targetSuffix.release_static_md = md +project.targetSuffix.debug_static_mt = mtd +project.targetSuffix.release_static_mt = mt +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/library/project.template b/ProGen/templates/vs110/x64/library/project.template index 65e92894c..254780e13 100644 --- a/ProGen/templates/vs110/x64/library/project.template +++ b/ProGen/templates/vs110/x64/library/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_shared.template b/ProGen/templates/vs110/x64/library/release_shared.template index 50897a277..4f157e8e9 100644 --- a/ProGen/templates/vs110/x64/library/release_shared.template +++ b/ProGen/templates/vs110/x64/library/release_shared.template @@ -1,90 +1,90 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_static_md.template b/ProGen/templates/vs110/x64/library/release_static_md.template index d22d10ac2..c4cb1105e 100644 --- a/ProGen/templates/vs110/x64/library/release_static_md.template +++ b/ProGen/templates/vs110/x64/library/release_static_md.template @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/library/release_static_mt.template b/ProGen/templates/vs110/x64/library/release_static_mt.template index c577be29f..d2ca4819e 100644 --- a/ProGen/templates/vs110/x64/library/release_static_mt.template +++ b/ProGen/templates/vs110/x64/library/release_static_mt.template @@ -1,74 +1,74 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/debug_shared.template b/ProGen/templates/vs110/x64/plugin/debug_shared.template index bfcd25e36..ecf1242ff 100644 --- a/ProGen/templates/vs110/x64/plugin/debug_shared.template +++ b/ProGen/templates/vs110/x64/plugin/debug_shared.template @@ -1,85 +1,85 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/project.properties b/ProGen/templates/vs110/x64/plugin/project.properties index fd3b49741..c219f65c9 100644 --- a/ProGen/templates/vs110/x64/plugin/project.properties +++ b/ProGen/templates/vs110/x64/plugin/project.properties @@ -1,6 +1,6 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/plugin/project.template b/ProGen/templates/vs110/x64/plugin/project.template index 65e92894c..254780e13 100644 --- a/ProGen/templates/vs110/x64/plugin/project.template +++ b/ProGen/templates/vs110/x64/plugin/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/plugin/release_shared.template b/ProGen/templates/vs110/x64/plugin/release_shared.template index 923a11c16..c38a4f6ca 100644 --- a/ProGen/templates/vs110/x64/plugin/release_shared.template +++ b/ProGen/templates/vs110/x64/plugin/release_shared.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_shared.template b/ProGen/templates/vs110/x64/testsuite/debug_shared.template index caa3253c3..2247facac 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_shared.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_shared.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_static_md.template b/ProGen/templates/vs110/x64/testsuite/debug_static_md.template index 2cee6d3c4..875b9cb75 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_static_md.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_static_md.template @@ -1,86 +1,86 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template b/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template index b4bd4bea6..09870f1a8 100644 --- a/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs110/x64/testsuite/debug_static_mt.template @@ -1,87 +1,87 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/project.properties b/ProGen/templates/vs110/x64/testsuite/project.properties index 1acbe5241..0287d1df8 100644 --- a/ProGen/templates/vs110/x64/testsuite/project.properties +++ b/ProGen/templates/vs110/x64/testsuite/project.properties @@ -1,10 +1,10 @@ -project.suffix = _x64_vs110.vcproj -project.targetSuffix.debug_shared = d -project.targetSuffix.release_shared = -project.targetSuffix.debug_static_md = d -project.targetSuffix.release_static_md = -project.targetSuffix.debug_static_mt = d -project.targetSuffix.release_static_mt = -project.postprocess = upgrade2008to2012 -project.finalSuffix = _x64_vs110.vcxproj -project.targetArchitecture = AMD64 +project.suffix = _x64_vs110.vcproj +project.targetSuffix.debug_shared = d +project.targetSuffix.release_shared = +project.targetSuffix.debug_static_md = d +project.targetSuffix.release_static_md = +project.targetSuffix.debug_static_mt = d +project.targetSuffix.release_static_mt = +project.postprocess = upgrade2008to2012 +project.finalSuffix = _x64_vs110.vcxproj +project.targetArchitecture = AMD64 diff --git a/ProGen/templates/vs110/x64/testsuite/project.template b/ProGen/templates/vs110/x64/testsuite/project.template index 65e92894c..254780e13 100644 --- a/ProGen/templates/vs110/x64/testsuite/project.template +++ b/ProGen/templates/vs110/x64/testsuite/project.template @@ -1,26 +1,26 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_shared.template b/ProGen/templates/vs110/x64/testsuite/release_shared.template index c9d08ad98..b82fc770e 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_shared.template +++ b/ProGen/templates/vs110/x64/testsuite/release_shared.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_static_md.template b/ProGen/templates/vs110/x64/testsuite/release_static_md.template index 9afafa132..47b822dd3 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_static_md.template +++ b/ProGen/templates/vs110/x64/testsuite/release_static_md.template @@ -1,88 +1,88 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs110/x64/testsuite/release_static_mt.template b/ProGen/templates/vs110/x64/testsuite/release_static_mt.template index 7446da7c0..27a6a1323 100644 --- a/ProGen/templates/vs110/x64/testsuite/release_static_mt.template +++ b/ProGen/templates/vs110/x64/testsuite/release_static_mt.template @@ -1,89 +1,89 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_shared.template b/ProGen/templates/vs71/Win32/testsuite/debug_shared.template index a5ab1dce0..12a849774 100644 --- a/ProGen/templates/vs71/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs71/Win32/testsuite/debug_shared.template @@ -9,7 +9,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="TRUE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template index 3c932145a..ae215cc01 100644 --- a/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs71/Win32/testsuite/debug_static_md.template @@ -9,7 +9,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="TRUE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template index f86114e84..d4c46c32f 100644 --- a/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs71/Win32/testsuite/debug_static_mt.template @@ -9,7 +9,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="TRUE" MinimalRebuild="TRUE" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs71/Win32/testsuite/release_shared.template b/ProGen/templates/vs71/Win32/testsuite/release_shared.template index 0d59d7b94..40170c7a8 100644 --- a/ProGen/templates/vs71/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs71/Win32/testsuite/release_shared.template @@ -15,7 +15,7 @@ OmitFramePointers="TRUE" OptimizeForWindowsApplication="TRUE" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="TRUE" RuntimeLibrary="2" BufferSecurityCheck="FALSE" diff --git a/ProGen/templates/vs71/Win32/testsuite/release_static_md.template b/ProGen/templates/vs71/Win32/testsuite/release_static_md.template index 792db2ad9..0648583fd 100644 --- a/ProGen/templates/vs71/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs71/Win32/testsuite/release_static_md.template @@ -15,7 +15,7 @@ OmitFramePointers="TRUE" OptimizeForWindowsApplication="TRUE" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="TRUE" RuntimeLibrary="2" BufferSecurityCheck="FALSE" diff --git a/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template index a03cebcc2..d0dcc076c 100644 --- a/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs71/Win32/testsuite/release_static_mt.template @@ -15,7 +15,7 @@ OmitFramePointers="TRUE" OptimizeForWindowsApplication="TRUE" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="TRUE" RuntimeLibrary="0" BufferSecurityCheck="FALSE" diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_shared.template b/ProGen/templates/vs80/Win32/testsuite/debug_shared.template index 23dd43674..249f821ec 100644 --- a/ProGen/templates/vs80/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs80/Win32/testsuite/debug_shared.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template index 566b15382..7c4c74666 100644 --- a/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs80/Win32/testsuite/debug_static_md.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template index 8b485ea88..401f674f3 100644 --- a/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs80/Win32/testsuite/debug_static_mt.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs80/Win32/testsuite/release_shared.template b/ProGen/templates/vs80/Win32/testsuite/release_shared.template index fe044ade8..d68fd0030 100644 --- a/ProGen/templates/vs80/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs80/Win32/testsuite/release_shared.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs80/Win32/testsuite/release_static_md.template b/ProGen/templates/vs80/Win32/testsuite/release_static_md.template index 7d18f916d..78d7ab626 100644 --- a/ProGen/templates/vs80/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs80/Win32/testsuite/release_static_md.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template index 66daa1c05..88bfb4974 100644 --- a/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs80/Win32/testsuite/release_static_mt.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="0" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/Win32/testsuite/debug_shared.template b/ProGen/templates/vs90/Win32/testsuite/debug_shared.template index 23dd43674..249f821ec 100644 --- a/ProGen/templates/vs90/Win32/testsuite/debug_shared.template +++ b/ProGen/templates/vs90/Win32/testsuite/debug_shared.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/Win32/testsuite/debug_static_md.template b/ProGen/templates/vs90/Win32/testsuite/debug_static_md.template index 566b15382..7c4c74666 100644 --- a/ProGen/templates/vs90/Win32/testsuite/debug_static_md.template +++ b/ProGen/templates/vs90/Win32/testsuite/debug_static_md.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/Win32/testsuite/debug_static_mt.template b/ProGen/templates/vs90/Win32/testsuite/debug_static_mt.template index 8b485ea88..401f674f3 100644 --- a/ProGen/templates/vs90/Win32/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs90/Win32/testsuite/debug_static_mt.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/Win32/testsuite/release_shared.template b/ProGen/templates/vs90/Win32/testsuite/release_shared.template index fe044ade8..d68fd0030 100644 --- a/ProGen/templates/vs90/Win32/testsuite/release_shared.template +++ b/ProGen/templates/vs90/Win32/testsuite/release_shared.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/Win32/testsuite/release_static_md.template b/ProGen/templates/vs90/Win32/testsuite/release_static_md.template index 7d18f916d..78d7ab626 100644 --- a/ProGen/templates/vs90/Win32/testsuite/release_static_md.template +++ b/ProGen/templates/vs90/Win32/testsuite/release_static_md.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/Win32/testsuite/release_static_mt.template b/ProGen/templates/vs90/Win32/testsuite/release_static_mt.template index 66daa1c05..88bfb4974 100644 --- a/ProGen/templates/vs90/Win32/testsuite/release_static_mt.template +++ b/ProGen/templates/vs90/Win32/testsuite/release_static_mt.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="0" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/x64/testsuite/debug_shared.template b/ProGen/templates/vs90/x64/testsuite/debug_shared.template index 07e366aa6..c64e030c7 100644 --- a/ProGen/templates/vs90/x64/testsuite/debug_shared.template +++ b/ProGen/templates/vs90/x64/testsuite/debug_shared.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/x64/testsuite/debug_static_md.template b/ProGen/templates/vs90/x64/testsuite/debug_static_md.template index 1d94807fc..d4ff918e4 100644 --- a/ProGen/templates/vs90/x64/testsuite/debug_static_md.template +++ b/ProGen/templates/vs90/x64/testsuite/debug_static_md.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/x64/testsuite/debug_static_mt.template b/ProGen/templates/vs90/x64/testsuite/debug_static_mt.template index 12323fefd..58f633df1 100644 --- a/ProGen/templates/vs90/x64/testsuite/debug_static_mt.template +++ b/ProGen/templates/vs90/x64/testsuite/debug_static_mt.template @@ -25,7 +25,7 @@ Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" MinimalRebuild="true" BasicRuntimeChecks="3" diff --git a/ProGen/templates/vs90/x64/testsuite/release_shared.template b/ProGen/templates/vs90/x64/testsuite/release_shared.template index 64ba70c67..a9391d0c7 100644 --- a/ProGen/templates/vs90/x64/testsuite/release_shared.template +++ b/ProGen/templates/vs90/x64/testsuite/release_shared.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/x64/testsuite/release_static_md.template b/ProGen/templates/vs90/x64/testsuite/release_static_md.template index e50ae73b0..1cfb58060 100644 --- a/ProGen/templates/vs90/x64/testsuite/release_static_md.template +++ b/ProGen/templates/vs90/x64/testsuite/release_static_md.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="2" BufferSecurityCheck="false" diff --git a/ProGen/templates/vs90/x64/testsuite/release_static_mt.template b/ProGen/templates/vs90/x64/testsuite/release_static_mt.template index 222351920..f08696f8d 100644 --- a/ProGen/templates/vs90/x64/testsuite/release_static_mt.template +++ b/ProGen/templates/vs90/x64/testsuite/release_static_mt.template @@ -29,7 +29,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" AdditionalIncludeDirectories="..\include;${project.pocobase}\CppUnit\include;${project.pocobase}\CppUnit\WinTestRunner\include;${configuration.compiler.includes}" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;${configuration.compiler.defines}" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;POCO_STATIC;${configuration.compiler.defines}" StringPooling="true" RuntimeLibrary="0" BufferSecurityCheck="false"