summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-06-11 23:05:52 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-06-11 23:05:52 +0200
commite6181c24124d97f2fbc932b8a68311e625463156 (patch)
treec1f097c344ca266b7941c9668590b0fd35c7870a /DSACore/DSACore.csproj
parent2490ad5d31fe2ac778ff9303776f0e91f47a2862 (diff)
Move dsa related stuff to subfolder
Diffstat (limited to 'DSACore/DSACore.csproj')
-rw-r--r--DSACore/DSACore.csproj28
1 files changed, 0 insertions, 28 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
deleted file mode 100644
index f7def31..0000000
--- a/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>