b24387f1eb28ea2a3d4fc1681d68201948b4e82c7838344a88937312f99744af850f8b2fba4190c4
40
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
40
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
41
    <LinkIncremental>true</LinkIncremental>
41
    <LinkIncremental>true</LinkIncremental>
42
    <IncludePath>$(SolutionDir)include;$(ProjectDir)include;$(SolutionDir)include/glm;$(SolutionDir)Squishy.SPH/include;$(IncludePath)</IncludePath>
42
    <IncludePath>$(SolutionDir)include;$(ProjectDir)include;$(SolutionDir)include/glm;$(SolutionDir)Squishy.SPH/include;$(IncludePath)</IncludePath>
43
    <LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
43
    <LibraryPath>$(SolutionDir)lib;$(AMDAPPSDKROOT)\lib\x86;$(LibraryPath)</LibraryPath>
44
  </PropertyGroup>
44
  </PropertyGroup>
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46
    <LinkIncremental>false</LinkIncremental>
46
    <LinkIncremental>false</LinkIncremental>
...
 
...
 
55
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
55
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56
      <DisableSpecificWarnings>4819;4251;%(DisableSpecificWarnings)</DisableSpecificWarnings>
56
      <DisableSpecificWarnings>4819;4251;%(DisableSpecificWarnings)</DisableSpecificWarnings>
57
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
57
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 
 
58
      <AdditionalIncludeDirectories>"$(AMDAPPSDKROOT)\include";</AdditionalIncludeDirectories>
58
    </ClCompile>
59
    </ClCompile>
59
    <Link>
60
    <Link>
60
      <SubSystem>Console</SubSystem>
61
      <SubSystem>Console</SubSystem>