-
Notifications
You must be signed in to change notification settings - Fork 0
/
rlproject.pyproj
47 lines (47 loc) · 2.13 KB
/
rlproject.pyproj
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
42
43
44
45
46
47
<?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>{583365be-6ad2-4d2a-a17c-2f9b6af87537}</ProjectGuid>
<ProjectHome />
<StartupFile>catalog.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Content Include="poop.png" />
<Content Include="terminal10x16_gs_ro.png" />
<Content Include="terminal10x16_gs_tc.png" />
<Content Include="terminal12x12_gs_ro.png" />
<Content Include="terminal8x12_gs_tc.png" />
<Content Include="terminal8x14_gs_ro.png" />
<Content Include="Terminus.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="catalog.py" />
<Compile Include="graphical.py" />
<Compile Include="libtcodpy\cprotos.py" />
<Compile Include="libtcodpy\__init__.py" />
<Compile Include="rlboys.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="libtcodpy" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>