9 lines
570 B
Plaintext
9 lines
570 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||
|
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<ReferencePath>C:\Users\Dennis\Desktop\Skola\DV1477 - Stort spelutvecklingsprojekt\DanBias\Code\StandAloneLauncher\..\..\Bin\Dll\;C:\Users\Dennis\Desktop\Skola\DV1477 - Stort spelutvecklingsprojekt\DanBias\Bin\DLL\</ReferencePath>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|