Skip to content

Commit 43f06b5

Browse files
Correct the location of the VS2012.sln file in the build.proj
1 parent daf5975 commit 43f06b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<Target Name="Build">
4141
<ItemGroup>
42-
<ProjectToBuild Include="$(MSBuildThisFileDirectory)..\Renci.SshNet.VS2012.sln">
42+
<ProjectToBuild Include="$(MSBuildThisFileDirectory)..\src\Renci.SshNet.VS2012.sln">
4343
<Properties>Configuration=Release</Properties>
4444
</ProjectToBuild>
4545
</ItemGroup>

0 commit comments

Comments
 (0)