[Mockpp-commits] mockpp/msvc71/mockpp mockpp_production.vcproj,NONE,1.1 .cvsignore,1.1,1.2 mockpp.sl
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-23 21:16:43
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24606/mockpp Modified Files: .cvsignore mockpp.sln mockpp.vcproj Added Files: mockpp_production.vcproj Log Message: update Index: .cvsignore =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 22 Mar 2005 20:44:18 -0000 1.1 +++ .cvsignore 23 May 2005 21:15:50 -0000 1.2 @@ -1,3 +1,6 @@ Makefile Makefile.in *.~* +*.ncb +*.suo + Index: mockpp.sln =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.sln,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp.sln 9 Apr 2005 20:15:19 -0000 1.2 +++ mockpp.sln 23 May 2005 21:15:51 -0000 1.3 @@ -22,6 +22,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test", "tests\mock_test.vcproj", "{F22BA7AF-9CFC-4F2A-947D-69AF7C466635}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} = {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp", "mockpp.vcproj", "{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" @@ -42,6 +43,10 @@ ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_production", "mockpp_production.vcproj", "{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -84,6 +89,10 @@ {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug.Build.0 = Debug|Win32 {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.ActiveCfg = Release|Win32 {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.Build.0 = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.ActiveCfg = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.Build.0 = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.ActiveCfg = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mockpp.vcproj 2 Apr 2005 21:55:15 -0000 1.4 +++ mockpp.vcproj 23 May 2005 21:15:51 -0000 1.5 @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="mockpp" + RootNamespace="mockpp" SccProjectName="" SccLocalPath=""> <Platforms> @@ -12,8 +13,8 @@ <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\Debug" + OutputDirectory="C:\tmp\msvc_compile\mockpp\Debug" + IntermediateDirectory="C:\tmp\msvc_compile\mockpp\Debug" ConfigurationType="4" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -21,7 +22,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories=""X:\Documents\src\cppunit-1.10.2\include";../../..;"$(CPPUNIT_ROOT)/include";../.." PreprocessorDefinitions="WIN32,_LIB" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -38,7 +39,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLibrarianTool" - OutputFile="../lib/mockppd.lib" + OutputFile="c:\tmp\msvc_compile\mockppd.lib" SuppressStartupBanner="TRUE"/> <Tool Name="VCMIDLTool"/> --- NEW FILE: mockpp_production.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="mockpp_production" ProjectGUID="{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" Keyword="MFCDLLProj"> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="C:\tmp\msvc_compile\mockpp\production\Debug" IntermediateDirectory="c:\tmp\msvc_compile\mockpp\production\Debug" ConfigurationType="2" UseOfMFC="0" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="3" TreatWChar_tAsBuiltInType="TRUE" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="4"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" OutputFile="$(OutDir)/mockpp_production.dll" LinkIncremental="2" ModuleDefinitionFile="" GenerateDebugInformation="TRUE" SubSystem="2" ImportLibrary="$(OutDir)/mockpp_production.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="FALSE"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1031" AdditionalIncludeDirectories="$(IntDir)"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="Release" IntermediateDirectory="Release" ConfigurationType="2" UseOfMFC="2" CharacterSet="2"> <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="TRUE" UsePrecompiledHeader="3" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="3"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" OutputFile="$(OutDir)/mockpp_production.dll" LinkIncremental="1" ModuleDefinitionFile=".\mockpp_production.def" GenerateDebugInformation="TRUE" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" ImportLibrary="$(OutDir)/mockpp_production.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="FALSE"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1031" AdditionalIncludeDirectories="$(IntDir)"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File RelativePath="..\..\mockpp\production\TimeServer.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> <File RelativePath="..\..\mockpp\production\mockpp_production.h"> </File> <File RelativePath="..\..\mockpp\production\TimeServer.h"> </File> </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> </Filter> <File RelativePath=".\ReadMe.txt"> </File> </Files> <Globals> </Globals> </VisualStudioProject> |