-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDicomGrep.sln
43 lines (43 loc) · 2.55 KB
/
DicomGrep.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DicomGrep", "DicomGrep\DicomGrep.csproj", "{70E8E894-278C-4A40-9CC8-56573A5F96DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DicomGrepTests", "DicomGrepTests\DicomGrepTests.csproj", "{C26AA249-3A83-4B9A-9672-633AFE3081E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DicomGrepCore", "DicomGrepCore\DicomGrepCore.csproj", "{572F835B-6298-4075-A1E3-50675927CCF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DicomGrepCli", "DicomGrepCli\DicomGrepCli.csproj", "{2404C580-7A56-4918-AB08-D9AF9E48ED15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70E8E894-278C-4A40-9CC8-56573A5F96DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70E8E894-278C-4A40-9CC8-56573A5F96DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70E8E894-278C-4A40-9CC8-56573A5F96DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70E8E894-278C-4A40-9CC8-56573A5F96DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C26AA249-3A83-4B9A-9672-633AFE3081E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26AA249-3A83-4B9A-9672-633AFE3081E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26AA249-3A83-4B9A-9672-633AFE3081E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26AA249-3A83-4B9A-9672-633AFE3081E4}.Release|Any CPU.Build.0 = Release|Any CPU
{572F835B-6298-4075-A1E3-50675927CCF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{572F835B-6298-4075-A1E3-50675927CCF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{572F835B-6298-4075-A1E3-50675927CCF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{572F835B-6298-4075-A1E3-50675927CCF1}.Release|Any CPU.Build.0 = Release|Any CPU
{2404C580-7A56-4918-AB08-D9AF9E48ED15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2404C580-7A56-4918-AB08-D9AF9E48ED15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2404C580-7A56-4918-AB08-D9AF9E48ED15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2404C580-7A56-4918-AB08-D9AF9E48ED15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E488AEEF-942A-4302-817B-91E6C1EE5BBF}
EndGlobalSection
EndGlobal