129 lines
3.6 KiB
XML
129 lines
3.6 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="ArNetworkingPython"
|
|
ProjectGUID="{7A0CBE13-1A83-481F-9DB8-9E2372366950}"
|
|
RootNamespace="ArNetworkingPython"
|
|
Keyword="ManagedCProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\lib"
|
|
IntermediateDirectory="..\obj\$(ConfigurationName)-VC7"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
ManagedExtensions="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\include;..\ArNetworking\include;$(PYTHON_INCLUDE)"
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;DEBUG"
|
|
MinimalRebuild="FALSE"
|
|
ExceptionHandling="TRUE"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
RuntimeTypeInfo="TRUE"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wsock32.lib winmm.lib "$(PYTHON_LIB)" AriaDebug.lib ArNetworkingDebug.lib "
|
|
OutputFile="_ArNetworkingPy_d.dll"
|
|
LinkIncremental="2"
|
|
AdditionalLibraryDirectories="../lib;"$(PYTHON_LIBDIR)""
|
|
GenerateDebugInformation="TRUE"
|
|
AssemblyDebug="1"
|
|
ImportLibrary="../lib/_ArNetworkingPy_d.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="."
|
|
IntermediateDirectory="..\obj\$(ConfigurationName)-VC7"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
ManagedExtensions="FALSE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\include;..\ArNetworking\include;$(PYTHON_INCLUDE)"
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;ARIA_STATIC;NDEBUG"
|
|
MinimalRebuild="FALSE"
|
|
ExceptionHandling="TRUE"
|
|
RuntimeLibrary="2"
|
|
RuntimeTypeInfo="TRUE"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=""$(PYTHON_LIB)" Aria.lib ArNetworking.lib $(NOINHERIT)"
|
|
OutputFile="_ArNetworkingPy.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="../lib;"$(PYTHON_LIBDIR)""
|
|
GenerateDebugInformation="TRUE"
|
|
ImportLibrary="../lib/$(TargetName).lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath=".\ArNetworkingPy_wrap.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ArNetworkingPy_wrap.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|