-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdicomSharp.sln
More file actions
36 lines (36 loc) · 2.01 KB
/
Copy pathdicomSharp.sln
File metadata and controls
36 lines (36 loc) · 2.01 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DicomSharp.Tests", "DicomSharp.Tests\DicomSharp.Tests.csproj", "{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dicomSharp", "DicomSharp\dicomSharp.csproj", "{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Debug|x86.ActiveCfg = Debug|x86
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Debug|x86.Build.0 = Debug|x86
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Release|Any CPU.Build.0 = Release|Any CPU
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Release|x86.ActiveCfg = Release|x86
{2C2A4EB1-82EC-458B-A5A8-1F03CF202382}.Release|x86.Build.0 = Release|x86
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Debug|x86.ActiveCfg = Debug|Any CPU
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED465F6-CE85-45E1-8964-8F4ACB93CE2C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal