File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Templates/CSharp/Project-Templates Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 51
51
<ItemGroup >
52
52
<Compile Include =" Program.cs" />
53
53
<Compile Include =" $safeprojectname$.cs" />
54
+
54
55
<Compile Include =" RobotMap.cs" />
56
+
55
57
<Compile Include =" Subsystems\ExampleAutonomousSubsystem.cs" />
56
58
<Compile Include =" Subsystems\ExampleSubsystem.cs" />
57
59
<Compile Include =" Commands\ExampleCommand.cs" />
Original file line number Diff line number Diff line change 54
54
<ItemGroup >
55
55
<Compile Include =" Program.cs" />
56
56
<Compile Include =" $safeprojectname$.cs" />
57
+
57
58
<Compile Include =" OI.cs" />
59
+
58
60
<Compile Include =" RobotMap.cs" />
61
+
59
62
<Compile Include =" Subsystems\ExampleSubsystem.cs" />
60
63
<Compile Include =" Commands\ExampleCommand.cs" />
61
64
<Compile Include =" Properties\AssemblyInfo.cs" />
You can’t perform that action at this time.
0 commit comments