Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1c3fcd1

Browse files
committed
Move StrongNameSign.targets to common directory.
1 parent 4316e6d commit 1c3fcd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
</ItemGroup>
436436
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
437437
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' And '$(NCrunch)' != '1'" />
438-
<Import Project="..\StrongNameSign.targets" />
438+
<Import Project="..\common\StrongNameSign.targets" />
439439
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
440440
<PropertyGroup>
441441
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>

src/GitHub.VisualStudio.UI/GitHub.VisualStudio.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
</ItemGroup>
229229
<ItemGroup />
230230
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231-
<Import Project="..\StrongNameSign.targets" />
231+
<Import Project="..\common\StrongNameSign.targets" />
232232
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
233233
<PropertyGroup>
234234
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
723723
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' And '$(NCrunch)' != '1'" />
724724
<Import Project="packaging.targets" />
725-
<Import Project="..\StrongNameSign.targets" />
725+
<Import Project="..\common\StrongNameSign.targets" />
726726
<!-- For regenerating templates on build -->
727727
<Import Project="$(SolutionDir)\src\common\t4.targets" />
728728
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<Target Name="BeforeBuild">
99
<Message Text="Running StrongNameSigner on packages: @(StrongNameSignPackage)..." Importance="high"/>
1010
<Exec ContinueOnError="false"
11-
Command="&quot;$(MSBuildThisFileDirectory)..\packages\Brutal.Dev.StrongNameSigner.2.1.3\build\StrongNameSigner.Console.exe&quot; -in &quot;@(StrongNameSignPackage->'$(MSBuildThisFileDirectory)..\packages\%(Identity).*', '|')&quot;"/>
11+
Command="&quot;$(MSBuildThisFileDirectory)..\..\packages\Brutal.Dev.StrongNameSigner.2.1.3\build\StrongNameSigner.Console.exe&quot; -in &quot;@(StrongNameSignPackage->'$(MSBuildThisFileDirectory)..\..\packages\%(Identity).*', '|')&quot;"/>
1212
</Target>
1313
</Project>

0 commit comments

Comments
 (0)