Correct the location of the VS2012.sln file in the build.proj

This commit is contained in:
Matthew Vukomanovic
2016-05-19 13:37:50 +08:00
parent daf5975ae8
commit 43f06b56e0
+1 -1
View File
@@ -39,7 +39,7 @@
<Target Name="Build">
<ItemGroup>
<ProjectToBuild Include="$(MSBuildThisFileDirectory)..\Renci.SshNet.VS2012.sln">
<ProjectToBuild Include="$(MSBuildThisFileDirectory)..\src\Renci.SshNet.VS2012.sln">
<Properties>Configuration=Release</Properties>
</ProjectToBuild>
</ItemGroup>