Skip to content

Commit

Permalink
Build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Feb 13, 2018
1 parent f112262 commit 845044c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Build/Targets/Import.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
<Import Project="RepoLayout.props" />

<Import Project="PackageProperties.props" />
<Import Project="StrongName.props" />

</Project>
4 changes: 3 additions & 1 deletion Build/Targets/Import.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project>

<Import Project="Workarounds.targets" />
<Import Project="StrongName.targets" />

<Import Project="VSIX.targets" Condition="'$(IsVsixProject)' == 'True'" />
<Import Project="Workarounds.targets" />

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>

<PropertyGroup>
<SignAssembly>True</SignAssembly>
<PropertyGroup Condition="'$(SignAssembly)' == 'True'">
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\Cosmos.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

Expand Down

0 comments on commit 845044c

Please sign in to comment.