dark theme, logo, tests

This commit is contained in:
2021-09-13 23:28:56 +01:00
parent 51a08dec9a
commit cd3629a5a0
9 changed files with 43 additions and 24 deletions

View File

@ -22,5 +22,13 @@
<ProjectReference Include="..\..\src\isnd\isnd.csproj" />
<ProjectReference Include="..\..\src\isn\isn.csproj" />
</ItemGroup>
<ItemGroup>
<MyTestingConfigFiles Include="appsettings.Testing.json"/>
</ItemGroup>
<Target Name="CopyTestConfig">
<Copy
SourceFiles="@(MyTestingConfigFiles)"
DestinationFolder="bin\Debug\netcoreapp2.1"
/>
</Target>
</Project>