Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tobiaqs/d25daf70ac7455dc7c3cf01071002c03 to your computer and use it in GitHub Desktop.
Save Tobiaqs/d25daf70ac7455dc7c3cf01071002c03 to your computer and use it in GitHub Desktop.
From 8dbd31f10fdab5aee76ee81171da3855d5f0bfaa Mon Sep 17 00:00:00 2001
From: Tobias Sytsma <tobias@tobiass.nl>
Date: Sat, 6 Mar 2021 10:07:43 +0100
Subject: [PATCH] Remove Windows apps from the solution
---
NKit.sln | 4 ----
1 file changed, 4 deletions(-)
diff --git a/NKit.sln b/NKit.sln
index de41d72..d8e6818 100644
--- a/NKit.sln
+++ b/NKit.sln
@@ -15,10 +15,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecoverToNKit", "RecoverToN
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecoveryExtract", "RecoveryExtract\RecoveryExtract.csproj", "{89901BA7-E5CE-48A4-9244-89909D28C373}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NKitExtractionApp", "NKitExtractionApp\NKitExtractionApp.csproj", "{189DD574-041D-43D4-B33B-E8AC8576EDFD}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NKitProcessingApp", "NKitProcessingApp\NKitProcessingApp.csproj", "{CD168246-B911-4052-A9EE-3F04D742CF29}"
-EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A212072B-E38B-410B-A242-82BEF4312CC3}"
ProjectSection(SolutionItems) = preProject
Issues.txt = Issues.txt
--
2.27.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment