Skip to content

Commit

Permalink
Fixes for #91 and switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
peteraritchie committed Dec 8, 2021
1 parent 24f11cf commit 4437b1c
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 94 deletions.
13 changes: 11 additions & 2 deletions LongPath.sln
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
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
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
cleartestresults.bat = cleartestresults.bat
LICENSE = LICENSE
nuget\LongPath.nuspec = nuget\LongPath.nuspec
README.md = README.md
runtests.bat = runtests.bat
test.playlist = test.playlist
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pri.LongPath.net40", "Pri.LongPath.net40\Pri.LongPath.net40.csproj", "{0D02A959-5B75-4492-BA65-2005EB5A12CC}"
Expand Down Expand Up @@ -44,4 +50,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7C9CDFA-2B45-4554-B879-2658048907AE}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4437b1c

Please sign in to comment.