mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 12:21:25 +00:00
4b3ed8f97f
DevEnv.targets.example should be copied to DevEnv.targets and edited with the user's appropriate settings
7 lines
278 B
XML
7 lines
278 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<GameDir>C:\Program Files\Epic Games\OuterWilds</GameDir>
|
|
<OwmlDir>$(AppData)\OuterWildsModManager\OWML</OwmlDir>
|
|
</PropertyGroup>
|
|
</Project> |