-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBI.WZDx.sln
36 lines (36 loc) · 1.95 KB
/
IBI.WZDx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8D827119-866F-45AC-9A7A-AC431C43915F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBI.WZDx.UnitTests", "tests\IBI.WZDx.UnitTests\IBI.WZDx.UnitTests.csproj", "{72EA9603-8614-46BD-952D-A1E0DB4B7F8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9BC0E5D4-8F5D-4CD3-A56F-6AF3480F4436}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBI.WZDx", "src\IBI.WZDx\IBI.WZDx.csproj", "{D08E4943-DD71-4D84-A82E-95C40253A903}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72EA9603-8614-46BD-952D-A1E0DB4B7F8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72EA9603-8614-46BD-952D-A1E0DB4B7F8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72EA9603-8614-46BD-952D-A1E0DB4B7F8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72EA9603-8614-46BD-952D-A1E0DB4B7F8C}.Release|Any CPU.Build.0 = Release|Any CPU
{D08E4943-DD71-4D84-A82E-95C40253A903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08E4943-DD71-4D84-A82E-95C40253A903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08E4943-DD71-4D84-A82E-95C40253A903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08E4943-DD71-4D84-A82E-95C40253A903}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{72EA9603-8614-46BD-952D-A1E0DB4B7F8C} = {8D827119-866F-45AC-9A7A-AC431C43915F}
{D08E4943-DD71-4D84-A82E-95C40253A903} = {9BC0E5D4-8F5D-4CD3-A56F-6AF3480F4436}
EndGlobalSection
EndGlobal