-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataCraze.sln
40 lines (40 loc) · 2 KB
/
DataCraze.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataCraze", "DataCraze\DataCraze.csproj", "{185504DA-33D9-4278-B1F6-B69806F4DC90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E9F29A1F-0CEF-4E55-997D-4F84A2CCB61B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataCraze.Test", "DataCraze.Test\DataCraze.Test.csproj", "{9F32E657-563C-4A6B-AD92-CD4E8F0450E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6E107288-4442-4505-9829-01D1BE2E9686}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{185504DA-33D9-4278-B1F6-B69806F4DC90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{185504DA-33D9-4278-B1F6-B69806F4DC90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{185504DA-33D9-4278-B1F6-B69806F4DC90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{185504DA-33D9-4278-B1F6-B69806F4DC90}.Release|Any CPU.Build.0 = Release|Any CPU
{9F32E657-563C-4A6B-AD92-CD4E8F0450E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F32E657-563C-4A6B-AD92-CD4E8F0450E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F32E657-563C-4A6B-AD92-CD4E8F0450E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F32E657-563C-4A6B-AD92-CD4E8F0450E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F32E657-563C-4A6B-AD92-CD4E8F0450E9} = {E9F29A1F-0CEF-4E55-997D-4F84A2CCB61B}
EndGlobalSection
EndGlobal