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 3636 <IsPublishable >true</IsPublishable >
3737 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
3838 </PropertyGroup >
39-
40- <ItemGroup >
41- <Compile Include =" $(RepositoryDirectory)tooling\GlobalUsings.cs" />
42- </ItemGroup >
4339</Project >
Original file line number Diff line number Diff line change 11<!-- Common props for any deployable app project head. -->
22<Project >
3+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\Extra.props" />
4+ <Import Project =" $(ToolingDirectory)\MultiTarget\GlobalUsings.props" />
5+
36 <!-- Shared project -->
47 <Import Project =" $(ToolingDirectory)\CommunityToolkit.App.Shared\CommunityToolkit.App.Shared.projitems" Label =" Shared" />
58
Original file line number Diff line number Diff line change 11<Project >
2+ <Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\Extra.props" />
3+ <Import Project =" $(ToolingDirectory)\MultiTarget\GlobalUsings.props" />
4+
25 <!-- Source generators -->
36 <ItemGroup Condition =" '$(IsWinAppSdk)' != 'true'" >
47 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.11.0" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments