-
Notifications
You must be signed in to change notification settings - Fork 5
/
BadMedicine.Dicom.sln
44 lines (44 loc) · 2.35 KB
/
BadMedicine.Dicom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BadMedicine.Dicom", "BadMedicine.Dicom\BadMedicine.Dicom.csproj", "{7B4D844C-6862-4354-A33D-B57ACE1CEC14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BadMedicine.Dicom.Tests", "BadMedicine.Dicom.Tests\BadMedicine.Dicom.Tests.csproj", "{34EEE27B-B23C-428D-8692-4B8E83A647DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BadDicom", "BadDicom\BadDicom.csproj", "{42571121-94E1-49BB-A733-2A34ED311061}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C7F03FC-AB21-48FB-B9B1-F8E84EA32E4D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Packages.md = Packages.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B4D844C-6862-4354-A33D-B57ACE1CEC14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B4D844C-6862-4354-A33D-B57ACE1CEC14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B4D844C-6862-4354-A33D-B57ACE1CEC14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B4D844C-6862-4354-A33D-B57ACE1CEC14}.Release|Any CPU.Build.0 = Release|Any CPU
{34EEE27B-B23C-428D-8692-4B8E83A647DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34EEE27B-B23C-428D-8692-4B8E83A647DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34EEE27B-B23C-428D-8692-4B8E83A647DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34EEE27B-B23C-428D-8692-4B8E83A647DE}.Release|Any CPU.Build.0 = Release|Any CPU
{42571121-94E1-49BB-A733-2A34ED311061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42571121-94E1-49BB-A733-2A34ED311061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42571121-94E1-49BB-A733-2A34ED311061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42571121-94E1-49BB-A733-2A34ED311061}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD376A6-F2EA-43FC-981A-BDEAB9CEEB28}
EndGlobalSection
EndGlobal