File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 36
36
<IsPublishable >true</IsPublishable >
37
37
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
38
38
</PropertyGroup >
39
-
40
- <ItemGroup >
41
- <Compile Include =" $(RepositoryDirectory)tooling\GlobalUsings.cs" />
42
- </ItemGroup >
43
39
</Project >
Original file line number Diff line number Diff line change 1
1
<!-- Common props for any deployable app project head. -->
2
2
<Project >
3
+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\Extra.props" />
4
+ <Import Project =" $(ToolingDirectory)\MultiTarget\GlobalUsings.props" />
5
+
3
6
<!-- Shared project -->
4
7
<Import Project =" $(ToolingDirectory)\CommunityToolkit.App.Shared\CommunityToolkit.App.Shared.projitems" Label =" Shared" />
5
8
Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\Extra.props" />
3
+ <Import Project =" $(ToolingDirectory)\MultiTarget\GlobalUsings.props" />
4
+
2
5
<!-- Source generators -->
3
6
<ItemGroup Condition =" '$(IsWinAppSdk)' != 'true'" >
4
7
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.11.0" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments