1+ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+ <PropertyGroup>
3+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+ <SchemaVersion>2.0</SchemaVersion>
5+ <ProjectGuid>8f2a247d-7a6f-4878-903f-df1ed8c10549</ProjectGuid>
6+ <ProjectHome>.</ProjectHome>
7+ <StartupFile>PicoVNAExamples.py</StartupFile>
8+ <SearchPath>
9+ </SearchPath>
10+ <WorkingDirectory>.</WorkingDirectory>
11+ <OutputPath>.</OutputPath>
12+ <Name>PicoVNAExamples</Name>
13+ <RootNamespace>PicoVNAExamples</RootNamespace>
14+ <InterpreterId>Global|ContinuumAnalytics|Anaconda27-32</InterpreterId>
15+ </PropertyGroup>
16+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17+ <DebugSymbols>true</DebugSymbols>
18+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
19+ </PropertyGroup>
20+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21+ <DebugSymbols>true</DebugSymbols>
22+ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
23+ </PropertyGroup>
24+ <ItemGroup>
25+ <Compile Include="PicoVNAExamples.py" />
26+ <Compile Include="PicoVNAPython Wrapper\2060C37E-D05E-4D5B-AB88-E29373C3C8ECx0x1x0.py" />
27+ </ItemGroup>
28+ <ItemGroup>
29+ <InterpreterReference Include="Global|ContinuumAnalytics|Anaconda27-32" />
30+ <InterpreterReference Include="Global|ContinuumAnalytics|Anaconda36-32" />
31+ </ItemGroup>
32+ <ItemGroup>
33+ <Folder Include="PicoVNAPython Wrapper\" />
34+ </ItemGroup>
35+ <ItemGroup>
36+ <Content Include="PicoVNAPython Wrapper\2060C37E-D05E-4D5B-AB88-E29373C3C8ECx0x1x0.pyc" />
37+ </ItemGroup>
38+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
39+ <!-- Uncomment the CoreCompile target to enable the Build command in
40+ Visual Studio and specify your pre- and post-build commands in
41+ the BeforeBuild and AfterBuild targets below. -->
42+ <!--<Target Name="CoreCompile" />-->
43+ <Target Name="BeforeBuild">
44+ </Target>
45+ <Target Name="AfterBuild">
46+ </Target>
47+ </Project>
0 commit comments