diff --git a/checkin_notes b/checkin_notes
index 0371750120..2af3842500 100644
--- a/checkin_notes
+++ b/checkin_notes
@@ -7025,3 +7025,39 @@ Rom 23 Aug 2008
configure.ac
version.h
+Rom 24 Aug 2008
+ - win_build: Finally figured out what the problem was with how I
+ was previously configuring pre-compiled headers. Visual Studio
+ automaticaaly specifies the stdafx.cpp as the source file that
+ is supposed to create the pre-compiled header for auto generated
+ project files. The project is just configured to use a pre-compiled
+ header. All I had done in the past was enable pre-compiled
+ headers, but didn't create a stub cpp file to create the pre-compiled
+ header with. Now all the client projects are configured to use
+ pre-compiled headers. BOINC now compiles in 20 seconds. BOINC Manager
+ in a minute. Everything else builds in 5 seconds or less.
+
+ After sync'ing up Rebuild the solution.
+
+ lib/
+ boinc_win.cpp
+ win_build/
+ boinc.sln
+ boinc_cli_curl.vcproj
+ boinc_dll.vcproj
+ boinc_ss.vcproj
+ boinccmd.vcproj
+ boincmgr_curl.vcproj
+ boinctray.vcproj
+ libboinc.vcproj
+ libboinc_staticcrt.vcproj
+ libboincapi_staticcrt.vcproj
+ libgraphics2.vcproj
+ multi_thread.vcproj
+ sim.vcproj
+ sleeper.vcproj
+ uc2.vcproj
+ uc2_graphics.vcproj
+ updater.vcproj
+ worker.vcproj
+ wrapper.vcproj
diff --git a/lib/boinc_win.cpp b/lib/boinc_win.cpp
new file mode 100644
index 0000000000..f44b306599
--- /dev/null
+++ b/lib/boinc_win.cpp
@@ -0,0 +1,5 @@
+// boinc_win.cpp : source file that includes just the standard includes
+// $(TargetName).pch will be the pre-compiled header
+// boinc_win.obj will contain the pre-compiled type information
+
+#include "boinc_win.h"
diff --git a/win_build/boinc.sln b/win_build/boinc.sln
index f64cdeb706..8bcab21c81 100644
--- a/win_build/boinc.sln
+++ b/win_build/boinc.sln
@@ -292,111 +292,147 @@ Global
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|Win32.ActiveCfg = Debug|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|Win32.Build.0 = Debug|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|x64.ActiveCfg = Debug|x64
+ {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|x64.Build.0 = Debug|x64
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|Win32.ActiveCfg = Release|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|Win32.Build.0 = Release|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|x64.ActiveCfg = Release|x64
+ {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|x64.Build.0 = Release|x64
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|Win32.Build.0 = Release|Win32
{D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|x64.Build.0 = Release|x64
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|Win32.ActiveCfg = Debug|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|Win32.Build.0 = Debug|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|x64.ActiveCfg = Debug|x64
+ {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|x64.Build.0 = Debug|x64
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|Win32.ActiveCfg = Release|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|Win32.Build.0 = Release|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|x64.ActiveCfg = Release|x64
+ {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|x64.Build.0 = Release|x64
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|Win32.Build.0 = Release|Win32
{5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|x64.Build.0 = Release|x64
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|Win32.ActiveCfg = Debug|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|Win32.Build.0 = Debug|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|x64.ActiveCfg = Debug|x64
+ {C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|x64.Build.0 = Debug|x64
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|Win32.ActiveCfg = Release|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|Win32.Build.0 = Release|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|x64.ActiveCfg = Release|x64
+ {C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|x64.Build.0 = Release|x64
{C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|Win32.Build.0 = Release|Win32
{C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|x64.Build.0 = Release|x64
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|Win32.ActiveCfg = Debug|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|Win32.Build.0 = Debug|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|x64.ActiveCfg = Debug|x64
+ {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|x64.Build.0 = Debug|x64
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|Win32.ActiveCfg = Release|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|Win32.Build.0 = Release|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|x64.ActiveCfg = Release|x64
+ {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|x64.Build.0 = Release|x64
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|Win32.Build.0 = Release|Win32
{F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|x64.Build.0 = Release|x64
{A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|Win32.ActiveCfg = Debug|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|Win32.Build.0 = Debug|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|x64.ActiveCfg = Debug|x64
+ {A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|x64.Build.0 = Debug|x64
{A9647CEA-644D-4C0A-8733-D916CD344859}.Release|Win32.ActiveCfg = Release|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.Release|Win32.Build.0 = Release|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.Release|x64.ActiveCfg = Release|x64
+ {A9647CEA-644D-4C0A-8733-D916CD344859}.Release|x64.Build.0 = Release|x64
{A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|Win32.Build.0 = Release|Win32
{A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|x64.Build.0 = Release|x64
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|Win32.ActiveCfg = Debug|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|Win32.Build.0 = Debug|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|x64.ActiveCfg = Debug|x64
+ {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|x64.Build.0 = Debug|x64
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|Win32.ActiveCfg = Release|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|Win32.Build.0 = Release|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|x64.ActiveCfg = Release|x64
+ {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|x64.Build.0 = Release|x64
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|Win32.Build.0 = Release|Win32
{F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|x64.Build.0 = Release|x64
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|Win32.ActiveCfg = Debug|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|Win32.Build.0 = Debug|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|x64.ActiveCfg = Debug|x64
+ {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|x64.Build.0 = Debug|x64
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|Win32.ActiveCfg = Release|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|Win32.Build.0 = Release|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|x64.ActiveCfg = Release|x64
+ {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|x64.Build.0 = Release|x64
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|Win32.Build.0 = Release|Win32
{CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|x64.Build.0 = Release|x64
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|Win32.ActiveCfg = Debug|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|Win32.Build.0 = Debug|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|x64.ActiveCfg = Debug|x64
+ {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|x64.Build.0 = Debug|x64
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|Win32.ActiveCfg = Release|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|Win32.Build.0 = Release|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|x64.ActiveCfg = Release|x64
+ {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|x64.Build.0 = Release|x64
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|Win32.Build.0 = Release|Win32
{3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|x64.Build.0 = Release|x64
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|Win32.ActiveCfg = Debug|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|Win32.Build.0 = Debug|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|x64.ActiveCfg = Debug|x64
+ {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|x64.Build.0 = Debug|x64
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|Win32.ActiveCfg = Release|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|Win32.Build.0 = Release|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|x64.ActiveCfg = Release|x64
+ {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|x64.Build.0 = Release|x64
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|Win32.Build.0 = Release|Win32
{814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|x64.Build.0 = Release|x64
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|Win32.ActiveCfg = Debug|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|Win32.Build.0 = Debug|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|x64.ActiveCfg = Debug|x64
+ {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|x64.Build.0 = Debug|x64
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|Win32.ActiveCfg = Release|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|Win32.Build.0 = Release|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|x64.ActiveCfg = Release|x64
+ {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|x64.Build.0 = Release|x64
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|Win32.Build.0 = Release|Win32
{BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|x64.Build.0 = Release|x64
{B00664BD-71EB-46C1-957E-CD851418D395}.Debug|Win32.ActiveCfg = Debug|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.Debug|Win32.Build.0 = Debug|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.Debug|x64.ActiveCfg = Debug|x64
+ {B00664BD-71EB-46C1-957E-CD851418D395}.Debug|x64.Build.0 = Debug|x64
{B00664BD-71EB-46C1-957E-CD851418D395}.Release|Win32.ActiveCfg = Release|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.Release|Win32.Build.0 = Release|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.Release|x64.ActiveCfg = Release|x64
+ {B00664BD-71EB-46C1-957E-CD851418D395}.Release|x64.Build.0 = Release|x64
{B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|Win32.Build.0 = Release|Win32
{B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|x64.Build.0 = Release|x64
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|Win32.ActiveCfg = Debug|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|Win32.Build.0 = Debug|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|x64.ActiveCfg = Debug|x64
+ {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|x64.Build.0 = Debug|x64
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|Win32.ActiveCfg = Release|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|Win32.Build.0 = Release|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|x64.ActiveCfg = Release|x64
+ {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|x64.Build.0 = Release|x64
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|Win32.ActiveCfg = Release|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|Win32.Build.0 = Release|Win32
{07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|x64.ActiveCfg = Release|x64
+ {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/win_build/boinc_cli_curl.vcproj b/win_build/boinc_cli_curl.vcproj
index 0fc2cc6bed..9ef21fbdb1 100644
--- a/win_build/boinc_cli_curl.vcproj
+++ b/win_build/boinc_cli_curl.vcproj
@@ -57,9 +57,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -166,9 +166,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -275,9 +275,9 @@
StringPooling="true"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -385,9 +385,9 @@
StringPooling="false"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -496,9 +496,9 @@
StringPooling="true"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -606,9 +606,9 @@
StringPooling="false"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -716,9 +716,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -825,9 +825,9 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -934,9 +934,9 @@
StringPooling="true"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -1044,9 +1044,9 @@
StringPooling="false"
RuntimeLibrary="2"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
@@ -1133,124 +1133,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1279,246 +1245,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/win_build/boinccmd.vcproj b/win_build/boinccmd.vcproj
index e618c5e5c3..89384ac857 100644
--- a/win_build/boinccmd.vcproj
+++ b/win_build/boinccmd.vcproj
@@ -58,13 +58,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -166,13 +166,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -274,12 +274,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -383,12 +384,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -492,12 +494,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -602,12 +605,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -712,13 +716,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -820,13 +824,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -928,12 +932,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1037,12 +1042,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1117,6 +1123,90 @@
RelativePath="..\lib\boinc_cmd.C"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1138,6 +1228,10 @@
RelativePath="..\client\win\boinc_cmd.h"
>
+
+
diff --git a/win_build/boincmgr_curl.vcproj b/win_build/boincmgr_curl.vcproj
index 465a3959c2..e891932932 100644
--- a/win_build/boincmgr_curl.vcproj
+++ b/win_build/boincmgr_curl.vcproj
@@ -51,8 +51,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -146,8 +147,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -245,9 +247,9 @@
EnableEnhancedInstructionSet="0"
FloatingPointModel="2"
DisableLanguageExtensions="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -343,9 +345,9 @@
EnableEnhancedInstructionSet="0"
FloatingPointModel="2"
DisableLanguageExtensions="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -435,8 +437,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -531,8 +534,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -631,9 +635,9 @@
EnableEnhancedInstructionSet="0"
FloatingPointModel="2"
DisableLanguageExtensions="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -729,9 +733,9 @@
EnableEnhancedInstructionSet="0"
FloatingPointModel="2"
DisableLanguageExtensions="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
- PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -821,8 +825,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -916,8 +921,9 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="stdwx.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="4"
WarnAsError="false"
Detect64BitPortabilityProblems="true"
@@ -1457,6 +1463,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1473,6 +1495,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1513,6 +1551,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1529,6 +1583,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1573,6 +1643,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1589,6 +1675,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1629,6 +1731,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1645,6 +1763,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1685,6 +1819,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1701,6 +1851,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1741,6 +1907,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1757,6 +1939,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1797,6 +1995,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1813,6 +2027,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1853,6 +2083,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1869,6 +2115,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1909,6 +2171,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1925,6 +2203,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1965,6 +2259,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -1981,6 +2291,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2021,6 +2347,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2037,6 +2379,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2077,6 +2435,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2093,6 +2467,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2133,6 +2523,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2149,6 +2555,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2277,6 +2699,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2293,6 +2731,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2349,6 +2803,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2365,6 +2835,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2405,6 +2891,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2421,6 +2923,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2461,6 +2979,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2477,6 +3011,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2753,6 +3303,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -2769,6 +3335,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -3081,9 +3663,6 @@
>
@@ -3092,9 +3671,6 @@
>
@@ -3103,11 +3679,6 @@
>
@@ -3116,11 +3687,6 @@
>
@@ -3129,9 +3695,6 @@
>
@@ -3140,9 +3703,6 @@
>
@@ -3151,11 +3711,6 @@
>
@@ -3164,11 +3719,6 @@
>
@@ -3177,9 +3727,6 @@
>
@@ -3188,9 +3735,6 @@
>
@@ -3218,6 +3762,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
@@ -3234,6 +3794,22 @@
CompileAs="2"
/>
+
+
+
+
+
+
diff --git a/win_build/boinctray.vcproj b/win_build/boinctray.vcproj
index a189f27da7..e576b917aa 100644
--- a/win_build/boinctray.vcproj
+++ b/win_build/boinctray.vcproj
@@ -57,13 +57,13 @@
RuntimeLibrary="1"
BufferSecurityCheck="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -166,13 +166,13 @@
RuntimeLibrary="1"
BufferSecurityCheck="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -276,12 +276,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -383,12 +384,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -491,12 +493,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -599,12 +602,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -708,13 +712,13 @@
RuntimeLibrary="1"
BufferSecurityCheck="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -817,13 +821,13 @@
RuntimeLibrary="1"
BufferSecurityCheck="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -927,12 +931,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -1034,12 +1039,13 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1110,6 +1116,90 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1123,6 +1213,10 @@
RelativePath="..\clienttray\boinc_tray.h"
>
+
+
diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism
index de6975e0e4..3ceb9c6842 100644
Binary files a/win_build/installerv2/BOINC.ism and b/win_build/installerv2/BOINC.ism differ
diff --git a/win_build/installerv2/BOINCx64.ism b/win_build/installerv2/BOINCx64.ism
index feb19b53f3..e53b3690c2 100644
Binary files a/win_build/installerv2/BOINCx64.ism and b/win_build/installerv2/BOINCx64.ism differ
diff --git a/win_build/libboinc.vcproj b/win_build/libboinc.vcproj
index 899685e43f..9c0b6db37b 100644
--- a/win_build/libboinc.vcproj
+++ b/win_build/libboinc.vcproj
@@ -49,10 +49,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -124,10 +124,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -195,9 +195,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -265,9 +266,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -334,9 +336,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -404,9 +407,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -476,10 +480,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -551,10 +555,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -622,9 +626,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -692,9 +697,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;_DLL;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -781,6 +787,90 @@
RelativePath="..\lib\base64.C"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/win_build/libboinc_staticcrt.vcproj b/win_build/libboinc_staticcrt.vcproj
index 93b417fb38..174c4d9771 100644
--- a/win_build/libboinc_staticcrt.vcproj
+++ b/win_build/libboinc_staticcrt.vcproj
@@ -49,10 +49,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -124,10 +124,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -195,9 +195,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -265,9 +266,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -334,9 +336,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -404,9 +407,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -476,10 +480,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -551,10 +555,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -622,9 +626,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -692,9 +697,10 @@
PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS"
RuntimeLibrary="0"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
+ BrowseInformation="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -781,6 +787,90 @@
RelativePath="..\lib\base64.C"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/win_build/libboincapi_staticcrt.vcproj b/win_build/libboincapi_staticcrt.vcproj
index 6d14dac5c4..3d0899d936 100644
--- a/win_build/libboincapi_staticcrt.vcproj
+++ b/win_build/libboincapi_staticcrt.vcproj
@@ -48,11 +48,14 @@
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="boinc_win.h"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="2"
+ ForcedIncludeFiles="boinc_win.h"
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/win_build/multi_thread.vcproj b/win_build/multi_thread.vcproj
index c1fc308de5..6aa10a768a 100644
--- a/win_build/multi_thread.vcproj
+++ b/win_build/multi_thread.vcproj
@@ -60,6 +60,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -84,7 +85,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_intelx86.pdb"
SubSystem="2"
@@ -159,6 +160,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -183,7 +185,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb"
SubSystem="2"
@@ -255,7 +257,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -352,7 +354,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -377,7 +379,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb"
SubSystem="2"
@@ -449,7 +451,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -546,7 +548,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -571,7 +573,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb"
SubSystem="2"
@@ -646,6 +648,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -670,7 +673,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_intelx86.pdb"
SubSystem="2"
@@ -745,6 +748,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -769,7 +773,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb"
SubSystem="2"
diff --git a/win_build/sim.vcproj b/win_build/sim.vcproj
index b8b51810f9..1aed8b40f9 100644
--- a/win_build/sim.vcproj
+++ b/win_build/sim.vcproj
@@ -58,13 +58,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -166,13 +166,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -274,12 +274,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -383,12 +384,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -492,12 +494,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -602,12 +605,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -712,13 +716,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -820,13 +824,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -928,12 +932,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1037,12 +1042,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1117,6 +1123,90 @@
RelativePath="..\client\app.C"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1186,6 +1276,10 @@
RelativePath="..\client\app.h"
>
+
+
diff --git a/win_build/sleeper.vcproj b/win_build/sleeper.vcproj
index 488ca5c7fe..b3f3506e15 100644
--- a/win_build/sleeper.vcproj
+++ b/win_build/sleeper.vcproj
@@ -60,6 +60,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -159,6 +160,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -255,7 +257,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -352,7 +354,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -449,7 +451,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -546,7 +548,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -646,6 +648,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -745,6 +748,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
diff --git a/win_build/uc2.vcproj b/win_build/uc2.vcproj
index fd188ec739..f7c4a3d951 100644
--- a/win_build/uc2.vcproj
+++ b/win_build/uc2.vcproj
@@ -60,6 +60,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -84,7 +85,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
@@ -159,6 +160,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -183,7 +185,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
@@ -255,7 +257,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -352,7 +354,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -377,7 +379,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
@@ -449,7 +451,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -546,7 +548,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -571,7 +573,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
@@ -646,6 +648,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -670,7 +673,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
@@ -745,6 +748,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -769,7 +773,7 @@
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
- DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL"
+ DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb"
SubSystem="2"
diff --git a/win_build/uc2_graphics.vcproj b/win_build/uc2_graphics.vcproj
index d79c12a139..4aa80e61ed 100644
--- a/win_build/uc2_graphics.vcproj
+++ b/win_build/uc2_graphics.vcproj
@@ -60,6 +60,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -159,6 +160,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -255,7 +257,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -352,7 +354,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -449,7 +451,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -546,7 +548,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -646,6 +648,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -745,6 +748,7 @@
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="boinc_win.h"
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ BrowseInformation="0"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
diff --git a/win_build/updater.vcproj b/win_build/updater.vcproj
index 56a9f15dc9..35ae7c05ad 100644
--- a/win_build/updater.vcproj
+++ b/win_build/updater.vcproj
@@ -58,13 +58,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -166,13 +166,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -274,12 +274,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -383,12 +384,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -492,12 +494,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -602,12 +605,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -712,13 +716,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -820,13 +824,13 @@
BufferSecurityCheck="true"
FloatingPointModel="2"
RuntimeTypeInfo="false"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
- BrowseInformation="1"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -928,12 +932,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1037,12 +1042,13 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
FloatingPointModel="2"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
PrecompiledHeaderThrough="boinc_win.h"
- PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
+ PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
AssemblerListingLocation=""
ObjectFile="$(IntDir)\"
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ BrowseInformation="0"
WarningLevel="4"
SuppressStartupBanner="true"
Detect64BitPortabilityProblems="true"
@@ -1113,6 +1119,90 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1122,6 +1212,10 @@
Name="Header Files"
Filter="h;hpp;hxx;hm;inl"
>
+
+