-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFileSystem.sln
28 lines (28 loc) · 1.44 KB
/
FileSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem", "src\FileSystem\FileSystem.csproj", "{67FF03CA-607C-4DF5-A8DE-66C31A7423A4}"
EndProject
Project("{ED71D374-F6C8-4B50-88E5-DD6EFAE1E8CD}") = "FileSystem.Tests", "src\FileSystem.Tests\FileSystem.Tests.csproj", "{D96B20CE-C8FF-4430-A056-53DBF4ECC3FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67FF03CA-607C-4DF5-A8DE-66C31A7423A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67FF03CA-607C-4DF5-A8DE-66C31A7423A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67FF03CA-607C-4DF5-A8DE-66C31A7423A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67FF03CA-607C-4DF5-A8DE-66C31A7423A4}.Release|Any CPU.Build.0 = Release|Any CPU
{D96B20CE-C8FF-4430-A056-53DBF4ECC3FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D96B20CE-C8FF-4430-A056-53DBF4ECC3FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D96B20CE-C8FF-4430-A056-53DBF4ECC3FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D96B20CE-C8FF-4430-A056-53DBF4ECC3FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal