Skip to content

Commit af1dee3

Browse files
committed
Fix for Path Too Long Exception
* Fix for the issue #1 * Renamed the SourceCodeReader.Web directory to Web * Zipballs are extracted to the top level directory
1 parent e59fdc2 commit af1dee3

File tree

135 files changed

+112
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+112
-39
lines changed

SourceCodeReader.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceCodeReader.Web", "SourceCodeReader.Web\SourceCodeReader.Web.csproj", "{B80F76F9-73B8-472A-8592-3DCC46CBC29D}"
5-
EndProject
64
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2F59898C-53FE-4396-878A-A949E0B59A97}"
75
ProjectSection(SolutionItems) = preProject
86
.nuget\NuGet.Config = .nuget\NuGet.Config
@@ -14,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{07EA8E8F
1412
EndProject
1513
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceCodeReader.Web.Tests", "Tests\SourceCodeReader.Web.Tests\SourceCodeReader.Web.Tests.csproj", "{23867FD0-DA89-44A7-ABF9-FADF4A2DF541}"
1614
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceCodeReader.Web", "Web\SourceCodeReader.Web.csproj", "{B80F76F9-73B8-472A-8592-3DCC46CBC29D}"
16+
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1919
Debug|Any CPU = Debug|Any CPU

Tests/SourceCodeReader.Web.Tests/SourceCodeReader.Web.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<None Include="packages.config" />
5353
</ItemGroup>
5454
<ItemGroup>
55-
<ProjectReference Include="..\..\SourceCodeReader.Web\SourceCodeReader.Web.csproj">
56-
<Project>{B80F76F9-73B8-472A-8592-3DCC46CBC29D}</Project>
55+
<ProjectReference Include="..\..\Web\SourceCodeReader.Web.csproj">
56+
<Project>{b80f76f9-73b8-472a-8592-3dcc46cbc29d}</Project>
5757
<Name>SourceCodeReader.Web</Name>
5858
</ProjectReference>
5959
</ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)