EnableWindowsTargeting true, update README

This commit is contained in:
2024-11-26 15:47:21 -06:00
parent f60fb6ee26
commit 7928cdc6c4
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
This is a WPF-based tool that can be used to re-enable achievements in [Factorio][factorio] after using console commands or the editor.
- Built for Factorio 2.0 Space Age, although it should be compatible with Factorio 1.1.
- Secure automatic software releases built online with GitHub Actions.
- [Automatic release builds via GitHub Actions][ga-builds].
## Usage
@@ -31,3 +31,4 @@ I recommend that you
[factorio]: https://factorio.com/
[releases]: https://github.com/Xevion/factorio-achievements-fixer/releases
[csharp-net8_0]: https://dotnet.microsoft.com/download/dotnet/8.0
[ga-builds]: https://github.com/Xevion/factorio-achievements-fixer/actions/workflows/build.yaml

View File

@@ -9,6 +9,7 @@
<UseWPF>true</UseWPF>
<Title>Factorio Achievements Fixer</Title>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
</Project>