-
Notifications
You must be signed in to change notification settings - Fork 4
/
DicomTypeTranslation.sln
66 lines (66 loc) · 3.11 KB
/
DicomTypeTranslation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DicomTypeTranslation", "DicomTypeTranslation\DicomTypeTranslation.csproj", "{292CA5EB-3A0C-4AF5-890A-D796389BA856}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DicomTypeTranslation.Tests", "DicomTypeTranslation.Tests\DicomTypeTranslation.Tests.csproj", "{877FAE0D-9EA7-4CA9-ADBB-B47913428ADE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13720A24-3E3A-44C3-A038-13EEC9F0D09D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
.travisignore = .travisignore
CHANGELOG.md = CHANGELOG.md
Packages.md = Packages.md
rakeconfig.rb = rakeconfig.rb
rakefile.rb = rakefile.rb
README.md = README.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{A1A56FDF-E655-49DD-9B85-A9FDA6E3A2AD}"
ProjectSection(SolutionItems) = preProject
docs\JsonDicomConverters.md = docs\JsonDicomConverters.md
docs\MongoDbDataSchema.md = docs\MongoDbDataSchema.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{6A04501E-26BE-41E1-9C3E-8A1C1DC90F6D}"
ProjectSection(SolutionItems) = preProject
Templates\CT.it = Templates\CT.it
Templates\DX.it = Templates\DX.it
Templates\ECG.it = Templates\ECG.it
Templates\MR.it = Templates\MR.it
Templates\NM.it = Templates\NM.it
Templates\OTHER.it = Templates\OTHER.it
Templates\PT.it = Templates\PT.it
Templates\README.md = Templates\README.md
Templates\SmiTagElevation.xml = Templates\SmiTagElevation.xml
Templates\SR.it = Templates\SR.it
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{292CA5EB-3A0C-4AF5-890A-D796389BA856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{292CA5EB-3A0C-4AF5-890A-D796389BA856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{292CA5EB-3A0C-4AF5-890A-D796389BA856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{292CA5EB-3A0C-4AF5-890A-D796389BA856}.Release|Any CPU.Build.0 = Release|Any CPU
{877FAE0D-9EA7-4CA9-ADBB-B47913428ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{877FAE0D-9EA7-4CA9-ADBB-B47913428ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{877FAE0D-9EA7-4CA9-ADBB-B47913428ADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{877FAE0D-9EA7-4CA9-ADBB-B47913428ADE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A1A56FDF-E655-49DD-9B85-A9FDA6E3A2AD} = {13720A24-3E3A-44C3-A038-13EEC9F0D09D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8F0BF84-E868-4C50-AE6B-DD47A2485294}
EndGlobalSection
EndGlobal