File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
<LangVersion >10.0</LangVersion >
11
11
<NoWarn >SA0001</NoWarn >
12
12
<Nullable >enable</Nullable >
13
- <PathMap >$(MSBuildProjectDirectory)=${$(MSBuildProjectName)}/</PathMap >
14
13
<PlatformTarget >AnyCPU</PlatformTarget >
15
14
<RunAnalyzersDuringBuild >true</RunAnalyzersDuringBuild >
16
15
<RunCodeAnalysis >false</RunCodeAnalysis >
26
25
<DebugType >portable</DebugType >
27
26
<DefineConstants >TRACE</DefineConstants >
28
27
<Optimize >true</Optimize >
28
+ <PathMap >$(MSBuildProjectDirectory)=${$(MSBuildProjectName)}/</PathMap >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(MachineExtraCompilationFlag)' != '' " >
31
31
<DefineConstants >$(DefineConstants);$(MachineExtraCompilationFlag)</DefineConstants >
Original file line number Diff line number Diff line change 8
8
<MSBuildWarningsAsMessages >NU1702</MSBuildWarningsAsMessages >
9
9
<NoWarn >$(NoWarn);CS1573;CS1591</NoWarn >
10
10
<OutputPath >$(MSBuildProjectDirectory)/../../output/dll</OutputPath >
11
- <PathMap >$(SolutionDir)=/</PathMap >
12
11
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >
13
12
</PropertyGroup >
13
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' And '$(SolutionDir)' != '' " >
14
+ <PathMap >$(SolutionDir)=/</PathMap >
15
+ </PropertyGroup >
14
16
<PropertyGroup Condition =" '$(MachineRunAnalyzersDuringBuild)' == '' " >
15
17
<RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
16
18
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments