summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--TSforge.sln31
2 files changed, 2 insertions, 33 deletions
diff --git a/README.md b/README.md
index c77d0a7..7705701 100644
--- a/README.md
+++ b/README.md
@@ -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