-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCSPID.sln
35 lines (34 loc) · 1.72 KB
/
CSPID.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSPID", "CSPID\CSPID.csproj", "{7BFF3D56-1E4F-4DE6-88F3-2D5F70416F85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSPID.Tests", "CSPID.Tests\CSPID.Tests.csproj", "{00227C39-630D-4114-838A-4ECBE219A5D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B91EE21-EF95-4AFF-A538-856426ABB989}"
ProjectSection(SolutionItems) = preProject
UNLICENSE.txt = UNLICENSE.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BFF3D56-1E4F-4DE6-88F3-2D5F70416F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BFF3D56-1E4F-4DE6-88F3-2D5F70416F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BFF3D56-1E4F-4DE6-88F3-2D5F70416F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BFF3D56-1E4F-4DE6-88F3-2D5F70416F85}.Release|Any CPU.Build.0 = Release|Any CPU
{00227C39-630D-4114-838A-4ECBE219A5D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00227C39-630D-4114-838A-4ECBE219A5D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00227C39-630D-4114-838A-4ECBE219A5D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00227C39-630D-4114-838A-4ECBE219A5D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
outputpath = build/bin
EndGlobalSection
EndGlobal