|
|
@ -24,6 +24,7 @@
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<None Remove="hass-workstation-service.exe" />
|
|
|
|
<None Remove="hass-workstation-service.pdb" />
|
|
|
|
<None Remove="hass-workstation-service.pdb" />
|
|
|
|
<None Remove="libHarfBuzzSharp.dll" />
|
|
|
|
<None Remove="libHarfBuzzSharp.dll" />
|
|
|
|
<None Remove="libSkiaSharp.dll" />
|
|
|
|
<None Remove="libSkiaSharp.dll" />
|
|
|
@ -32,14 +33,17 @@
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="libSkiaSharp.dll">
|
|
|
|
<Content Include="hass-workstation-service.exe">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</Content>
|
|
|
|
<Content Include="libHarfBuzzSharp.dll">
|
|
|
|
<Content Include="libHarfBuzzSharp.dll">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
|
|
<Content Include="libSkiaSharp.dll">
|
|
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</Content>
|
|
|
|
<Content Include="UserInterface.exe">
|
|
|
|
<Content Include="UserInterface.exe">
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
@ -67,8 +71,4 @@
|
|
|
|
<HintPath>..\lib\CoreAudio.dll</HintPath>
|
|
|
|
<HintPath>..\lib\CoreAudio.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Resource Include="libHarfBuzzSharp.dll" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|