-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNeurotoxin.Roentgen.sln
37 lines (37 loc) · 2.14 KB
/
Neurotoxin.Roentgen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neurotoxin.Roentgen.CSharp", "Neurotoxin.Roentgen.CSharp\Neurotoxin.Roentgen.CSharp.csproj", "{B57A5BB0-FDE9-4F4F-853B-DE51246D3588}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neurotoxin.Roentgen.Data", "Neurotoxin.Roentgen.Data\Neurotoxin.Roentgen.Data.csproj", "{0C950F50-E198-4704-9085-3853506B5C0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neurotoxin.Roentgen.Sql", "Neurotoxin.Roentgen.Sql\Neurotoxin.Roentgen.Sql.csproj", "{DF56DDED-7026-4A77-872B-C899BAA623A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B57A5BB0-FDE9-4F4F-853B-DE51246D3588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B57A5BB0-FDE9-4F4F-853B-DE51246D3588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B57A5BB0-FDE9-4F4F-853B-DE51246D3588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B57A5BB0-FDE9-4F4F-853B-DE51246D3588}.Release|Any CPU.Build.0 = Release|Any CPU
{0C950F50-E198-4704-9085-3853506B5C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C950F50-E198-4704-9085-3853506B5C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C950F50-E198-4704-9085-3853506B5C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C950F50-E198-4704-9085-3853506B5C0F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF56DDED-7026-4A77-872B-C899BAA623A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF56DDED-7026-4A77-872B-C899BAA623A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF56DDED-7026-4A77-872B-C899BAA623A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF56DDED-7026-4A77-872B-C899BAA623A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDA1BFE5-E162-4610-800C-815B35C2000F}
EndGlobalSection
EndGlobal