Skip to content

Commit ccdc6c5

Browse files
authored
Remove the Assertion extension from the solution file (#14)
1 parent d51cd64 commit ccdc6c5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Thunder.sln

-16
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ EndProject
9191
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "com", "Thunder\Source\com\com.vcxproj", "{B63FDAE4-53A4-4B19-BFEC-6E6A2EF841F5}"
9292
ProjectSection(ProjectDependencies) = postProject
9393
{0936A7B8-E995-452D-8062-CA9311854018} = {0936A7B8-E995-452D-8062-CA9311854018}
94-
{1C5CA89C-31C9-481F-9014-04DA00D5A373} = {1C5CA89C-31C9-481F-9014-04DA00D5A373}
9594
{414DC2D4-2C59-4D15-A169-A34460E5CE48} = {414DC2D4-2C59-4D15-A169-A34460E5CE48}
9695
{68388CCB-365D-443A-A435-2F1940790836} = {68388CCB-365D-443A-A435-2F1940790836}
9796
EndProjectSection
@@ -249,12 +248,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSONRPCPlugin", "ThunderNan
249248
{577A83B6-66B6-4A98-A3D6-4EBA066A1772} = {577A83B6-66B6-4A98-A3D6-4EBA066A1772}
250249
EndProjectSection
251250
EndProject
252-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "assertion", "Thunder\Source\extensions\assertion\assertion.vcxproj", "{1C5CA89C-31C9-481F-9014-04DA00D5A373}"
253-
ProjectSection(ProjectDependencies) = postProject
254-
{0936A7B8-E995-452D-8062-CA9311854018} = {0936A7B8-E995-452D-8062-CA9311854018}
255-
{68388CCB-365D-443A-A435-2F1940790836} = {68388CCB-365D-443A-A435-2F1940790836}
256-
EndProjectSection
257-
EndProject
258251
Global
259252
GlobalSection(SolutionConfigurationPlatforms) = preSolution
260253
Debug|x64 = Debug|x64
@@ -563,14 +556,6 @@ Global
563556
{5CCE3BBB-3CBC-4E4A-92CA-832D119C8F70}.Release|x64.Build.0 = Release|x64
564557
{5CCE3BBB-3CBC-4E4A-92CA-832D119C8F70}.Release|x86.ActiveCfg = Release|Win32
565558
{5CCE3BBB-3CBC-4E4A-92CA-832D119C8F70}.Release|x86.Build.0 = Release|Win32
566-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Debug|x64.ActiveCfg = Debug|x64
567-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Debug|x64.Build.0 = Debug|x64
568-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Debug|x86.ActiveCfg = Debug|Win32
569-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Debug|x86.Build.0 = Debug|Win32
570-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Release|x64.ActiveCfg = Release|x64
571-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Release|x64.Build.0 = Release|x64
572-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Release|x86.ActiveCfg = Release|Win32
573-
{1C5CA89C-31C9-481F-9014-04DA00D5A373}.Release|x86.Build.0 = Release|Win32
574559
EndGlobalSection
575560
GlobalSection(SolutionProperties) = preSolution
576561
HideSolutionNode = FALSE
@@ -614,7 +599,6 @@ Global
614599
{ACA665CC-3DFA-4C67-A6F4-2DF827A9378A} = {6506C4CF-3851-4BF8-89BB-BC8354ADF1E2}
615600
{DFA83275-7232-4F2B-912A-BD362AA228B3} = {6506C4CF-3851-4BF8-89BB-BC8354ADF1E2}
616601
{5CCE3BBB-3CBC-4E4A-92CA-832D119C8F70} = {6506C4CF-3851-4BF8-89BB-BC8354ADF1E2}
617-
{1C5CA89C-31C9-481F-9014-04DA00D5A373} = {39B08B60-AE5B-4631-968E-74C78128092A}
618602
EndGlobalSection
619603
GlobalSection(ExtensibilityGlobals) = postSolution
620604
SolutionGuid = {69B62649-B607-406C-954D-8F68DEF084A6}

0 commit comments

Comments
 (0)