| | |
| | | <PropertyGroup Label="UserMacros" /> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | <IntDir>$(Platform)\nogpu_$(Configuration)\</IntDir> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| | | <OutDir>$(SolutionDir)$(Platform)\</OutDir> |
| | | <IntDir>$(Platform)\nogpu_$(Configuration)\</IntDir> |
| | | </PropertyGroup> |
| | | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| | | <ClCompile> |