Skip to content

Commit a81323e

Browse files
committed
chore: cleanup in tool scripts and fixed WR description script issue (needed PublishAot=false to construct serviceclient)
1 parent 48e0d48 commit a81323e

7 files changed

Lines changed: 87 additions & 386 deletions

File tree

DataModelViewer.sln

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.14.36429.23 d17.14
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.3.11222.16
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator\Generator.csproj", "{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Tests", "Generator.Tests\Generator.Tests.csproj", "{DD894991-9A5E-4201-9651-C7367BE8FA34}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
11-
EndProject
12-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{E2A0671D-5354-45C7-8D86-287DBCA099EC}"
13-
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddWebResourceDescription", "Tools\Scripts\AddWebResourceDescription.csproj", "{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2}"
15-
EndProject
16-
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedTools", "SharedTools\SharedTools.shproj", "{668737CF-1205-43E7-9CE2-1E451FD8C8A7}"
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9EFE4F19-B072-4920-985D-1489373F5E1B}"
11+
ProjectSection(SolutionItems) = preProject
12+
Tools\Scripts\addWebResourceDescription.cs = Tools\Scripts\addWebResourceDescription.cs
13+
EndProjectSection
1714
EndProject
1815
Global
1916
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -29,23 +26,11 @@ Global
2926
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Debug|Any CPU.Build.0 = Debug|Any CPU
3027
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Release|Any CPU.ActiveCfg = Release|Any CPU
3128
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2}.Release|Any CPU.Build.0 = Release|Any CPU
3629
EndGlobalSection
3730
GlobalSection(SolutionProperties) = preSolution
3831
HideSolutionNode = FALSE
3932
EndGlobalSection
40-
GlobalSection(NestedProjects) = preSolution
41-
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {E2A0671D-5354-45C7-8D86-287DBCA099EC}
42-
{379C35FE-EAD1-E476-6E2C-58C14BFEF2B2} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
43-
{668737CF-1205-43E7-9CE2-1E451FD8C8A7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
44-
EndGlobalSection
4533
GlobalSection(ExtensibilityGlobals) = postSolution
4634
SolutionGuid = {53B88BBA-AEED-4925-9F3A-E96F7B0E00C5}
4735
EndGlobalSection
48-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
49-
SharedTools\SharedTools.projitems*{668737cf-1205-43e7-9ce2-1e451fd8c8a7}*SharedItemsImports = 13
50-
EndGlobalSection
5136
EndGlobal

SharedTools/SharedTools.projitems

Lines changed: 0 additions & 14 deletions
This file was deleted.

SharedTools/SharedTools.shproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

Tools/Scripts/AddWebResourceDescription.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

Tools/Scripts/Program.cs

Lines changed: 0 additions & 294 deletions
This file was deleted.

0 commit comments

Comments
 (0)