-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLauncher.props
More file actions
22 lines (21 loc) · 810 Bytes
/
Copy pathLauncher.props
File metadata and controls
22 lines (21 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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.38.0.50</Version>
<UseRidGraph>true</UseRidGraph>
<!--
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>