2019-03-31 20:28:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
|
|
|
</PropertyGroup>
|
2019-11-16 16:06:26 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectView>ShowAllFiles</ProjectView>
|
|
|
|
</PropertyGroup>
|
2019-03-31 20:28:00 +02:00
|
|
|
</Project>
|