File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
16
16
</ItemGroup >
17
17
18
+ <ItemGroup >
19
+ <Compile Include =" ..\GlobalUsings.cs" Link =" GlobalUsings.cs" />
20
+ </ItemGroup >
21
+
18
22
<ItemGroup >
19
23
<ProjectReference Include =" ..\CommunityToolkit.Tooling.SampleGen\CommunityToolkit.Tooling.SampleGen.csproj" />
20
24
</ItemGroup >
Original file line number Diff line number Diff line change 7
7
<LangVersion >10.0</LangVersion >
8
8
</PropertyGroup >
9
9
10
+ <ItemGroup >
11
+ <Compile Include =" ..\GlobalUsings.cs" Link =" GlobalUsings.cs" />
12
+ </ItemGroup >
13
+
10
14
<ItemGroup >
11
15
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1" PrivateAssets =" all" />
12
16
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
15
15
</ItemGroup >
16
16
17
+ <ItemGroup >
18
+ <Compile Include =" ..\GlobalUsings.cs" Link =" GlobalUsings.cs" />
19
+ </ItemGroup >
20
+
17
21
<ItemGroup >
18
22
<ProjectReference Include =" ..\CommunityToolkit.Tooling.TestGen\CommunityToolkit.Tooling.TestGen.csproj" />
19
23
</ItemGroup >
Original file line number Diff line number Diff line change 7
7
<LangVersion >10.0</LangVersion >
8
8
</PropertyGroup >
9
9
10
+ <ItemGroup >
11
+ <Compile Include =" ..\GlobalUsings.cs" Link =" GlobalUsings.cs" />
12
+ </ItemGroup >
13
+
10
14
<ItemGroup >
11
15
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1" PrivateAssets =" all" />
12
16
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments