Skip to content

Commit

Permalink
chore: Regenerate all project files
Browse files Browse the repository at this point in the history
Most augmented project files aren't affected by this commit (by design) - only ones where the element ordering changes, or there's a comment, are changed - and these changes should have no semantic impact.
  • Loading branch information
jskeet committed Nov 27, 2024
1 parent 4a8f6d0 commit 182d3bf
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageReference Include="xunit.runner.visualstudio" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<!-- For BigQueryTableExtensions -->
<ItemGroup>
<ProjectReference Include="..\Google.Cloud.BigQuery.V2.IntegrationTests\Google.Cloud.BigQuery.V2.IntegrationTests.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<IsPackable>false</IsPackable>
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
<ProjectReference Include="..\Google.Cloud.Diagnostics.AspNetCore3\Google.Cloud.Diagnostics.AspNetCore3.csproj" />
Expand All @@ -23,6 +19,10 @@
<PackageReference Include="xunit.runner.visualstudio" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" VersionOverride="3.1.32" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<IsPackable>false</IsPackable>
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
<ProjectReference Include="..\Google.Cloud.Diagnostics.AspNetCore3\Google.Cloud.Diagnostics.AspNetCore3.csproj" />
Expand All @@ -23,6 +19,10 @@
<PackageReference Include="xunit.runner.visualstudio" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Google.Cloud.Diagnostics.AspNetCore3.IntegrationTests\Google.Cloud.Diagnostics.AspNetCore3.IntegrationTests.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<IsPackable>false</IsPackable>
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<Optimize Condition="'$(TargetFramework)' == 'net462'">false</Optimize>
<DebugType Condition="'$(TargetFramework)' == 'net462'">pdbonly</DebugType>
<DebugType Condition="'$(TargetFramework)' == 'net6.0'">portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Testing" VersionOverride="[4.9.0, 5.0.0)" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand All @@ -26,4 +20,10 @@
<PackageReference Include="xunit.runner.visualstudio" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<Optimize Condition="'$(TargetFramework)' == 'net462'">false</Optimize>
<DebugType Condition="'$(TargetFramework)' == 'net462'">pdbonly</DebugType>
<DebugType Condition="'$(TargetFramework)' == 'net6.0'">portable</DebugType>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<IsPackable>false</IsPackable>
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<Optimize Condition="'$(TargetFramework)' == 'net462'">false</Optimize>
<DebugType Condition="'$(TargetFramework)' == 'net462'">pdbonly</DebugType>
<DebugType Condition="'$(TargetFramework)' == 'net6.0'">portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Testing" VersionOverride="[4.9.0, 5.0.0)" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand All @@ -26,6 +20,12 @@
<PackageReference Include="xunit.runner.visualstudio" />
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<Optimize Condition="'$(TargetFramework)' == 'net462'">false</Optimize>
<DebugType Condition="'$(TargetFramework)' == 'net462'">pdbonly</DebugType>
<DebugType Condition="'$(TargetFramework)' == 'net6.0'">portable</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Google.Cloud.Diagnostics.Common.IntegrationTests\Google.Cloud.Diagnostics.Common.IntegrationTests.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 182d3bf

Please sign in to comment.