File: python.pyproj

package info (click to toggle)
libtcod 1.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,844 kB
  • sloc: ansic: 23,322; cpp: 20,694; python: 4,410; makefile: 182; sh: 67
file content (41 lines) | stat: -rw-r--r-- 1,954 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{9f5a5967-268c-4d0d-a182-4112a94abe4b}</ProjectGuid>
    <ProjectHome />
    <StartupFile>tests\test_libtcodpy.py</StartupFile>
    <SearchPath>
    </SearchPath>
    <WorkingDirectory>.</WorkingDirectory>
    <OutputPath>.</OutputPath>
    <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
    <LaunchProvider>Standard Python launcher</LaunchProvider>
    <InterpreterId>Global|PythonCore|2.7</InterpreterId>
    <EnableNativeCodeDebugging>True</EnableNativeCodeDebugging>
    <Environment>LIBTCOD_DLL_PATH=$(SolutionDir)..\dependencies\x64\$(Configuration);$(SolutionDir)\libtcod\x64\$(Configuration)</Environment>
    <IsWindowsApplication>False</IsWindowsApplication>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
  <PropertyGroup Condition="'$(Configuration)' == 'Release'" />
  <PropertyGroup>
    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="libtcodpy\cprotos.py" />
    <Compile Include="libtcodpy\__init__.py" />
    <Compile Include="samples_py.py" />
    <Compile Include="setup.py" />
    <Compile Include="tests\conftest.py" />
    <Compile Include="tests\test_libtcodpy.py" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="libtcodpy" />
    <Folder Include="tests\" />
  </ItemGroup>
  <ItemGroup>
    <InterpreterReference Include="Global|PythonCore|2.7" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>