Clean up test filenames
This commit is contained in:
+8
-36
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
@@ -7,15 +7,7 @@
|
||||
<IsTestProject>true</IsTestProject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Parsers\TestInput\2023-24 RMS TSA student & event - Event Definitions.csv" />
|
||||
<None Remove="Parsers\TestInput\2023-24 RMS TSA student & event - Student Event Rankings.csv" />
|
||||
<None Remove="Parsers\TestInput\2023-24 RMS TSA student & event - Teams.csv" />
|
||||
<None Remove="Parsers\TestInput\2024 TN TSA State Competition Event Times.txt" />
|
||||
<None Remove="Parsers\TestInput\2024-25 RMS TSA student & event - assumptions.csv" />
|
||||
<None Remove="Parsers\TestInput\2024-25 RMS TSA student & event - Event Definitions.csv" />
|
||||
<None Remove="Parsers\TestInput\2024-25 RMS TSA student & event - Student Event Rankings.csv" />
|
||||
<None Remove="Parsers\TestInput\2024-25 RMS TSA student & event - Teams.csv" />
|
||||
<None Remove="Parsers\TestInput\teams 20231025.csv" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
|
||||
@@ -28,44 +20,21 @@
|
||||
<ProjectReference Include="..\Core\Core.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - assumptions.csv">
|
||||
<Content Include="Parsers\TestInput\2025 Assumptions.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2025-26 RMS TSA student & event - Event Definitions.csv">
|
||||
<Content Include="Parsers\TestInput\2024 Event Definitions.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - Event Definitions.csv">
|
||||
<Content Include="Parsers\TestInput\2024 Student Event Rankings.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2023-24 RMS TSA student & event - Event Definitions.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - Nationals Student Event Rankings.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - Student Event Rankings.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2023-24 RMS TSA student & event - Student Event Rankings.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2023-24 RMS TSA student & event - Teams.csv">
|
||||
<Content Include="Parsers\TestInput\2024 Teams.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024 TN TSA State Competition Event Times.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - Nationals Teams.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Parsers\TestInput\2024-25 RMS TSA student & event - Teams.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Parsers\TestInput\teams 20231025.csv">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Update="Parsers\TestInput\2025 TSA Nationals Competition Event Times.txt.bak">
|
||||
@@ -77,5 +46,8 @@
|
||||
<None Update="Parsers\TestInput\2025 TN TSA State Competition Event Times.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Parsers\TestInput\TN TSA State Competition Event Times.xlsx">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user