[Sphere-axis-commits] CVS: axissvr gwhogsvr.sln,NONE,1.1.2.1 gwhogsvr.vcproj,NONE,1.1.2.1
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-10-14 05:12:39
|
Update of /cvsroot/sphere-axis/axissvr In directory sc8-pr-cvs1:/tmp/cvs-serv22486 Added Files: Tag: v0_13-Stable gwhogsvr.sln gwhogsvr.vcproj Log Message: Added sln and vcproj files to the project for compatibility with VS.NET --- NEW FILE: gwhogsvr.sln --- Microsoft Visual Studio Solution File, Format Version 7.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gwhogsvr", "gwhogsvr.vcproj", "{4355C5B9-8C73-4C45-A286-09B36C8EE40C}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution ConfigName.0 = Debug ConfigName.1 = Release EndGlobalSection GlobalSection(ProjectDependencies) = postSolution EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {4355C5B9-8C73-4C45-A286-09B36C8EE40C}.Debug.ActiveCfg = Debug|Win32 {4355C5B9-8C73-4C45-A286-09B36C8EE40C}.Debug.Build.0 = Debug|Win32 {4355C5B9-8C73-4C45-A286-09B36C8EE40C}.Release.ActiveCfg = Release|Win32 {4355C5B9-8C73-4C45-A286-09B36C8EE40C}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal --- NEW FILE: gwhogsvr.vcproj --- <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="gwhogsvr" SccProjectName="" SccAuxPath="" SccLocalPath="" SccProvider=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\gwhogsv0" IntermediateDirectory=".\gwhogsv0" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" RuntimeLibrary="0" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\gwhogsv0/gwhogsvr.pch" AssemblerListingLocation=".\gwhogsv0/" ObjectFile=".\gwhogsv0/" ProgramDataBaseFileName=".\gwhogsv0/" WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="4"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib" OutputFile="axissvr.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\gwhogsv0/axissvr.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\gwhogsv0/gwhogsvr.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\gwhogsvr" IntermediateDirectory=".\gwhogsvr" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" StringPooling="TRUE" RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="2" PrecompiledHeaderFile=".\gwhogsvr/gwhogsvr.pch" AssemblerListingLocation=".\gwhogsvr/" ObjectFile=".\gwhogsvr/" ProgramDataBaseFileName=".\gwhogsvr/" WarningLevel="3" SuppressStartupBanner="TRUE"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib" OutputFile="gwhogsvr/axissvr.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" ProgramDatabaseFile=".\gwhogsvr/axissvr.pdb" SubSystem="1"/> <Tool Name="VCMIDLTool" TypeLibraryName=".\gwhogsvr/gwhogsvr.tlb"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> </Configurations> <Files> <Filter Name="Source Files" Filter="*.cpp; *.c"> <File RelativePath=".\gwhogsvr.cpp"> </File> <File RelativePath=".\messages.mc"> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCustomBuildTool" Description="Building Message Files" CommandLine="mc -v -c -r .\ messages.mc " Outputs=".\messages.h;.\MSG00001.bin"/> </FileConfiguration> </File> <File RelativePath=".\messages.rc"> </File> <File RelativePath=".\ntservice.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="*.h"> <File RelativePath=".\gwhogsvr.h"> </File> <File RelativePath=".\messages.h"> </File> <File RelativePath=".\ntservice.h"> </File> </Filter> <File RelativePath=".\MSG00001.bin"> </File> </Files> <Globals> </Globals> </VisualStudioProject> |