pull/130/head
Sleevezipper 3 years ago
parent 1a6673aafa
commit b38f74e335

@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ApplicationRevision>47</ApplicationRevision>
<ApplicationRevision>55</ApplicationRevision>
<ApplicationVersion>1.0.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
@ -37,6 +37,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<TrustUrlParameters>True</TrustUrlParameters>
<UpdateEnabled>True</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<History>False|2021-11-14T15:44:38.1032015Z;</History>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.CoreRuntime.5.0.x64">

@ -1,7 +0,0 @@
{
"MqttBroker": {
"Host": "192.168.2.6",
"Username": "tester",
"Password": "tester"
}
}

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
@ -42,6 +42,9 @@
<Content Include="UserInterface.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="UserInterface.pdb">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
@ -67,5 +70,11 @@
<Reference Include="CoreAudio">
<HintPath>..\lib\CoreAudio.dll</HintPath>
</Reference>
<!--<Reference Include="libHarfBuzzSharp.dll">
<HintPath>..\lib\libHarfBuzzSharp.dll</HintPath>
</Reference>
<Reference Include="libSkiaSharp.dll">
<HintPath>..\lib\libSkiaSharp.dll</HintPath>
</Reference>-->
</ItemGroup>
</Project>

File diff suppressed because it is too large Load Diff

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}
Loading…
Cancel
Save