@@ -247,13 +247,13 @@ Copyright (C) Microsoft Corporation. All rights reserved.
247
247
ChecksumAlgorithm =" $(ChecksumAlgorithm)"
248
248
CodeAnalysisRuleSet =" $(ResolvedCodeAnalysisRuleSet)"
249
249
CodePage =" $(CodePage)"
250
- DebugType =" $(DebugType) "
250
+ DebugType =" none "
251
251
DefineConstants =" $(DefineConstants)"
252
252
DelaySign =" $(DelaySign)"
253
253
DisabledWarnings =" $(NoWarn)"
254
254
DisableSdkPath =" $(DisableSdkPath)"
255
255
DocumentationFile =" @(DocFileItem)"
256
- EmbedAllSources =" $(EmbedAllSources) "
256
+ EmbedAllSources =" false "
257
257
EmbeddedFiles =" @(EmbeddedFiles)"
258
258
EmitDebugInformation =" $(DebugSymbols)"
259
259
EnvironmentVariables =" $(CscEnvironment)"
@@ -281,23 +281,23 @@ Copyright (C) Microsoft Corporation. All rights reserved.
281
281
Optimize =" $(Optimize)"
282
282
Deterministic =" $(Deterministic)"
283
283
PublicSign =" $(PublicSign)"
284
- OutputAssembly =" @(IntermediateAssembly )"
285
- OutputRefAssembly =" @(IntermediateRefAssembly) "
286
- PdbFile =" $(PdbFile) "
284
+ OutputAssembly =" @(XamlIntermediateAssembly )"
285
+ OutputRefAssembly =" "
286
+ PdbFile =" "
287
287
Platform =" $(PlatformTarget)"
288
288
Prefer32Bit =" $(Prefer32Bit)"
289
289
PreferredUILang =" $(PreferredUILang)"
290
290
ProjectName =" $(MSBuildProjectName)"
291
291
ProvideCommandLineArgs =" $(ProvideCommandLineArgs)"
292
- References =" @(ReferencePathWithRefAssemblies )"
293
- RefOnly =" $(ProduceOnlyReferenceAssembly) "
292
+ References =" @(ReferencePath )"
293
+ RefOnly =" false "
294
294
ReportAnalyzer =" $(ReportAnalyzer)"
295
295
ReportIVTs =" $(ReportIVTs)"
296
296
Resources =" @(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
297
297
ResponseFiles =" $(CompilerResponseFile)"
298
298
RuntimeMetadataVersion =" $(RuntimeMetadataVersion)"
299
299
SharedCompilationId =" $(SharedCompilationId)"
300
- SkipAnalyzers =" $(_SkipAnalyzers) "
300
+ SkipAnalyzers =" true "
301
301
SkipCompilerExecution =" $(SkipCompilerExecution)"
302
302
Sources =" @(Compile)"
303
303
SubsystemVersion =" $(SubsystemVersion)"
@@ -317,9 +317,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
317
317
Win32Manifest =" $(Win32Manifest)"
318
318
Win32Resource =" $(Win32Resource)"
319
319
PathMap =" $(PathMap)"
320
- SourceLink =" $(SourceLink)" >
321
- <Output TaskParameter =" CommandLineArgs" ItemName =" CscCommandLineArgs" />
322
- </Csc >
320
+ SourceLink =" $(SourceLink)" />
323
321
324
322
<!-- Only Applicable to the regular CoreCompile:
325
323
<ItemGroup>
0 commit comments