-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpFileSystem.sln
More file actions
53 lines (53 loc) · 3.39 KB
/
SharpFileSystem.sln
File metadata and controls
53 lines (53 loc) · 3.39 KB
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
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpFileSystem", "SharpFileSystem\SharpFileSystem.csproj", "{3C4D07BA-23B5-4A63-92CF-F3BF892B7329}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpFileSystem.SevenZip", "SharpFileSystem.SevenZip\SharpFileSystem.SevenZip.csproj", "{EA7CBA29-CFA8-4945-BB64-CCF25078190E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpFileSystem.Resources", "SharpFileSystem.Resources\SharpFileSystem.Resources.csproj", "{34CA60AC-D3A0-4A58-BCE1-3CEA55844715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpFileSystem.SharpZipLib", "SharpFileSystem.SharpZipLib\SharpFileSystem.SharpZipLib.csproj", "{E0BAC37A-07E5-4192-8BD9-51C7CA66C165}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpFileSystem.Tests", "SharpFileSystem.Tests\SharpFileSystem.Tests.csproj", "{E4BA8FB4-ACD6-43EB-BB03-14AA0C376F5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F7EEFA8-7215-406A-9353-849DF790CAA0}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
SharpFileSystem.vsmdi = SharpFileSystem.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SharpFileSystem.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C4D07BA-23B5-4A63-92CF-F3BF892B7329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4D07BA-23B5-4A63-92CF-F3BF892B7329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4D07BA-23B5-4A63-92CF-F3BF892B7329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4D07BA-23B5-4A63-92CF-F3BF892B7329}.Release|Any CPU.Build.0 = Release|Any CPU
{EA7CBA29-CFA8-4945-BB64-CCF25078190E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA7CBA29-CFA8-4945-BB64-CCF25078190E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA7CBA29-CFA8-4945-BB64-CCF25078190E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA7CBA29-CFA8-4945-BB64-CCF25078190E}.Release|Any CPU.Build.0 = Release|Any CPU
{34CA60AC-D3A0-4A58-BCE1-3CEA55844715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34CA60AC-D3A0-4A58-BCE1-3CEA55844715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34CA60AC-D3A0-4A58-BCE1-3CEA55844715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34CA60AC-D3A0-4A58-BCE1-3CEA55844715}.Release|Any CPU.Build.0 = Release|Any CPU
{E0BAC37A-07E5-4192-8BD9-51C7CA66C165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0BAC37A-07E5-4192-8BD9-51C7CA66C165}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0BAC37A-07E5-4192-8BD9-51C7CA66C165}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0BAC37A-07E5-4192-8BD9-51C7CA66C165}.Release|Any CPU.Build.0 = Release|Any CPU
{E4BA8FB4-ACD6-43EB-BB03-14AA0C376F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4BA8FB4-ACD6-43EB-BB03-14AA0C376F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4BA8FB4-ACD6-43EB-BB03-14AA0C376F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4BA8FB4-ACD6-43EB-BB03-14AA0C376F5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal