forked from microsoft/fhir-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fhir-codegen.sln
72 lines (72 loc) · 4.37 KB
/
fhir-codegen.sln
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DEDEA68B-9432-40E9-BB9E-84013AD677E0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
.github\workflows\docs.yaml = .github\workflows\docs.yaml
GeoPol.xml = GeoPol.xml
LICENSE = LICENSE
README.md = README.md
.github\workflows\ReleasePublish.yaml = .github\workflows\ReleasePublish.yaml
SECURITY.md = SECURITY.md
THIRDPARTYNOTICES.md = THIRDPARTYNOTICES.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fhir-codegen-cli", "src\fhir-codegen-cli\fhir-codegen-cli.csproj", "{69C02221-EEE0-43B6-9EB6-08E788C464AB}"
ProjectSection(ProjectDependencies) = postProject
{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29} = {3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.SpecManager", "src\Microsoft.Health.Fhir.SpecManager\Microsoft.Health.Fhir.SpecManager.csproj", "{FEDC62AC-A6D6-40A1-94B6-99948C45E51D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fhir-codegen-test-cli", "src\fhir-codegen-test-cli\fhir-codegen-test-cli.csproj", "{17F142E5-33F1-44A2-8F41-9AA8BB2EF795}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fhirCsR2", "src\fhirCsR2\fhirCsR2.csproj", "{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Fhir.CodeGenCommon", "src\Microsoft.Health.Fhir.CodeGenCommon\Microsoft.Health.Fhir.CodeGenCommon.csproj", "{45D0F776-8D6E-4C1A-BB14-DDFAA3301EC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FhirCodeGenBlazor", "src\FhirCodeGenBlazor\FhirCodeGenBlazor.csproj", "{F91764FD-EE86-4FBC-951F-819361ABCA4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69C02221-EEE0-43B6-9EB6-08E788C464AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C02221-EEE0-43B6-9EB6-08E788C464AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C02221-EEE0-43B6-9EB6-08E788C464AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C02221-EEE0-43B6-9EB6-08E788C464AB}.Release|Any CPU.Build.0 = Release|Any CPU
{FEDC62AC-A6D6-40A1-94B6-99948C45E51D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEDC62AC-A6D6-40A1-94B6-99948C45E51D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEDC62AC-A6D6-40A1-94B6-99948C45E51D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEDC62AC-A6D6-40A1-94B6-99948C45E51D}.Release|Any CPU.Build.0 = Release|Any CPU
{17F142E5-33F1-44A2-8F41-9AA8BB2EF795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17F142E5-33F1-44A2-8F41-9AA8BB2EF795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17F142E5-33F1-44A2-8F41-9AA8BB2EF795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17F142E5-33F1-44A2-8F41-9AA8BB2EF795}.Release|Any CPU.Build.0 = Release|Any CPU
{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3178C9E9-F5B5-4A8F-A6A7-A853472DEE29}.Release|Any CPU.Build.0 = Release|Any CPU
{45D0F776-8D6E-4C1A-BB14-DDFAA3301EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D0F776-8D6E-4C1A-BB14-DDFAA3301EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D0F776-8D6E-4C1A-BB14-DDFAA3301EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D0F776-8D6E-4C1A-BB14-DDFAA3301EC7}.Release|Any CPU.Build.0 = Release|Any CPU
{F91764FD-EE86-4FBC-951F-819361ABCA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F91764FD-EE86-4FBC-951F-819361ABCA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F91764FD-EE86-4FBC-951F-819361ABCA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F91764FD-EE86-4FBC-951F-819361ABCA4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17802D6E-34A0-472E-9041-76E54F463711}
EndGlobalSection
EndGlobal