58 lines
2.5 KiB
XML
58 lines
2.5 KiB
XML
<?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>{d50fae62-d8a2-4ec8-8cc8-e419c1eeb08a}</ProjectGuid>
|
|
<ProjectHome />
|
|
<StartupFile>garminbackup.py</StartupFile>
|
|
<SearchPath />
|
|
<WorkingDirectory>.</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<CommandLineArguments>markus@daeschler.name</CommandLineArguments>
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="requirements.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="garminbackup.py" />
|
|
<Compile Include="garminexport\backup.py" />
|
|
<Compile Include="garminexport\garminclient.py" />
|
|
<Compile Include="garminexport\retryer.py" />
|
|
<Compile Include="garminexport\__init__.py" />
|
|
<Compile Include="get_activity.py" />
|
|
<Compile Include="samples\lab.py" />
|
|
<Compile Include="samples\sample.py" />
|
|
<Compile Include="setup.py" />
|
|
<Compile Include="tests\test_retryer.py" />
|
|
<Compile Include="tests\__init__.py" />
|
|
<Compile Include="upload_activity.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="garminexport" />
|
|
<Folder Include="samples" />
|
|
<Folder Include="tests" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Interpreter Include="env\">
|
|
<Id>env</Id>
|
|
<Version>3.7</Version>
|
|
<Description>env (Python 3.7 (64-bit))</Description>
|
|
<InterpreterPath>Scripts\python.exe</InterpreterPath>
|
|
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
|
|
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
|
|
<Architecture>X64</Architecture>
|
|
</Interpreter>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
|
</Project> |