|
17 | 17 | <RestorePackages>true</RestorePackages>
|
18 | 18 | <TargetFrameworkProfile />
|
19 | 19 | <NuGetPackageImportStamp>94efee6d</NuGetPackageImportStamp>
|
20 |
| - </PropertyGroup> |
21 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
22 |
| - <SignAssembly>true</SignAssembly> |
23 |
| - <AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile> |
24 |
| - <DelaySign>true</DelaySign> |
25 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
26 |
| - <Prefer32Bit>false</Prefer32Bit> |
27 |
| - </PropertyGroup> |
| 20 | + </PropertyGroup> |
28 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
29 | 22 | <DebugSymbols>true</DebugSymbols>
|
30 | 23 | <DebugType>full</DebugType>
|
|
34 | 27 | <ErrorReport>prompt</ErrorReport>
|
35 | 28 | <WarningLevel>4</WarningLevel>
|
36 | 29 | </PropertyGroup>
|
37 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
38 |
| - <OutputPath>bin\Release\</OutputPath> |
| 30 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 31 | + <OutputPath>bin\Release\</OutputPath> |
39 | 32 | <DefineConstants>TRACE;SIGN</DefineConstants>
|
40 | 33 | <Optimize>true</Optimize>
|
41 | 34 | <DebugType>pdbonly</DebugType>
|
42 | 35 | <PlatformTarget>AnyCPU</PlatformTarget>
|
43 | 36 | <ErrorReport>prompt</ErrorReport>
|
44 | 37 | <RunCodeAnalysis>false</RunCodeAnalysis>
|
| 38 | + <SignAssembly>true</SignAssembly> |
| 39 | + <AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile> |
| 40 | + <DelaySign>true</DelaySign> |
| 41 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
45 | 42 | </PropertyGroup>
|
46 | 43 | <ItemGroup>
|
47 | 44 | <Reference Include="Hyak.Common">
|
|
0 commit comments