Skip to content

Commit

Permalink
Oops, correct solution paths.
Browse files Browse the repository at this point in the history
Fixes #2, not sure what I did to cause this...
  • Loading branch information
unknownbrackets committed Apr 3, 2015
1 parent a882556 commit bd98eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/maxcso.sln
Expand Up @@ -15,7 +15,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "7zip", "..\7zip\7zip.vcxpro
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "src", "..\src\src.vcxproj", "{F761046E-6C38-4428-A5F1-38391A37BB35}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "D:\Users\Unknown\Documents\projects\zopfli-cso\lz4\lz4.vcxproj", "{F761046E-6C38-4428-B5F2-38391A37BB34}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "..\lz4\lz4.vcxproj", "{F761046E-6C38-4428-B5F2-38391A37BB34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/src.vcxproj
Expand Up @@ -51,7 +51,7 @@
<ProjectReference Include="..\zopfli\zopfli.vcxproj">
<Project>{6343b36e-030f-4a66-a588-758b2e2b5bed}</Project>
</ProjectReference>
<ProjectReference Include="D:\Users\Unknown\Documents\projects\zopfli-cso\lz4\lz4.vcxproj">
<ProjectReference Include="..\lz4\lz4.vcxproj">
<Project>{f761046e-6c38-4428-b5f2-38391a37bb34}</Project>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit bd98eb2

Please sign in to comment.