Skip to content

Commit 41a281e

Browse files
committed
Move output path to Directory.Build.props
1 parent e862943 commit 41a281e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AutoProperties/AutoProperties.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TargetFrameworks>netstandard1.0;portable40-net40+sl5+win8+wp8+wpa81</TargetFrameworks>
66
<SignAssembly>True</SignAssembly>
77
<AssemblyOriginatorKeyFile>AutoProperties.snk</AssemblyOriginatorKeyFile>
8-
<PackageOutputPath>$(SolutionDir)Deploy</PackageOutputPath>
98
</PropertyGroup>
109

1110
<ItemGroup>

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageIconUrl>https://raw.github.com/tom-englert/AutoProperties.Fody/master/Icons/package_icon.png</PackageIconUrl>
1515
<RepositoryUrl>https://github.com/tom-englert/AutoProperties.Fody.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17+
<PackageOutputPath>$(SolutionDir)Deploy</PackageOutputPath>
1718
</PropertyGroup>
1819

1920
<PropertyGroup>

0 commit comments

Comments
 (0)