93 lines
No EOL
4 KiB
XML
93 lines
No EOL
4 KiB
XML
<?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>222475c5-78b6-4961-9552-d83d2c65a9a1</ProjectGuid>
|
|
<ProjectHome>
|
|
</ProjectHome>
|
|
<StartupFile>..\..\build.py</StartupFile>
|
|
<SearchPath>..\..\;..\..\pybuild\;..\..\pybuild\vsgen\</SearchPath>
|
|
<WorkingDirectory>..\..\</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<Name>GtkSharp-NugetBuild</Name>
|
|
<RootNamespace>GtkSharp3-Build</RootNamespace>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
|
|
<InterpreterVersion>3.5</InterpreterVersion>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
<CommandLineArguments>all</CommandLineArguments>
|
|
</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>
|
|
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.5" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\build.py">
|
|
<Link>build.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\Helper.py">
|
|
<Link>pybuild\Helper.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\ProfileBase.py">
|
|
<Link>pybuild\ProfileBase.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\Glue_Win32.py">
|
|
<Link>pybuild\profiles\Glue_Win32.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\Glue_Win64.py">
|
|
<Link>pybuild\profiles\Glue_Win64.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\GtkSharp.py">
|
|
<Link>pybuild\profiles\GtkSharp.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\GtkSharp_Core.py">
|
|
<Link>pybuild\profiles\GtkSharp_Core.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\Gtk_Win32.py">
|
|
<Link>pybuild\profiles\Gtk_Win32.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\Gtk_Win64.py">
|
|
<Link>pybuild\profiles\Gtk_Win64.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\profiles\__init__.py">
|
|
<Link>pybuild\profiles\__init__.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\vsgenext\CoreVSProject.py">
|
|
<Link>pybuild\vsgenext\CoreVSProject.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\vsgenext\__init__.py">
|
|
<Link>pybuild\vsgenext\__init__.py</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\pybuild\__init__.py">
|
|
<Link>pybuild\__init__.py</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="pybuild\" />
|
|
<Folder Include="pybuild\vsgenext\" />
|
|
<Folder Include="pybuild\profiles\" />
|
|
</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> |