-
Notifications
You must be signed in to change notification settings - Fork 43
/
LongPath.vs2013.sln
47 lines (47 loc) · 2.68 KB
/
LongPath.vs2013.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
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pri.LongPath", "Pri.LongPath\Pri.LongPath.csproj", "{DF1F23CA-9DC6-4604-8400-6C4B656E0F5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{4BE35CEA-F520-4EC7-9621-53FE061C8C35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DBB6E65B-AAA4-445E-B442-44D3B068CA56}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
nuget\LongPath.nuspec = nuget\LongPath.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pri.LongPath.net40", "Pri.LongPath.net40\Pri.LongPath.net40.csproj", "{0D02A959-5B75-4492-BA65-2005EB5A12CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pri.LongPath.net20", "Pri.LongPath.net20\Pri.LongPath.net20.csproj", "{4FB40806-2B5C-4475-A653-71B37AAAEEF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF1F23CA-9DC6-4604-8400-6C4B656E0F5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1F23CA-9DC6-4604-8400-6C4B656E0F5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1F23CA-9DC6-4604-8400-6C4B656E0F5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF1F23CA-9DC6-4604-8400-6C4B656E0F5D}.Release|Any CPU.Build.0 = Release|Any CPU
{4BE35CEA-F520-4EC7-9621-53FE061C8C35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BE35CEA-F520-4EC7-9621-53FE061C8C35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE35CEA-F520-4EC7-9621-53FE061C8C35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE35CEA-F520-4EC7-9621-53FE061C8C35}.Release|Any CPU.Build.0 = Release|Any CPU
{0D02A959-5B75-4492-BA65-2005EB5A12CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D02A959-5B75-4492-BA65-2005EB5A12CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D02A959-5B75-4492-BA65-2005EB5A12CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D02A959-5B75-4492-BA65-2005EB5A12CC}.Release|Any CPU.Build.0 = Release|Any CPU
{4FB40806-2B5C-4475-A653-71B37AAAEEF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB40806-2B5C-4475-A653-71B37AAAEEF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB40806-2B5C-4475-A653-71B37AAAEEF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB40806-2B5C-4475-A653-71B37AAAEEF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal