forked from microsoft/fhir-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fhir-codegen.sln
50 lines (50 loc) · 2.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
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
GeoPol.xml = GeoPol.xml
LICENSE = LICENSE
README.md = README.md
SECURITY.md = SECURITY.md
stylecop.json = stylecop.json
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}"
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17802D6E-34A0-472E-9041-76E54F463711}
EndGlobalSection
EndGlobal