summaryrefslogtreecommitdiff
path: root/DSACore/DSACore.csproj
blob: ad760c29f1b89424c1094868684e966ded453d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <StartupObject>DSACore.Program</StartupObject>
  </PropertyGroup>

  <ItemGroup>
    <Folder Include="wwwroot\" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.App" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\DSALib\DSALib.csproj" />
    <ProjectReference Include="..\FireBase\FireBase.csproj" />
  </ItemGroup>

</Project>