forked from tmonck/OpenTrack.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenTrack.NET.sln
43 lines (43 loc) · 2.09 KB
/
OpenTrack.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTrack.Lib", "OpenTrack.Lib\OpenTrack.Lib.csproj", "{76114F3E-5B27-4173-97CB-02A0F2D202B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{7CDC5DD2-6B24-45DE-8CBD-91D8DB58285E}"
ProjectSection(SolutionItems) = preProject
Build-Package.ps1 = Build-Package.ps1
Build.ps1 = Build.ps1
LICENSE.md = LICENSE.md
OpenTrack.nuspec = OpenTrack.nuspec
OpenTrack.Lib\ProcessResponses.ps1 = OpenTrack.Lib\ProcessResponses.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{822A710C-0CBC-4125-BA0A-D49976A50314}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTrack.Tests", "OpenTrack.Tests\OpenTrack.Tests.csproj", "{D02B4CDB-0534-4207-99B9-D89D070454E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{76114F3E-5B27-4173-97CB-02A0F2D202B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76114F3E-5B27-4173-97CB-02A0F2D202B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76114F3E-5B27-4173-97CB-02A0F2D202B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76114F3E-5B27-4173-97CB-02A0F2D202B3}.Release|Any CPU.Build.0 = Release|Any CPU
{D02B4CDB-0534-4207-99B9-D89D070454E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02B4CDB-0534-4207-99B9-D89D070454E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02B4CDB-0534-4207-99B9-D89D070454E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02B4CDB-0534-4207-99B9-D89D070454E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal