SES-68 Added Basic ViewModels #7

Merged
s426134 merged 2 commits from SES-68 into master 2020-12-03 22:21:45 +01:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 850ae8e610 - Show all commits

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') ">