-
Notifications
You must be signed in to change notification settings - Fork 0
/
KinovaArmApp.pyproj
53 lines (53 loc) · 2.28 KB
/
KinovaArmApp.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
<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>d3bf9b55-7455-4833-8e10-07455bc77d06</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>KinovaArmApp.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>KinovaArmApp</Name>
<RootNamespace>KinovaArmApp</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="armController\ArmAction.py" />
<Compile Include="armController\ArmController.py" />
<Compile Include="armController\CartesianPosition.py" />
<Compile Include="armController\ConstantsUtilities.py" />
<Compile Include="armController\GripperLowlevelControl.py" />
<Compile Include="armController\JointAnglesValues.py" />
<Compile Include="armController\NotificationHandler.py" />
<Compile Include="armController\ScanRobot.py" />
<Compile Include="armController\ActionSequence.py" />
<Compile Include="armController\TwistValues.py" />
<Compile Include="GrabSequence.py" />
<Compile Include="KinovaArmApp.py" />
<Compile Include="test1.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="armController\" />
</ItemGroup>
<ItemGroup>
<Content Include="armController\JointSpeedValues.py" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>