about summary refs log tree commit diff
path: root/Tests/TestDataGenerator/TestDataGenerator.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-30 08:22:50 +0000
committerRory& <root@rory.gay>2024-05-30 08:22:50 +0000
commit0fa768556aca00f4346ccd71917fad048def6323 (patch)
treee6835af94759eac7814aa6d1c718d98d37dfc4a9 /Tests/TestDataGenerator/TestDataGenerator.csproj
parentLog warning if registering a duplicate type (diff)
downloadLibMatrix-0fa768556aca00f4346ccd71917fad048def6323.tar.xz
Move around some projects, further cleanup pending dev/project-cleanup
Diffstat (limited to 'Tests/TestDataGenerator/TestDataGenerator.csproj')
-rw-r--r--Tests/TestDataGenerator/TestDataGenerator.csproj32
1 files changed, 0 insertions, 32 deletions
diff --git a/Tests/TestDataGenerator/TestDataGenerator.csproj b/Tests/TestDataGenerator/TestDataGenerator.csproj
deleted file mode 100644
index 879693e..0000000
--- a/Tests/TestDataGenerator/TestDataGenerator.csproj
+++ /dev/null
@@ -1,32 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-    <PropertyGroup>
-        <OutputType>Exe</OutputType>
-        <TargetFramework>net8.0</TargetFramework>
-        <LangVersion>preview</LangVersion>
-        <ImplicitUsings>enable</ImplicitUsings>
-        <Nullable>enable</Nullable>
-        <PublishAot>false</PublishAot>
-        <InvariantGlobalization>true</InvariantGlobalization>
-        <!--    <PublishTrimmed>true</PublishTrimmed>-->
-        <!--    <PublishReadyToRun>true</PublishReadyToRun>-->
-        <!--    <PublishSingleFile>true</PublishSingleFile>-->
-        <!--    <PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>-->
-        <!--    <PublishTrimmedShowLinkerSizeComparison>true</PublishTrimmedShowLinkerSizeComparison>-->
-        <!--    <PublishTrimmedShowLinkerSizeComparisonWarnings>true</PublishTrimmedShowLinkerSizeComparisonWarnings>-->
-    </PropertyGroup>
-
-    <ItemGroup>
-        <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
-    </ItemGroup>
-    <ItemGroup>
-        <Content Include="appsettings*.json">
-            <CopyToOutputDirectory>Always</CopyToOutputDirectory>
-        </Content>
-    </ItemGroup>
-    <ItemGroup>
-        <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj"/>
-        <ProjectReference Include="..\..\Utilities\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj"/>
-        <ProjectReference Include="..\LibMatrix.Tests\LibMatrix.Tests.csproj"/>
-    </ItemGroup>
-</Project>