forked from viagogo/HalKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HalKit.sln
46 lines (46 loc) · 2.06 KB
/
HalKit.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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HalKit", "src\HalKit\HalKit.csproj", "{F1F25B20-C342-4F94-8029-11586B75D1F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HalKit.Tests", "tests\HalKit.Tests\HalKit.Tests.csproj", "{56D3F770-FD3A-4ADF-A4A0-A5104F5A0012}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{9FB3931E-F359-4C16-BCE9-0665921FB510}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
HalKit.nuspec = HalKit.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{EC8D73FD-F133-45AE-8602-D0B453C5B41A}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F25B20-C342-4F94-8029-11586B75D1F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F25B20-C342-4F94-8029-11586B75D1F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F25B20-C342-4F94-8029-11586B75D1F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F25B20-C342-4F94-8029-11586B75D1F2}.Release|Any CPU.Build.0 = Release|Any CPU
{56D3F770-FD3A-4ADF-A4A0-A5104F5A0012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56D3F770-FD3A-4ADF-A4A0-A5104F5A0012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56D3F770-FD3A-4ADF-A4A0-A5104F5A0012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56D3F770-FD3A-4ADF-A4A0-A5104F5A0012}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal