-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrcUserProgramExe.vcxproj
More file actions
80 lines (80 loc) · 5.29 KB
/
frcUserProgramExe.vcxproj
File metadata and controls
80 lines (80 loc) · 5.29 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug|Win32">
<Configuration>debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<Keyword>MakeFileProj</Keyword>
<ProjectGUID>{344AB844-85B9-3D96-91F1-18D37B55E254}</ProjectGUID>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
<ConfigurationType>Makefile</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<OutDir>.vs\frcUserProgramExe\$(Configuration)</OutDir>
<IntDir>.vs\frcUserProgramExe\$(Configuration)</IntDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="NMakeConfiguration" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">
<NMakeBuildCommandLine>gradlew.bat :installFrcUserProgramExecutable</NMakeBuildCommandLine>
<NMakeCleanCommandLine>gradlew.bat :clean</NMakeCleanCommandLine>
<NMakeReBuildCommandLine>gradlew.bat :clean :installFrcUserProgramExecutable</NMakeReBuildCommandLine>
<NMakePreprocessorDefinitions>
</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath>src;build\tmp\expandedArchives\wpilibc-2018.1.1-headers.zip_0ba004690f48207547fbbd2a6f212388;build\tmp\expandedArchives\hal-2018.1.1-headers.zip_4b49b4176ae22cb58a5421914aabf320;build\tmp\expandedArchives\wpiutil-cpp-3.0.0-headers.zip_71db4973bf73247f06ec3fdb86e1126b;build\tmp\expandedArchives\ntcore-cpp-4.0.0-headers.zip_517391151665b6a51f10f788c06ee62d;build\tmp\expandedArchives\cscore-cpp-1.1.0-headers.zip_7179d2a404841338b55673d83c119071;build\tmp\expandedArchives\opencv-cpp-3.2.0-headers.zip_1b8591564854592a4aff6bd224b2b0a3;build\tmp\expandedArchives\ni-libraries-2018.1.1-headers.zip_6aedc4b55a982775a7b6e16df1020d5b;build\tmp\expandedArchives\CTRE-phoenix-cpp-5.1.2.1-headers.zip_fff3d22e160106b698f6c35d0b2e8153;build\tmp\expandedArchives\navx-cpp-3.0.342-headers.zip_ded0b7831bcd4688d480db0d93158974;build\tmp\expandedArchives\MatchData-2018.01.07-headers.zip_690b86dff7c45de52602c9654d059cf0;build\tmp\expandedArchives\Pathfinder-Core-1.8-headers.zip_e38bab7ade0d4894dc260340f35e3bb1</NMakeIncludeSearchPath>
<NMakeOutput>build\install\frcUserProgram\lib\frcUserProgram</NMakeOutput>
</PropertyGroup>
<ItemGroup Label="Sources">
<ClCompile Include="build.gradle" />
<ClCompile Include="src\Commands\Auto\Sequences\Path_RightToSwitch.cpp" />
<ClCompile Include="src\Commands\Auto\Sequences\Path_LeftToSwitch.cpp" />
<ClCompile Include="src\Commands\Lift\LiftToPosition.cpp" />
<ClCompile Include="src\Commands\Lift\LiftJoystick.cpp" />
<ClCompile Include="src\Subsystems\Lift.cpp" />
<ClCompile Include="src\Commands\Intake\IntakeDeploy.cpp" />
<ClCompile Include="src\Commands\Auto\Autonomous.cpp" />
<ClCompile Include="src\Commands\Auto\Sequences\Path_CenterToSwitch.cpp" />
<ClCompile Include="src\Commands\Drive\DriveJoystick.cpp" />
<ClCompile Include="src\Commands\Intake\IntakeLock.cpp" />
<ClCompile Include="src\Commands\Intake\IntakeWheel.cpp" />
<ClCompile Include="src\logging\Logger.cpp" />
<ClCompile Include="src\OI.cpp" />
<ClCompile Include="src\RoboMap.cpp" />
<ClCompile Include="src\Robot.cpp" />
<ClCompile Include="src\Subsystems\Drivetrain.cpp" />
<ClCompile Include="src\Subsystems\Intake.cpp" />
<ClCompile Include="src\victoryconnect\tcp\TCPClient.cpp" />
<ClCompile Include="src\victoryconnect\VictoryConnectClient.cpp" />
</ItemGroup>
<ItemGroup Label="Headers">
<ClInclude Include="src\Commands\Auto\Sequences\Path_RightToSwitch.h" />
<ClInclude Include="src\Commands\Auto\Sequences\Path_LeftToSwitch.h" />
<ClInclude Include="src\Commands\Lift\LiftToPosition.h" />
<ClInclude Include="src\Commands\Lift\LiftJoystick.h" />
<ClInclude Include="src\Subsystems\Lift.h" />
<ClInclude Include="src\Commands\Intake\IntakeDeploy.h" />
<ClInclude Include="src\Commands\Auto\Autonomous.h" />
<ClInclude Include="src\Commands\Auto\Sequences\Path_CenterToSwitch.h" />
<ClInclude Include="src\Commands\Drive\DriveJoystick.h" />
<ClInclude Include="src\Commands\Intake\IntakeLock.h" />
<ClInclude Include="src\Commands\Intake\IntakeWheel.h" />
<ClInclude Include="src\Commands\Paths\Profile.h" />
<ClInclude Include="src\logging\Logger.h" />
<ClInclude Include="src\MyHeader.h" />
<ClInclude Include="src\OI.h" />
<ClInclude Include="src\Ports.h" />
<ClInclude Include="src\RoboMap.h" />
<ClInclude Include="src\Robot.h" />
<ClInclude Include="src\Subsystems\Drivetrain.h" />
<ClInclude Include="src\Subsystems\Intake.h" />
<ClInclude Include="src\termcolor\termcolor.hpp" />
<ClInclude Include="src\victoryconnect\tcp\TCPClient.h" />
<ClInclude Include="src\victoryconnect\VictoryConnectClient.h" />
</ItemGroup>
<ItemGroup Label="References" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>