-
Notifications
You must be signed in to change notification settings - Fork 5
/
Snikt.VS2012.sln
42 lines (42 loc) · 2.05 KB
/
Snikt.VS2012.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snikt", "Snikt\Snikt.csproj", "{5BD1E041-9B22-4BCA-BE2F-4CF5500BF2B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Snikt.Specifications", "Snikt.Specifications\Snikt.Specifications.csproj", "{121886B5-01BE-43C8-BEDF-0312EF7D32BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".setup", ".setup", "{0AC6A5B7-6BEB-4DA9-BAB4-2481C8505022}"
ProjectSection(SolutionItems) = preProject
Snikt\build.cmd = Snikt\build.cmd
SetupDatabase.sql = SetupDatabase.sql
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{83D12D7E-93B5-4006-8C0C-AEE2BE6564C4}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F973B978-3AB6-454E-AEF2-630F70F4748E}"
ProjectSection(SolutionItems) = preProject
Snikt\Snikt.nuspec = Snikt\Snikt.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BD1E041-9B22-4BCA-BE2F-4CF5500BF2B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD1E041-9B22-4BCA-BE2F-4CF5500BF2B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD1E041-9B22-4BCA-BE2F-4CF5500BF2B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD1E041-9B22-4BCA-BE2F-4CF5500BF2B1}.Release|Any CPU.Build.0 = Release|Any CPU
{121886B5-01BE-43C8-BEDF-0312EF7D32BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121886B5-01BE-43C8-BEDF-0312EF7D32BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121886B5-01BE-43C8-BEDF-0312EF7D32BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121886B5-01BE-43C8-BEDF-0312EF7D32BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal