This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </PropertyGroup >
2323
2424 <Target Name =" PatchAssembly" AfterTargets =" AfterBuild" >
25- <Exec Command =" " $(SolutionDir) \Source\Bin\SharpCLI.exe" " $(TargetPath)" " />
25+ <Exec Command =" " $(ProjectDir)..\.. \Source\Bin\SharpCLI.exe" " $(TargetPath)" " />
2626
2727 </Target >
28- <Target Name =" Resign" AfterTargets =" PatchAssembly" Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' And Exists('$(SolutionDir) sharpdx.snk')" >
28+ <Target Name =" Resign" AfterTargets =" PatchAssembly" Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' And Exists('$(ProjectDir)..\..\ sharpdx.snk')" >
2929 <GetFrameworkSdkPath >
3030 <Output TaskParameter =" Path" PropertyName =" FrameworkSdkPath" />
3131 </GetFrameworkSdkPath >
3434 <SNExePath >$([System.IO.Directory]::GetFiles("$(FrameworkSdkPath)", "sn.exe", SearchOption.AllDirectories)[0])</SNExePath >
3535 </PropertyGroup >
3636
37- <Exec Command =' "$(SNExePath)" -Ra $(TargetPath) $(SolutionDir) sharpdx.snk' />
37+ <Exec Command =' "$(SNExePath)" -Ra $(TargetPath) $(ProjectDir)..\..\ sharpdx.snk' />
3838
3939 </Target >
4040 <!-- Special packages and imports for UWP support -->
You can’t perform that action at this time.
0 commit comments