This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Telraam_sim.csproj
44 lines (44 loc) · 1.82 KB
/
Telraam_sim.csproj
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
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Tools</Configuration>
<ProjectGuid>{ABB42B6C-E6C4-44F8-BA7A-3C90179F31E7}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Telraam_sim</RootNamespace>
<AssemblyName>Telraam_sim</AssemblyName>
<GodotProjectGeneratorVersion>1.0.7333.4679</GodotProjectGeneratorVersion>
<TargetFramework>net472</TargetFramework>
<!--The following properties were overridden during migration to prevent errors.
Enabling them may require other manual changes to the project and its files.-->
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="AddBaton.cs" />
<Compile Include="AddBeacon.cs" />
<Compile Include="Baton.cs" />
<Compile Include="Beacon.cs" />
<Compile Include="BeaconControl.cs" />
<Compile Include="BeaconSlider.cs" />
<Compile Include="Detection.cs" />
<Compile Include="Finishline.cs" />
<Compile Include="JsonLogger.cs" />
<Compile Include="LiveStreamer.cs" />
<Compile Include="Main.cs" />
<Compile Include="PauseBaton.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Record.cs" />
<Compile Include="BatonControl.cs" />
<Compile Include="StreamButton.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>