chore: stop tracking dependencies and build artifacts

This commit is contained in:
2025-12-05 21:03:18 +00:00
parent ffa219cfeb
commit 5d7c687a77
6923 changed files with 0 additions and 7370335 deletions

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ProjectCapability Include="TestContainer" />
</ItemGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<!-- Support for importing props via the runner -->
<Import Condition=" '$(_Xunit_ImportPropsFile)' != '' " Project="$(_Xunit_ImportPropsFile)" />
</Project>

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Desktop CLR needs auto-generated binding redirects (and full PDBs for TPv1) -->
<PropertyGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<DebugType Condition=" '$(DebugType)' == '' ">full</DebugType>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<!-- .NET Core need .deps.json and .runtimeconfig.json files (and portable PDBs for TPv2) -->
<PropertyGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETCoreApp' ">
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
<GenerateDependencyFile>true</GenerateDependencyFile>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<!-- Support for importing targets via the runner -->
<Import Condition=" '$(_Xunit_ImportTargetsFile)' != '' " Project="$(_Xunit_ImportTargetsFile)" />
</Project>