File: mcpipy.pyproj

package info (click to toggle)
minetest-mod-pycraft 0.22-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,744 kB
  • sloc: python: 79,282; makefile: 10
file content (104 lines) | stat: -rwxr-xr-x 4,363 bytes parent folder | download | duplicates (3)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?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>{ad0b690c-a698-4ce0-9b50-3069e7e8660d}</ProjectGuid>
    <ProjectHome />
    <StartupFile>scan.py</StartupFile>
    <SearchPath />
    <WorkingDirectory>.</WorkingDirectory>
    <OutputPath>.</OutputPath>
    <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
    <LaunchProvider>Standard Python launcher</LaunchProvider>
    <InterpreterId />
    <InterpreterVersion />
    <IsWindowsApplication>False</IsWindowsApplication>
  </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>
    <Compile Include="borromean.py" />
    <Compile Include="donut.py" />
    <Compile Include="dragoncurve.py" />
    <Compile Include="drawing.py" />
    <Compile Include="glasscube.py" />
    <Compile Include="hilbert.py" />
    <Compile Include="klein.py" />
    <Compile Include="klein2.py" />
    <Compile Include="knot.py" />
    <Compile Include="knot2.py" />
    <Compile Include="lforest.py" />
    <Compile Include="lsystem.py" />
    <Compile Include="ltree.py" />
    <Compile Include="mandelbrot.py" />
    <Compile Include="mc.py" />
    <Compile Include="mcdragoncurve.py" />
    <Compile Include="mcpi\block.py" />
    <Compile Include="mcpi\connection.py" />
    <Compile Include="mcpi\entity.py" />
    <Compile Include="mcpi\event.py" />
    <Compile Include="mcpi\minecraft.py" />
    <Compile Include="mcpi\util.py" />
    <Compile Include="mcpi\vec3.py" />
    <Compile Include="mcpi\__init__.py" />
    <Compile Include="mcturtle.py" />
    <Compile Include="mengersponge.py" />
    <Compile Include="sphere.py">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="NeuroPy\NeuroPy.py" />
    <Compile Include="NeuroPy\__init__.py" />
    <Compile Include="polyhedron.py" />
    <Compile Include="render\ds9.py" />
    <Compile Include="render\minecraft-renderObj.py" />
    <Compile Include="render\minecraft-renderObjv2.py" />
    <Compile Include="render\minecraft\block.py" />
    <Compile Include="render\minecraft\connection.py" />
    <Compile Include="render\minecraft\event.py" />
    <Compile Include="render\minecraft\minecraft.py" />
    <Compile Include="render\minecraft\util.py" />
    <Compile Include="render\minecraft\vec3.py" />
    <Compile Include="render\minecraft\__init__.py" />
    <Compile Include="render\render.py" />
    <Compile Include="scan.py" />
    <Compile Include="server.py" />
    <Compile Include="sierpinski3d.py" />
    <Compile Include="simpletree.py">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="snowflake.py" />
    <Compile Include="spacefill.py" />
    <Compile Include="squarecurve.py" />
    <Compile Include="star.py" />
    <Compile Include="symmetry.py">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="turtle.py" />
    <Compile Include="turtledonut.py" />
    <Compile Include="vehicle.py" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="mcpi\mcpi_protocol_spec.txt" />
    <Content Include="NeuroPy\README.txt" />
    <Content Include="render\blockstructure_tex_0.jpg" />
    <Content Include="render\cessna.png" />
    <Content Include="render\NY_LIL.png" />
    <Content Include="render\RaspberryPi.png" />
    <Content Include="render\shuttle.png" />
    <Content Include="render\skyscraper.png" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="backup" />
    <Folder Include="mcpi" />
    <Folder Include="NeuroPy" />
    <Folder Include="render" />
    <Folder Include="render\minecraft" />
  </ItemGroup>
  <Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
  <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>