diff options
| author | May | 2026-01-17 05:16:03 +0000 |
|---|---|---|
| committer | May | 2026-01-17 05:16:03 +0000 |
| commit | 50be01f32c09175b42ff99da0cbb109411634af5 (patch) | |
| tree | 2905c44a0569143b6c37d24e357658bb03bec09d | |
| parent | 12acfd1bfea704a7c2277d483e7838b8866c1199 (diff) | |
| download | TSforge-slnx.zip | |
add the other changes i forgot to addslnx
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | TSforge.sln | 31 |
2 files changed, 2 insertions, 33 deletions
@@ -125,8 +125,8 @@ Probably not. If they do, please tell us so we can laugh to ourselves like a bun 1. Download [.NET SDK 9.0.2](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-9.0.200-windows-x64-binaries) 2. Extract the contents of the downloaded archive to `C:\dotnet-sdk-9.0.200-win-x64` -3. Open command prompt in the directory where `TSforge.sln` can be found -4. Run `C:\dotnet-sdk-9.0.200-win-x64\dotnet.exe build -c Release TSforge.sln` +3. Open command prompt in the directory where `TSforge.slnx` can be found +4. Run `C:\dotnet-sdk-9.0.200-win-x64\dotnet build -c Release` 5. Built binaries can be found in `TSforgeCLI\bin\Release\net35` ## Credits diff --git a/TSforge.sln b/TSforge.sln deleted file mode 100644 index 17c9bf2..0000000 --- a/TSforge.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.12.35527.113 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibTSforge", "LibTSforge\LibTSforge.csproj", "{E3E86A88-67CE-46A1-AF96-3ED474CF8EBA}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSforgeCLI", "TSforgeCLI\TSforgeCLI.csproj", "{E83BFDE0-28D6-435C-B7D9-059E1D3F5C60}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E3E86A88-67CE-46A1-AF96-3ED474CF8EBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E3E86A88-67CE-46A1-AF96-3ED474CF8EBA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E3E86A88-67CE-46A1-AF96-3ED474CF8EBA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E3E86A88-67CE-46A1-AF96-3ED474CF8EBA}.Release|Any CPU.Build.0 = Release|Any CPU - {E83BFDE0-28D6-435C-B7D9-059E1D3F5C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E83BFDE0-28D6-435C-B7D9-059E1D3F5C60}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E83BFDE0-28D6-435C-B7D9-059E1D3F5C60}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E83BFDE0-28D6-435C-B7D9-059E1D3F5C60}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {AFB9975C-0AA3-4495-8EE7-6CEFBC6C0774} - EndGlobalSection -EndGlobal |
