SES-68 Changes to csproj

This commit is contained in:
Karol Górzyński 2020-12-03 21:30:34 +01:00
parent f123ef65eb
commit 850ae8e610
2 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,4 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Repositories\" />
</ItemGroup>
</Project>

View File

@ -34,6 +34,7 @@
<ItemGroup>
<ProjectReference Include="..\SessionCompanion.Database\SessionCompanion.Database.csproj" />
<ProjectReference Include="..\SessionCompanion.ViewModels\SessionCompanion.ViewModels.csproj" />
</ItemGroup>
<Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">