summarylogtreecommitdiffstats
path: root/rgx.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'rgx.csproj')
-rw-r--r--rgx.csproj37
1 files changed, 0 insertions, 37 deletions
diff --git a/rgx.csproj b/rgx.csproj
deleted file mode 100644
index bed3cc90949f..000000000000
--- a/rgx.csproj
+++ /dev/null
@@ -1,37 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <IsPackable>false</IsPackable>
- <Company>comroid</Company>
- <AssemblyVersion>0.2</AssemblyVersion>
- <FileVersion>1</FileVersion>
- <InformationalVersion>$(AssemblyVersion)</InformationalVersion>
- <PublishSingleFile>true</PublishSingleFile>
- <SelfContained>false</SelfContained>
- <Configurations>Debug;Release;Test</Configurations>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Platforms>AnyCPU</Platforms>
- </PropertyGroup>
-
- <PropertyGroup>
- <LibCommonPath>..\csapi\common\common.csproj</LibCommonPath>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="comroid.csapi.common" Version="0.1.0" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="CommandLineParser" Version="2.9.1" />
- </ItemGroup>
-
- <ItemGroup Condition="'$(Configuration)' == 'Test'">
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
- <PackageReference Include="NUnit" Version="3.13.3" />
- </ItemGroup>
-
-</Project>