Skip to content

Commit

Permalink
Rename projects (LostArtefacts#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 authored May 4, 2024
1 parent d86b360 commit ff10b3c
Show file tree
Hide file tree
Showing 221 changed files with 12 additions and 42 deletions.
Binary file modified Deps/TRGE.Coord.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions ModelExport/ModelExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TRDataControl\TRDataControl.csproj" />
<ProjectReference Include="..\TRImageControl\TRImageControl.csproj" />
<ProjectReference Include="..\TRLevelControl\TRLevelControl.csproj" />
<ProjectReference Include="..\TRModelTransporter\TRModelTransporter.csproj" />
<ProjectReference Include="..\TRTexture16Importer\TRTexture16Importer.csproj" />
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TRImageControl\TRImageControl.csproj" />
<ProjectReference Include="..\TRLevelControl\TRLevelControl.csproj" />
<ProjectReference Include="..\TRTexture16Importer\TRTexture16Importer.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
22 changes: 0 additions & 22 deletions TREnvironmentEditor/TREnvironmentEditor.csproj

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion TRLevelControl/Control/TR4LevelControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ private static void ReadDemoData(TRLevelReader reader)
Debug.Assert(numDemoData == 0);
}

private void WriteDemoData(TRLevelWriter writer)
private static void WriteDemoData(TRLevelWriter writer)
{
writer.Write((ushort)0);
}
Expand Down
2 changes: 1 addition & 1 deletion TRLevelControl/Control/TR5LevelControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private static void ReadDemoData(TRLevelReader reader)
Debug.Assert(numDemoData == 0);
}

private void WriteDemoData(TRLevelWriter writer)
private static void WriteDemoData(TRLevelWriter writer)
{
writer.Write((ushort)0);
}
Expand Down
3 changes: 1 addition & 2 deletions TRLevelToolset/TRLevelToolset.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\TREnvironmentEditor\TREnvironmentEditor.csproj" />
<ProjectReference Include="..\TRDataControl\TRDataControl.csproj" />
<ProjectReference Include="..\TRLevelControl\TRLevelControl.csproj" />
<ProjectReference Include="..\TRModelTransporter\TRModelTransporter.csproj" />
</ItemGroup>

</Project>
10 changes: 2 additions & 8 deletions TRRandomizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextureExport", "TextureExport\TextureExport.csproj", "{108D4840-3E84-466F-B5DE-AF00EECA8103}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRTexture16Importer", "TRTexture16Importer\TRTexture16Importer.csproj", "{29F10C62-F4D8-4ACA-91ED-6920AE3F1AC0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRImageControl", "TRImageControl\TRImageControl.csproj", "{29F10C62-F4D8-4ACA-91ED-6920AE3F1AC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRRandomizerView", "TRRandomizerView\TRRandomizerView.csproj", "{6CE82358-524D-4B12-A514-0903521ED13C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRRandomizerCore", "TRRandomizerCore\TRRandomizerCore.csproj", "{B657D758-A095-44B5-AEF1-C77C30667DAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRModelTransporter", "TRModelTransporter\TRModelTransporter.csproj", "{6CE83D8E-30E4-4CE1-9228-8657EF186A17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TREnvironmentEditor", "TREnvironmentEditor\TREnvironmentEditor.csproj", "{1667C53D-0CCA-48A9-90B7-4950BD92BDFF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TRDataControl", "TRDataControl\TRDataControl.csproj", "{6CE83D8E-30E4-4CE1-9228-8657EF186A17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SFXExport", "SFXExport\SFXExport.csproj", "{D3662F36-C8D8-471C-8F43-192CE748B04E}"
EndProject
Expand Down Expand Up @@ -63,10 +61,6 @@ Global
{6CE83D8E-30E4-4CE1-9228-8657EF186A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CE83D8E-30E4-4CE1-9228-8657EF186A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CE83D8E-30E4-4CE1-9228-8657EF186A17}.Release|Any CPU.Build.0 = Release|Any CPU
{1667C53D-0CCA-48A9-90B7-4950BD92BDFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1667C53D-0CCA-48A9-90B7-4950BD92BDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1667C53D-0CCA-48A9-90B7-4950BD92BDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1667C53D-0CCA-48A9-90B7-4950BD92BDFF}.Release|Any CPU.Build.0 = Release|Any CPU
{D3662F36-C8D8-471C-8F43-192CE748B04E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3662F36-C8D8-471C-8F43-192CE748B04E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3662F36-C8D8-471C-8F43-192CE748B04E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
5 changes: 2 additions & 3 deletions TRRandomizerCore/TRRandomizerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TREnvironmentEditor\TREnvironmentEditor.csproj" />
<ProjectReference Include="..\TRDataControl\TRDataControl.csproj" />
<ProjectReference Include="..\TRImageControl\TRImageControl.csproj" />
<ProjectReference Include="..\TRLevelControl\TRLevelControl.csproj" />
<ProjectReference Include="..\TRModelTransporter\TRModelTransporter.csproj" />
<ProjectReference Include="..\TRTexture16Importer\TRTexture16Importer.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\**">
Expand Down
4 changes: 2 additions & 2 deletions TextureExport/TextureExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TRDataControl\TRDataControl.csproj" />
<ProjectReference Include="..\TRImageControl\TRImageControl.csproj" />
<ProjectReference Include="..\TRLevelControl\TRLevelControl.csproj" />
<ProjectReference Include="..\TRModelTransporter\TRModelTransporter.csproj" />
<ProjectReference Include="..\TRTexture16Importer\TRTexture16Importer.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\TileTemplate.html">
Expand Down

0 comments on commit ff10b3c

Please sign in to comment.