This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCypherNet.sln
40 lines (40 loc) · 2.24 KB
/
CypherNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CypherNet.UnitTests", "CypherNet.UnitTests\CypherNet.UnitTests.csproj", "{AC57399D-453D-4775-AE6E-E4FD550A0AEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CypherNet", "CypherNet\CypherNet.csproj", "{0C5D4699-3FD4-4232-A75F-82F0FF22C884}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CypherNet.IntegrationTests", "CypherNet.IntegrationTests\CypherNet.IntegrationTests.csproj", "{9BE30EF4-3B3C-402E-9653-68EA3681559E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B90150E3-F802-4CE3-B989-EC6F88E1A230}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC57399D-453D-4775-AE6E-E4FD550A0AEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC57399D-453D-4775-AE6E-E4FD550A0AEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC57399D-453D-4775-AE6E-E4FD550A0AEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC57399D-453D-4775-AE6E-E4FD550A0AEC}.Release|Any CPU.Build.0 = Release|Any CPU
{0C5D4699-3FD4-4232-A75F-82F0FF22C884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C5D4699-3FD4-4232-A75F-82F0FF22C884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C5D4699-3FD4-4232-A75F-82F0FF22C884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C5D4699-3FD4-4232-A75F-82F0FF22C884}.Release|Any CPU.Build.0 = Release|Any CPU
{9BE30EF4-3B3C-402E-9653-68EA3681559E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BE30EF4-3B3C-402E-9653-68EA3681559E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BE30EF4-3B3C-402E-9653-68EA3681559E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BE30EF4-3B3C-402E-9653-68EA3681559E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal