Skip to content

Commit 78e036a

Browse files
committed
Restore incorrectly removed GlobalUsings
1 parent 5e8077b commit 78e036a

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

CommunityToolkit.Tooling.SampleGen.Tests/CommunityToolkit.Tooling.SampleGen.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
1616
</ItemGroup>
1717

18+
<ItemGroup>
19+
<Compile Include="..\GlobalUsings.cs" Link="GlobalUsings.cs" />
20+
</ItemGroup>
21+
1822
<ItemGroup>
1923
<ProjectReference Include="..\CommunityToolkit.Tooling.SampleGen\CommunityToolkit.Tooling.SampleGen.csproj" />
2024
</ItemGroup>

CommunityToolkit.Tooling.SampleGen/CommunityToolkit.Tooling.SampleGen.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<LangVersion>10.0</LangVersion>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<Compile Include="..\GlobalUsings.cs" Link="GlobalUsings.cs" />
12+
</ItemGroup>
13+
1014
<ItemGroup>
1115
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
1216
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />

CommunityToolkit.Tooling.TestGen.Tests/CommunityToolkit.Tooling.TestGen.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
1515
</ItemGroup>
1616

17+
<ItemGroup>
18+
<Compile Include="..\GlobalUsings.cs" Link="GlobalUsings.cs" />
19+
</ItemGroup>
20+
1721
<ItemGroup>
1822
<ProjectReference Include="..\CommunityToolkit.Tooling.TestGen\CommunityToolkit.Tooling.TestGen.csproj" />
1923
</ItemGroup>

CommunityToolkit.Tooling.TestGen/CommunityToolkit.Tooling.TestGen.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<LangVersion>10.0</LangVersion>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<Compile Include="..\GlobalUsings.cs" Link="GlobalUsings.cs" />
12+
</ItemGroup>
13+
1014
<ItemGroup>
1115
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
1216
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />

CommunityToolkit.Tooling.XamlNamedPropertyRelay/CommunityToolkit.Tooling.XamlNamedPropertyRelay.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<LangVersion>10.0</LangVersion>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<Compile Include="..\GlobalUsings.cs" Link="GlobalUsings.cs" />
12+
</ItemGroup>
13+
1014
<ItemGroup>
1115
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
1216
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" PrivateAssets="all" />

0 commit comments

Comments
 (0)