rosaria/Legacy/Aria/python/AriaSwigPython.vcproj
2021-12-16 14:07:59 +00:00

136 lines
3.7 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="AriaSwigPython"
ProjectGUID="{DDAB880A-2C68-4D8E-AD24-B3D940CCFB35}"
RootNamespace="RunSwigPython"
Keyword="ManagedCProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
ManagedExtensions="TRUE">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG"
MinimalRebuild="FALSE"
BasicRuntimeChecks="0"
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"
Description="Running C:\swig\swig.exe to generate Python wrapper code"
CommandLine="C:\swig\swig.exe -Fmicrosoft -c++ -python -module AriaPy -DWIN32 -DAREXPORT -outdir $(ProjectDir) -o AriaPy_wrap.cpp -I$(ProjectDir)\..\include $(ProjectDir)\..\include\wrapper.i
"
AdditionalDependencies="../include/wrapper.i"
Outputs="AriaPy.py;AriaPy_wrap.cpp;AriaPy_wrap.h"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
AssemblyDebug="1"/>
<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="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
ManagedExtensions="TRUE">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG"
MinimalRebuild="FALSE"
RuntimeLibrary="0"
WarningLevel="3"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"
Description="Running C:\swig\swig.exe to generate Python wrapper code"
CommandLine="echo ProjectDir is $(ProjectDir)
cd &quot;$(ProjectDir)&quot;
del &quot;$(ProjectDir)\AriaPy_wrap.cpp&quot;
del &quot;$(ProjectDir)\AriaPy_wrap.h&quot;
del &quot;$(ProjectDir)\AriaPy.py&quot;
C:\swig\swig.exe -Fmicrosoft -c++ -python -module AriaPy -DWIN32 -DAREXPORT -outdir . -o AriaPy_wrap.cpp -I..\include ..\include\wrapper.i
"
AdditionalDependencies="../include/wrapper.i"
Outputs="AriaPy.py;AriaPy_wrap.cpp;AriaPy_wrap.h"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"/>
<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="..\include\ArAction.h">
</File>
<File
RelativePath="..\include\wrapper.i">
</File>
<File
RelativePath="..\include\wrapper_ExtraClasses.h">
</File>
<File
RelativePath="..\include\wrapper_Functors.h">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>