2020-02-10 22:03:28 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
2020-02-15 07:27:08 +00:00
|
|
|
<StartWorkingDirectory>C:\Program Files\Epic Games\OuterWilds\OWML</StartWorkingDirectory>
|
2020-02-10 22:03:28 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectView>ProjectFiles</ProjectView>
|
|
|
|
</PropertyGroup>
|
2020-02-13 18:58:49 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
2020-02-15 07:27:08 +00:00
|
|
|
<StartWorkingDirectory>C:\Program Files\Epic Games\OuterWilds\OWML</StartWorkingDirectory>
|
2020-02-13 18:58:49 +00:00
|
|
|
</PropertyGroup>
|
2020-02-10 22:03:28 +00:00
|
|
|
</Project>
|