-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDataModelViewer.sln
More file actions
36 lines (36 loc) · 1.85 KB
/
DataModelViewer.sln
File metadata and controls
36 lines (36 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11222.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator\Generator.csproj", "{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Tests", "Generator.Tests\Generator.Tests.csproj", "{DD894991-9A5E-4201-9651-C7367BE8FA34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9EFE4F19-B072-4920-985D-1489373F5E1B}"
ProjectSection(SolutionItems) = preProject
Tools\Scripts\addWebResourceDescription.cs = Tools\Scripts\addWebResourceDescription.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164968FD-4D5C-4C5F-BAE2-EBC071F2AB7D}.Release|Any CPU.Build.0 = Release|Any CPU
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD894991-9A5E-4201-9651-C7367BE8FA34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53B88BBA-AEED-4925-9F3A-E96F7B0E00C5}
EndGlobalSection
EndGlobal