mirror of https://github.com/BOINC/boinc.git
2340 lines
57 KiB
XML
2340 lines
57 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="boinc"
|
|
ProjectGUID="{C04F0FCC-BB5D-4627-8656-6173B28BD69E}"
|
|
RootNamespace="boinc_cli"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Build\Debug/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
BrowseInformation="0"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG;_WCG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories="../"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1d.lib ssleay32.lib libeay32.lib libcurld_imp.lib MSVCRTD.LIB MSVCPRTD.LIB wsock32.lib wininet.lib winmm.lib libboincd.lib sensapi.lib"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Build\Release/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="0"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".."
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1.lib ssleay32.lib libeay32.lib libcurl_imp.lib MSVCRT.LIB MSVCPRT.LIB wsock32.lib wininet.lib winmm.lib libboinc.lib sensapi.lib"
|
|
ShowProgress="0"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
SetChecksum="true"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseSigned|Win32"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Build\Release/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="0"
|
|
OmitFramePointers="false"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG;_WCG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".."
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1.lib ssleay32.lib libeay32.lib libcurl_imp.lib MSVCRT.LIB MSVCPRT.LIB wsock32.lib wininet.lib winmm.lib libboinc.lib sensapi.lib"
|
|
ShowProgress="0"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
SetChecksum="true"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="3"
|
|
TypeLibraryName=".\Build\Debug/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
BrowseInformation="0"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories="../"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1d.lib ssleay32.lib libeay32.lib libcurld_imp.lib MSVCRTD.LIB MSVCPRTD.LIB wsock32.lib wininet.lib winmm.lib libboincd.lib sensapi.lib userenv.lib"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="3"
|
|
TypeLibraryName=".\Build\Release/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
StringPooling="false"
|
|
RuntimeLibrary="2"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".."
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1.lib ssleay32.lib libeay32.lib libcurl_imp.lib MSVCRT.LIB MSVCPRT.LIB wsock32.lib wininet.lib winmm.lib libboinc.lib sensapi.lib userenv.lib"
|
|
ShowProgress="0"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
SetChecksum="true"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseSigned|x64"
|
|
OutputDirectory=".\Build\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\obj"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="3"
|
|
TypeLibraryName=".\Build\Release/boinc_cli.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../lib;../api;../client/win;../client;..;../openssl/include;../curl/include;../zlib/include"
|
|
PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_MT;_DLL;_WINDOWS;_CONSOLE;_USE_CURL;USE_SSL;USE_SSLEAY;USE_OPENSSL"
|
|
StringPooling="false"
|
|
RuntimeLibrary="2"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
PrecompiledHeaderThrough="boinc_win.h"
|
|
PrecompiledHeaderFile="$(IntDir)/boinc_win.pch"
|
|
AssemblerListingLocation=""
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
|
|
WarningLevel="4"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
DisableSpecificWarnings="4127;4702;4244"
|
|
ForcedIncludeFiles="boinc_win.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories=".."
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="zlib1.lib ssleay32.lib libeay32.lib libcurl_imp.lib MSVCRT.LIB MSVCPRT.LIB wsock32.lib wininet.lib winmm.lib libboinc.lib sensapi.lib userenv.lib"
|
|
ShowProgress="0"
|
|
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc.exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../openssl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../curl/mswin/$(PlatformName)/$(ConfigurationName)/lib";"../zlib/mswin/$(PlatformName)/$(ConfigurationName)/lib";../../;"$(OutDir)""
|
|
IgnoreAllDefaultLibraries="true"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\boinc_exe.pdb"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
SetChecksum="true"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
EmbedManifest="true"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Checking boinc.exe dependencies"
|
|
CommandLine="boinc_post_bld_rules.cmd "$(SolutionDir)" "$(OutDir)" "$(PlatformName)" "$(ConfigurationName)""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath="..\client\acct_mgr.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\acct_setup.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\app.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\app_control.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\app_graphics.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\app_start.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\auto_update.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\check_state.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\client_msgs.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\client_state.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\client_types.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cpu_sched.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_account.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\cs_apps.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_benchmark.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_cmdline.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\cs_files.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_platforms.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_prefs.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\cs_scheduler.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_statefile.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cs_trickle.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\dhrystone.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\dhrystone2.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\file_names.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\file_xfer.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\gui_http.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\gui_rpc_server.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\gui_rpc_server_ops.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\hostinfo_network.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\hostinfo_win.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\http_curl.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\log_flags.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\main.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\msg_log.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\net_stats.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\pers_file_xfer.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\procinfo_win.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\sandbox.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\scheduler_op.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\time_stats.C"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
BasicRuntimeChecks="3"
|
|
BrowseInformation="1"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseSigned|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions=""
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\whetstone.C"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\win\win_service.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\work_fetch.C"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath="..\client\acct_mgr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\acct_setup.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\app.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\auto_update.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\base64.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\win\boinc_cli.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\boinc_win.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\client_msgs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\client_state.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\client_types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cpp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\cpu_benchmark.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\dhrystone.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\diagnostics_win.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\error_numbers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\file_names.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\file_xfer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\gui_http.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\gui_rpc_server.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\hostinfo_network.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\http_curl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\log_flags.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\main.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\msg_log.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\net_stats.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Client\pers_file_xfer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\lib\procinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\sandbox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\scheduler_op.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\time_stats.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\version.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\client\win\win_service.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
>
|
|
<File
|
|
RelativePath="..\client\win\boinc_cli.rc"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|