Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e35ae5f

Browse files
committed
Remove OutputPath from Signed.csproj
1 parent e26ad5f commit e35ae5f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/ServiceStack.Redis/ServiceStack.Redis.Signed.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,8 @@
1717
<AssemblyOriginatorKeyFile>servicestack-sn.pfx</AssemblyOriginatorKeyFile>
1818
</PropertyGroup>
1919

20-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
22-
</PropertyGroup>
23-
2420
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
2521
<DefineConstants>$(DefineConstants);NET45</DefineConstants>
26-
<OutputPath>bin\Signed\</OutputPath>
27-
</PropertyGroup>
28-
29-
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
30-
<DebugType>portable</DebugType>
31-
<OutputPath>bin\Debug\Signed\</OutputPath>
3222
</PropertyGroup>
3323

3424
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)