forked from Krusen/PinSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PinSharp.sln
45 lines (45 loc) · 2.4 KB
/
PinSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinSharp", "PinSharp\PinSharp.csproj", "{00091F63-4EAE-4B8E-9431-7F4AC14ED4E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinSharp.ConsoleTest", "PinSharp.ConsoleTest\PinSharp.ConsoleTest.csproj", "{1F3DEBAE-5023-4C25-860F-E76D5B377FC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinSharp.Tests", "PinSharp.Tests\PinSharp.Tests.csproj", "{90F39359-5840-46F3-A318-7DCAF12A3F5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{0C9E0C38-8234-415D-B927-A983EC699985}"
ProjectSection(SolutionItems) = preProject
Package\PinSharp.nuspec = Package\PinSharp.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{B75C688B-8995-429E-9680-59D391B89792}"
ProjectSection(SolutionItems) = preProject
LICENSE.MD = LICENSE.MD
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00091F63-4EAE-4B8E-9431-7F4AC14ED4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00091F63-4EAE-4B8E-9431-7F4AC14ED4E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00091F63-4EAE-4B8E-9431-7F4AC14ED4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00091F63-4EAE-4B8E-9431-7F4AC14ED4E4}.Release|Any CPU.Build.0 = Release|Any CPU
{1F3DEBAE-5023-4C25-860F-E76D5B377FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F3DEBAE-5023-4C25-860F-E76D5B377FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F3DEBAE-5023-4C25-860F-E76D5B377FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F3DEBAE-5023-4C25-860F-E76D5B377FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{90F39359-5840-46F3-A318-7DCAF12A3F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F39359-5840-46F3-A318-7DCAF12A3F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F39359-5840-46F3-A318-7DCAF12A3F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F39359-5840-46F3-A318-7DCAF12A3F5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal