Changeset 249
- Timestamp:
- Jan 20, 2011, 6:30:48 PM (12 years ago)
- Location:
- trunk/win32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/deushax.vcxproj
r247 r249 93 93 <PropertyGroup Label="UserMacros" /> 94 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 95 <IntDir>Debug\$(ProjectName)\</IntDir> 95 96 <LinkIncremental>true</LinkIncremental> 96 97 </PropertyGroup> 97 98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 99 <IntDir>Release\$(ProjectName)\</IntDir> 98 100 <LinkIncremental>false</LinkIncremental> 99 101 </PropertyGroup> -
trunk/win32/monsterz.vcxproj
r247 r249 95 95 <PropertyGroup Label="UserMacros" /> 96 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 97 <IntDir>Debug\$(ProjectName)\</IntDir> 97 98 <LinkIncremental>true</LinkIncremental> 98 99 </PropertyGroup> 99 100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 101 <IntDir>Release\$(ProjectName)\</IntDir> 100 102 <LinkIncremental>false</LinkIncremental> 101 103 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.