Skip to content

Commit

Permalink
Update references for vtol 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nebriv committed Nov 8, 2020
1 parent ce2c4a0 commit 2e0b86f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions TacViewDataLogger/TacViewDataLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,31 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="ModLoader">
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_ModLoader\ModLoader.dll</HintPath>
</Reference>
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>D:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\netstandard.dll</HintPath>
</Reference>
<Reference Include="Oculus.VR, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Oculus.VR.dll</HintPath>
</Reference>
<Reference Include="SimpleTCP">
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\SimpleTCP.dll</HintPath>
</Reference>
<Reference Include="SteamVR, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\SteamVR.dll</HintPath>
</Reference>
<Reference Include="SteamVR_Actions">
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\SteamVR_Actions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -53,6 +71,16 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Unity.Analytics.DataPrivacy">
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Unity.Analytics.DataPrivacy.dll</HintPath>
</Reference>
<Reference Include="Unity.TextMeshPro, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Unity.TextMeshPro.dll</HintPath>
</Reference>
<Reference Include="Unity.Timeline">
<HintPath>F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_Data\Managed\Unity.Timeline.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\Dependencies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
Expand All @@ -78,6 +106,7 @@
<Compile Include="dataGetters.cs" />
<Compile Include="geoHelper.cs" />
<Compile Include="heightmapGeneration.cs" />
<Compile Include="StreamingServer.cs" />
<Compile Include="support.cs" />
<Compile Include="extensions.cs" />
<Compile Include="tacviewAcmi.cs" />
Expand Down
2 changes: 1 addition & 1 deletion TacViewDataLogger/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static class Globals

public static string projectName = "VTOL VR Tacview Data Logger";
public static string projectAuthor = "Nebriv";
public static string projectVersion = "v2.2";
public static string projectVersion = "v2.3";

}

Expand Down
Binary file added TacviewDatalogger.zip
Binary file not shown.

0 comments on commit 2e0b86f

Please sign in to comment.