quantum-space-buddies/DevEnv.targets.example
Chris Yeninas 4b3ed8f97f have user settings go in gitignored file
DevEnv.targets.example should be copied to DevEnv.targets and edited with the user's appropriate settings
2021-11-26 22:35:08 -05:00

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>