56 lines
2.7 KiB
XML
Executable File
56 lines
2.7 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{126d8a08-2085-4aa3-8267-8e1a9b123265}</ProjectGuid>
|
|
<ProjectHome>
|
|
</ProjectHome>
|
|
<StartupFile>..\CharacterArtTool.py</StartupFile>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>..\</WorkingDirectory>
|
|
<OutputPath>..\</OutputPath>
|
|
<Name>CharacterArtTool</Name>
|
|
<RootNamespace>CharacterArtTool</RootNamespace>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
|
|
<InterpreterVersion>2.7</InterpreterVersion>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<CommandLineArguments>generate</CommandLineArguments>
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
<InterpreterArguments>-i</InterpreterArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\CharacterArtTool.py" />
|
|
<Compile Include="..\CommonLibrary\ConfluenceController.py" />
|
|
<Compile Include="..\CommonLibrary\PerforceController.py" />
|
|
<Compile Include="..\CommonLibrary\__init__.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
|
|
<InterpreterReference Include="{e7d025a5-a2c3-4c23-8979-d640a7ff9ec6}\2.7" />
|
|
</ItemGroup>
|
|
<Import Condition="Exists($(PtvsTargetsFile))" Project="$(PtvsTargetsFile)" />
|
|
<Import Condition="!Exists($(PtvsTargetsFile))" Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
|
<!-- Uncomment the CoreCompile target to enable the Build command in
|
|
Visual Studio and specify your pre- and post-build commands in
|
|
the BeforeBuild and AfterBuild targets below. -->
|
|
<!--<Target Name="CoreCompile" />-->
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
</Project> |