File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<!-- Import Uno and native dependencies for all multitargeted library projects. -->
30
30
<Import Project =" $(MSBuildProjectDirectory)\Dependencies.props" Condition =" Exists('$(MSBuildProjectDirectory)\Dependencies.props')" />
31
-
32
- <Sdk Condition =" '$(IsUwp)' == 'true'" Name =" MSBuild.Sdk.Extras" Version =" 3.0.23" />
33
31
</Project >
Original file line number Diff line number Diff line change 6
6
<!-- Set up the MultiTarget system -->
7
7
<Import Project =" $(ToolingDirectory)\MultiTarget\Library.props" />
8
8
9
+ <Sdk Condition =" '$(IsUwp)' == 'true'" Name =" MSBuild.Sdk.Extras" Version =" 3.0.23" />
10
+
9
11
<!-- Import this component's source project -->
10
12
<ItemGroup >
11
13
<ProjectReference Include =" $(MSBuildProjectDirectory)\..\src\*.csproj" />
Original file line number Diff line number Diff line change 3
3
<Error Condition =" $(ToolkitComponentName) == ''" Message =" ToolkitComponentName is not defined. Please check your csproj." />
4
4
</Target >
5
5
6
- <!-- Set up the MultiTarget system -->
7
- <Import Project =" $(ToolingDirectory)\MultiTarget\Library.props" />
8
-
9
6
<PropertyGroup >
10
7
<DateForVersion Condition =" '$(DateForVersion)' == ''" >$([System.DateTime]::UtcNow.ToString(yyMMdd))</DateForVersion >
11
8
<Version Condition =" '$(Version)' == ''" >$(MajorVersion).$(MinorVersion).$(DateForVersion)</Version >
12
9
<Version Condition =" '$(PreviewVersion)' != ''" >$(Version)-$(PreviewVersion)</Version >
10
+ </PropertyGroup >
11
+
12
+ <!-- Set up the MultiTarget system -->
13
+ <Import Project =" $(ToolingDirectory)\MultiTarget\Library.props" />
14
+
15
+ <PropertyGroup >
13
16
<PackageId Condition =" '$(PackageId)' == ''" >$(PackageIdPrefix).$(PackageIdVariant).$(ToolkitComponentName)</PackageId >
14
17
</PropertyGroup >
15
18
19
+ <Sdk Condition =" '$(IsUwp)' == 'true'" Name =" MSBuild.Sdk.Extras" Version =" 3.0.23" />
20
+
16
21
<!-- Auto Generate our own Assembly Info -->
17
- <PropertyGroup >
22
+ <PropertyGroup >
18
23
<!-- Turn-off .NET based AssemblyInfo.cs generator, see below -->
19
24
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
20
25
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments