- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="p4bridge(2008)"
- ProjectGUID="{27461314-172B-41FA-986A-B2C8D4281D13}"
- RootNamespace="ClassLibrary1"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\p4api\include\p4"
- PreprocessorDefinitions="OS_NT;WIN32;_DEBUG;_WINDOWS;_USRDLL;__VS2008;"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libsupp.lib librpc.lib libclient.lib libeay32.lib ssleay32.lib Ws2_32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
- OutputFile="$(OutDir)\p4bridge.dll"
- LinkIncremental="2"
- AdditionalLibraryDirectories="..\p4api\lib;%(AdditionalLibraryDirectories)"
- IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries)"
- GenerateDebugInformation="true"
- SubSystem="2"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="update versions"
- CommandLine="IF "$(ConfigurationName)"=="Debug" Goto Exit

IF NOT EXIST "$(SolutionDir)tools\UpdateVersion35.exe" Goto Exit

"$(SolutionDir)tools\UpdateVersion35.exe"

:Exit
"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\p4api\include\p4"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CLASSLIBRARY1_EXPORTS"
- RuntimeLibrary="2"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- Culture="1033"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="libsupp.lib librpc.lib libclient.lib libeay32.lib ssleay32.lib Ws2_32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
- OutputFile="$(OutDir)\p4bridge.dll"
- LinkIncremental="2"
- AdditionalLibraryDirectories="..\p4api\lib;%(AdditionalLibraryDirectories)"
- IgnoreDefaultLibraryNames="LIBCMT.lib;LIBCMTD.lib;%(IgnoreSpecificDefaultLibraries)"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- RandomizedBaseAddress="2"
- FixedBaseAddress="1"
- DataExecutionPrevention="2"
- ImportLibrary=""
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".\ConnectionManager.cpp"
- >
- </File>
- <File
- RelativePath=".\dllmain.cpp"
- >
- </File>
- <File
- RelativePath=".\DoublyLinkedList.cpp"
- >
- </File>
- <File
- RelativePath=".\Lock.cpp"
- >
- </File>
- <File
- RelativePath=".\p4base.cpp"
- >
- </File>
- <File
- RelativePath=".\p4bridge-api.cpp"
- >
- </File>
- <File
- RelativePath=".\P4BridgeClient.cpp"
- >
- </File>
- <File
- RelativePath=".\P4BridgeServer.cpp"
- >
- </File>
- <File
- RelativePath=".\P4Connection.cpp"
- >
- </File>
- <File
- RelativePath=".\p4map-api.cpp"
- >
- </File>
- <File
- RelativePath=".\stdafx.cpp"
- >
- </File>
- <File
- RelativePath=".\utils.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".\ConnectionManager.h"
- >
- </File>
- <File
- RelativePath=".\DoublyLinkedList.h"
- >
- </File>
- <File
- RelativePath=".\Lock.h"
- >
- </File>
- <File
- RelativePath=".\p4base.h"
- >
- </File>
- <File
- RelativePath=".\P4BridgeClient.h"
- >
- </File>
- <File
- RelativePath=".\P4BridgeServer.h"
- >
- </File>
- <File
- RelativePath=".\P4Connection.h"
- >
- </File>
- <File
- RelativePath=".\resource.h"
- >
- </File>
- <File
- RelativePath=".\stdafx.h"
- >
- </File>
- <File
- RelativePath=".\targetver.h"
- >
- </File>
- <File
- RelativePath=".\utils.h"
- >
- </File>
- </Filter>
- <File
- RelativePath=".\p4bridge(2008).rc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 13946 | OmegaNemesis28 | Merging //guest/perforce_software/p4api.net/... to //guest/omeganemesis28/p4api.net/...... « |
10 years ago | |
//guest/perforce_software/p4api.net/p4bridge/p4bridge(2008).vcproj | |||||
#2 | 8964 | Bill | fix line endings | 11 years ago | |
#1 | 8873 | Matt Attaway | Initial add of the P4API.NET source code | 11 years ago |