Skip to content

Commit 6bbca46

Browse files
author
garyblu71mods
committed
Rename project from TUFX to SimpleNV for consistency with repository name
1 parent 9f1230d commit 6bbca46

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<Import Project="TUFX.version.props" />
3+
<Import Project="SimpleNV.version.props" />
44
<PropertyGroup>
55
<OutputType>Library</OutputType>
66
<RootNamespace>KerbVisionIR</RootNamespace>
@@ -9,13 +9,13 @@
99
<DefineConstants>UNITY_STANDALONE, UNITY_2017_1_OR_NEWER, UNITY_2017_2_OR_NEWER, UNITY_2017_3_OR_NEWER, UNITY_2018_1_OR_NEWER, UNITY_2018_2_OR_NEWER, UNITY_2018_3_OR_NEWER, UNITY_2019_1_OR_NEWER, UNITY_2019_2_OR_NEWER, UNITY_2019_3_OR_NEWER, ENABLE_VR_MODULE, ENABLE_VR</DefineConstants>
1010
</PropertyGroup>
1111
<PropertyGroup>
12-
<BinariesOutputRelativePath>GameData\KerbVisionIR\Plugins</BinariesOutputRelativePath>
12+
<BinariesOutputRelativePath>GameData\SimpleNV\Plugins</BinariesOutputRelativePath>
1313
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
1414
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<KSPVersionFile Include="$(RepoRootPath)\GameData\TUFX\TUFX.version">
18-
<Destination>$(RepoRootPath)\GameData\TUFX\TUFX.version</Destination>
17+
<KSPVersionFile Include="$(RepoRootPath)\GameData\SimpleNV\SimpleNV.version">
18+
<Destination>$(RepoRootPath)\GameData\SimpleNV\SimpleNV.version</Destination>
1919
<KSP_Version_Min>1.12.3</KSP_Version_Min>
2020
</KSPVersionFile>
2121
</ItemGroup>
@@ -40,7 +40,7 @@
4040
</None>
4141
<None Include="PostProcessing\.editorconfig" />
4242
<None Include="PostProcessing\Unity.Postprocessing.Runtime.asmdef" />
43-
<None Include="TUFX.csproj.user" />
43+
<None Include="SimpleNV.csproj.user" />
4444
</ItemGroup>
4545
<ItemGroup>
4646
<Publicize Include="Assembly-CSharp" IncludeCompilerGeneratedMembers="false" />
@@ -56,4 +56,4 @@
5656
</PackageReference>
5757
<PackageReference Include="KSPBuildTools" Version="0.0.4" />
5858
</ItemGroup>
59-
</Project>
59+
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<PropertyGroup>
44
<Version>1.1.1</Version>
55
</PropertyGroup>
6-
</Project>
6+
</Project>

Source/TUFX.version.props.versiontemplate renamed to Source/SimpleNV.version.props.versiontemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
<PropertyGroup>
44
<Version>@VERSION_FULL@</Version>
55
</PropertyGroup>
6-
</Project>
6+
</Project>

0 commit comments

Comments
 (0)