File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
src/Common/Commands.Common.Compute Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 29
29
<ErrorReport >prompt</ErrorReport >
30
30
<WarningLevel >4</WarningLevel >
31
31
</PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\Release\</OutputPath >
36
+ <DefineConstants >TRACE;SIGN</DefineConstants >
37
+ <PlatformTarget >AnyCPU</PlatformTarget >
38
+ <CodeAnalysisLogFile >bin\Release\Management.Utilities.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile >
39
+ <CodeAnalysisUseTypeNameInSuppression >true</CodeAnalysisUseTypeNameInSuppression >
40
+ <CodeAnalysisModuleSuppressionsFile >GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile >
41
+ <ErrorReport >prompt</ErrorReport >
42
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
43
+ <SignAssembly >true</SignAssembly >
44
+ <AssemblyOriginatorKeyFile >MSSharedLibKey.snk</AssemblyOriginatorKeyFile >
45
+ <DelaySign >true</DelaySign >
46
+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
47
+ <Prefer32Bit >false</Prefer32Bit >
48
+ </PropertyGroup >
32
49
<ItemGroup >
33
50
<Reference Include =" Microsoft.Rest.ClientRuntime" >
34
51
<HintPath >..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath >
You can’t perform that action at this time.
0 commit comments