forked from Sh4d/LPD8806
-
Notifications
You must be signed in to change notification settings - Fork 28
/
RPi-LPD8806.pyproj
41 lines (41 loc) · 1.53 KB
/
RPi-LPD8806.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>8569c698-ebb9-4e61-8056-fafae4dd5296</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>
</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>RPi-LPD8806</Name>
<RootNamespace>RPi-LPD8806</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="animation.py" />
<Compile Include="bootstrap.py" />
<Compile Include="color.py" />
<Compile Include="example.py" />
<Compile Include="halloween.py" />
<Compile Include="LPD8806.py" />
<Compile Include="off.py" />
<Compile Include="setup.py" />
<Compile Include="speedtest.py" />
<Compile Include="test.py" />
<Compile Include="timecolors.py" />
<Compile Include="util.py" />
<Compile Include="__init__.py" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>