-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdrivepy.pyproj
55 lines (55 loc) · 2.71 KB
/
drivepy.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2a3813b3-1c53-4756-97c0-afff27bb427c}</ProjectGuid>
<ProjectHome />
<StartupFile />
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="anritsu\spectrumanalyzer.py" />
<Compile Include="thorlabs\fw102c\filterwheel.py" />
<Compile Include="visaconnection.py" />
<Compile Include="advantest\spectrumanalyzer.py" />
<Compile Include="keithley\dmm.py" />
<Compile Include="keithley\smu.py" />
<Compile Include="newfocus\powermeter.py" />
<Compile Include="newport\powermeter.py" />
<Compile Include="scientificinstruments\temperaturecontroller.py" />
<Compile Include="thorlabs\aptlib\aptconsts.py" />
<Compile Include="thorlabs\aptlib\aptlib.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\defines.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\ftd2xx.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\_ftd2xx.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\_ftd2xx_darwin.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\_ftd2xx_linux.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\tests\t_ftd2xx.py" />
<Compile Include="thorlabs\aptlib\ftd2xx\tests\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="advantest" />
<Folder Include="keithley" />
<Folder Include="newfocus" />
<Folder Include="anritsu\" />
<Folder Include="newport" />
<Folder Include="scientificinstruments" />
<Folder Include="thorlabs" />
<Folder Include="thorlabs\aptlib" />
<Folder Include="thorlabs\aptlib\ftd2xx" />
<Folder Include="thorlabs\aptlib\ftd2xx\tests" />
<Folder Include="thorlabs\fw102c\" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>