summaryrefslogtreecommitdiff
path: root/dsa/DSACore/DSACore.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'dsa/DSACore/DSACore.csproj')
-rw-r--r--dsa/DSACore/DSACore.csproj28
1 files changed, 0 insertions, 28 deletions
diff --git a/dsa/DSACore/DSACore.csproj b/dsa/DSACore/DSACore.csproj
deleted file mode 100644
index f7def31..0000000
--- a/dsa/DSACore/DSACore.csproj
+++ /dev/null
@@ -1,28 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp2.2</TargetFramework>
- <StartupObject>DSACore.Program</StartupObject>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Remove="wwwroot\**" />
- <Content Remove="wwwroot\**" />
- <EmbeddedResource Remove="wwwroot\**" />
- <None Remove="wwwroot\**" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.App" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\DSALib\DSALib.csproj" />
- <ProjectReference Include="..\FireBase\FireBase.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Remove="Controllers\ValuesController.cs" />
- </ItemGroup>
-
-</Project>