Skip to content

Commit

Permalink
Fix incorrect sample app path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Sep 1, 2017
1 parent 68e9557 commit c3413be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NetEscapades.Extensions.Logging.sln
Expand Up @@ -13,7 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{BD9BA8CA-2
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3D55FD29-D09B-4F7C-B9F4-07E50EBDA76A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{98AD9925-ABA6-4FEA-B511-2DF45C8643E9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "sample\SampleApp\SampleApp.csproj", "{98AD9925-ABA6-4FEA-B511-2DF45C8643E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion sample/SampleApp/SampleApp.csproj
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\NetEscapades.Extensions.Logging.RollingFile\NetEscapades.Extensions.Logging.RollingFile.csproj" />
<ProjectReference Include="..\..\src\NetEscapades.Extensions.Logging.RollingFile\NetEscapades.Extensions.Logging.RollingFile.csproj" />
</ItemGroup>

</Project>

0 comments on commit c3413be

Please sign in to comment.