-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlockEncrypter.sln
46 lines (46 loc) · 2.36 KB
/
BlockEncrypter.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 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockEncrypter", "BlockEncryptor\BlockEncrypter.csproj", "{22682090-414E-4BA0-8975-F22ADCABD468}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockEncrypter.Tests.Unit", "BlockEncrypter.Tests.Unit\BlockEncrypter.Tests.Unit.csproj", "{7425940E-50A1-4139-82D6-7E025AC5BE99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "License and Code Analysis", "License and Code Analysis", "{E27D7292-8E39-4394-A20F-D70BA3CAF1C7}"
ProjectSection(SolutionItems) = preProject
CodeAnalysis.ruleset = CodeAnalysis.ruleset
GNU3-0.txt = GNU3-0.txt
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs31
SccLocalPath0 = .
SccProjectUniqueName1 = BlockEncryptor\\BlockEncrypter.csproj
SccProjectName1 = BlockEncryptor
SccLocalPath1 = BlockEncryptor
SccProjectUniqueName2 = BlockEncrypter.Tests.Unit\\BlockEncrypter.Tests.Unit.csproj
SccProjectName2 = BlockEncrypter.Tests.Unit
SccLocalPath2 = BlockEncrypter.Tests.Unit
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22682090-414E-4BA0-8975-F22ADCABD468}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22682090-414E-4BA0-8975-F22ADCABD468}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22682090-414E-4BA0-8975-F22ADCABD468}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22682090-414E-4BA0-8975-F22ADCABD468}.Release|Any CPU.Build.0 = Release|Any CPU
{7425940E-50A1-4139-82D6-7E025AC5BE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7425940E-50A1-4139-82D6-7E025AC5BE99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7425940E-50A1-4139-82D6-7E025AC5BE99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7425940E-50A1-4139-82D6-7E025AC5BE99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal