forked from space-wizards/SS14.Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLauncher.props
More file actions
21 lines (20 loc) · 767 Bytes
/
Launcher.props
File metadata and controls
21 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<!--
Me from the present putting a note so me from the future doesn't oopsie like me from the past did:
Other places this value needs to be updated:
1. Packaging scripts.
2. Download .NET runtime script.
3. Local dev SS14.Loader launching code.
4. build-test.yml GitHub Actions workflow
5. publish-release.yml GitHub Actions workflow
-->
<TargetFramework>net10.0</TargetFramework>
<Version>0.36.1</Version>
<!--
CET breaks for people on older, but still supported Windows versions:
https://github.com/space-wizards/SS14.Launcher/issues/198
-->
<CETCompat>false</CETCompat>
</PropertyGroup>
</Project>