Skip to content

Commit

Permalink
Update for new vtol
Browse files Browse the repository at this point in the history
  • Loading branch information
nebriv committed Mar 14, 2023
1 parent aee3b5d commit 44d0b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions TacViewDataLogger/TacViewDataLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="ModLoader">
<Reference Include="ModLoader, Version=5.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\ModLoader.dll</HintPath>
</Reference>
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand All @@ -75,7 +76,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VRModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand All @@ -89,6 +91,6 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "E:\Documents\Projects\VTOLVR-TacViewLogger\TacViewDataLogger\bin\Builds\TacViewDataLogger.dll" "F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_ModLoader\mods\" /Y</PostBuildEvent>
<PostBuildEvent>xcopy "Z:\Documents\Projects\VTOLVR-TacViewLogger\TacViewDataLogger\bin\Builds\TacViewDataLogger.dll" "F:\SteamLibrary\steamapps\common\VTOL VR\VTOLVR_ModLoader\mods\" /Y</PostBuildEvent>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions TacViewDataLogger/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ static class Globals
{

public static string projectName = "VTOL VR Tacview Data Logger";
public static string projectAuthor = "Nebriv,TytanRock";
public static string projectVersion = "v2.6";
public static string projectAuthor = "Nebriv,TytanRock,mattidg";
public static string projectVersion = "v2.7";

}

Expand Down

0 comments on commit 44d0b8b

Please sign in to comment.