33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
|
<?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>{34cbb86d-9088-41d8-b0b9-68a131d30188}</ProjectGuid>
|
||
|
<ProjectHome />
|
||
|
<StartupFile>moped.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>
|
||
|
<Compile Include="moped.py" />
|
||
|
<Compile Include="SwitchMopidy.py" />
|
||
|
<Compile Include="UserLed.py" />
|
||
|
</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>
|