WIP - Install/update support

This commit is contained in:
2021-12-20 12:28:50 -05:00
parent 4f80379692
commit 37ba989310
9 changed files with 266 additions and 63 deletions

View File

@@ -143,10 +143,11 @@
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Compile Include="UpdateCheck.cs" />
<Page Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
</Page>
<Compile Include="AudioWatcher.cs" />
<Compile Include="LightController.cs" />
<Compile Include="Delcom\StoplightIndicator.cs" />
@@ -188,6 +189,7 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.config" />
<None Include="appveyor.yml" />
<None Include="LICENSE.md" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -234,6 +236,9 @@
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="squirrel.windows">
<Version>2.0.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">