Revize bebb116e
Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)
src/Presentation/Leuze.App/Leuze.App.csproj | ||
---|---|---|
11 | 11 |
<TargetFramework>net5.0</TargetFramework> |
12 | 12 |
<Nullable>enable</Nullable> |
13 | 13 |
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
14 |
<UserSecretsId>61d7eb1b-7e84-4d33-bf02-87517697a10c</UserSecretsId> |
|
14 | 15 |
</PropertyGroup> |
15 | 16 |
|
16 | 17 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
... | ... | |
22 | 23 |
</ItemGroup> |
23 | 24 |
|
24 | 25 |
<ItemGroup> |
25 |
<None Include="wwwroot\Resources\Icons\microsoft-logo.svg" /> |
|
26 |
<Resource Include="wwwroot\Resources\Icons\microsoft-logo.svg"> |
|
27 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
28 |
</Resource> |
|
26 | 29 |
</ItemGroup> |
27 | 30 |
|
28 | 31 |
<ItemGroup> |
Také k dispozici: Unified diff
Fixed some UI bugs, finished minor components, basic actions
refs #8895 @0.15hod