summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/DSACore.csproj')
-rw-r--r--DSACore/DSACore.csproj17
1 files changed, 12 insertions, 5 deletions
diff --git a/DSACore/DSACore.csproj b/DSACore/DSACore.csproj
index ad760c2..b350c64 100644
--- a/DSACore/DSACore.csproj
+++ b/DSACore/DSACore.csproj
@@ -1,12 +1,15 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>netcoreapp2.1</TargetFramework>
+ <TargetFramework>netcoreapp2.2</TargetFramework>
<StartupObject>DSACore.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
- <Folder Include="wwwroot\" />
+ <Compile Remove="wwwroot\**" />
+ <Content Remove="wwwroot\**" />
+ <EmbeddedResource Remove="wwwroot\**" />
+ <None Remove="wwwroot\**" />
</ItemGroup>
<ItemGroup>
@@ -14,8 +17,12 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\DSALib\DSALib.csproj" />
- <ProjectReference Include="..\FireBase\FireBase.csproj" />
+ <ProjectReference Include="..\dsa\DSALib\DSALib.csproj" />
+ <ProjectReference Include="..\dsa\FireBase\FireBase.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Remove="Controllers\ValuesController.cs" />
</ItemGroup>
</Project>