File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 26
26
<TargetFrameworkMonikerAssemblyAttributesPath >$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath >
27
27
</PropertyGroup >
28
28
<ItemGroup Condition =" $(BuildForRelease) == 'true'" >
29
- <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
30
- <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
29
+ <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
30
+ <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
31
31
</ItemGroup >
32
32
<PropertyGroup Condition =" $(Configuration.Contains('Debug'))" >
33
33
<DefineConstants >$(DefineConstants);DEBUG</DefineConstants >
69
69
<PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
70
70
<DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
71
71
</PropertyGroup >
72
-
72
+
73
73
<!-- NuGet Audit Settings -->
74
74
<PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
75
75
<!--
100
100
101
101
<!-- Provides Version properties -->
102
102
<Import Project =" $(ToolsDir)props\Versions.props" />
103
- <Import Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Project =" $(ToolsDir)props\VersionsNet9OrLater.props" />
104
103
<!-- Provides Tool properties -->
105
104
<Import Project =" $(ToolsDir)props\Tools.props" />
106
105
<!-- Provides Build properties -->
107
- <Import Project =" $(ToolsDir)props\AssemblyInfo.props" />
106
+ <Import Project =" $(ToolsDir)props\AssemblyInfo.props" />
108
107
<Import Project =" $(ToolsDir)props\AssemblyRef.props" />
109
108
<Import Project =" $(ToolsDir)targets\RepositoryInfo.targets" />
110
109
You can’t perform that action at this time.
0 commit comments