-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDirLinker.sln
38 lines (38 loc) · 1.97 KB
/
DirLinker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ThirdPartyTools - Testing", "ThirdPartyTools - Testing", "{4EF0A5DC-73BB-4D74-A64F-2864010B09DE}"
ProjectSection(SolutionItems) = preProject
UnitTesting\nunit.framework.dll = UnitTesting\nunit.framework.dll
UnitTesting\nunit.framework.xml = UnitTesting\nunit.framework.xml
UnitTesting\Rhino.Mocks.dll = UnitTesting\Rhino.Mocks.dll
UnitTesting\Rhino.Mocks.xml = UnitTesting\Rhino.Mocks.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirLinker", "JunctionPointer\DirLinker.csproj", "{3EBCE70F-0A6B-4F50-B381-AE4E8743873B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirLinker.Tests", "DirLinker.Tests\DirLinker.Tests.csproj", "{0139DC32-D96B-4FD6-8C0B-92352916A88D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EBCE70F-0A6B-4F50-B381-AE4E8743873B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EBCE70F-0A6B-4F50-B381-AE4E8743873B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EBCE70F-0A6B-4F50-B381-AE4E8743873B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EBCE70F-0A6B-4F50-B381-AE4E8743873B}.Release|Any CPU.Build.0 = Release|Any CPU
{0139DC32-D96B-4FD6-8C0B-92352916A88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0139DC32-D96B-4FD6-8C0B-92352916A88D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0139DC32-D96B-4FD6-8C0B-92352916A88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0139DC32-D96B-4FD6-8C0B-92352916A88D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal