about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-05 00:58:08 +0100
committerRory& <root@rory.gay>2025-12-05 00:58:08 +0100
commit741cc856e3546828bc127da03166067eb2053f43 (patch)
tree17bb8e7a07f1b895fa583b38fd2364a17bd26ae5 /Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj
parentEvent content redaction (v12) (diff)
downloadLibMatrix-741cc856e3546828bc127da03166067eb2053f43.tar.xz
Drop dev test bot
Diffstat (limited to 'Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj')
-rw-r--r--Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj36
1 files changed, 0 insertions, 36 deletions
diff --git a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj b/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj
deleted file mode 100644

index 9b0e94e..0000000 --- a/Utilities/LibMatrix.DevTestBot/LibMatrix.DevTestBot.csproj +++ /dev/null
@@ -1,36 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <OutputType>Exe</OutputType> - <TargetFramework>net10.0</TargetFramework> - <LangVersion>preview</LangVersion> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - <PublishAot>false</PublishAot> - <InvariantGlobalization>true</InvariantGlobalization> - <RootNamespace>LibMatrix.ExampleBot</RootNamespace> - <!-- <PublishTrimmed>true</PublishTrimmed>--> - <!-- <PublishReadyToRun>true</PublishReadyToRun>--> - <!-- <PublishSingleFile>true</PublishSingleFile>--> - <!-- <PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>--> - <!-- <PublishTrimmedShowLinkerSizeComparison>true</PublishTrimmedShowLinkerSizeComparison>--> - <!-- <PublishTrimmedShowLinkerSizeComparisonWarnings>true</PublishTrimmedShowLinkerSizeComparisonWarnings>--> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="ArcaneLibs.StringNormalisation" Version="1.0.0-preview.20251005-232225" Condition="'$(Configuration)' == 'Release'"/> - <ProjectReference Include="..\..\ArcaneLibs\ArcaneLibs.StringNormalisation\ArcaneLibs.StringNormalisation.csproj" Condition="'$(Configuration)' == 'Debug'"/> - <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj"/> - <ProjectReference Include="..\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj"/> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-rc.2.25502.107"/> - </ItemGroup> - - <ItemGroup> - <Content Include="appsettings*.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> - </ItemGroup> -</Project>