- Timestamp:
- Oct 7, 2010, 12:33:15 AM (10 years ago)
- Location:
- zzuf/trunk/msvc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/msvc/libzzuf.vcxproj
r4674 r4675 37 37 <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> 38 38 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> 39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\ </IntDir>39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\$(ProjectName)\</IntDir> 40 40 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 41 41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> 42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\ </IntDir>42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\$(ProjectName)\</IntDir> 43 43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 44 44 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> -
zzuf/trunk/msvc/zzat.vcxproj
r4653 r4675 37 37 <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> 38 38 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> 39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\ </IntDir>39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\$(ProjectName)\</IntDir> 40 40 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 41 41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> 42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\ </IntDir>42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\$(ProjectName)\</IntDir> 43 43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 44 44 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> -
zzuf/trunk/msvc/zznop.vcxproj
r4650 r4675 37 37 <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> 38 38 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> 39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\ </IntDir>39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\$(ProjectName)\</IntDir> 40 40 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 41 41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> 42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\ </IntDir>42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\$(ProjectName)\</IntDir> 43 43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 44 44 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> -
zzuf/trunk/msvc/zzuf.vcxproj
r4137 r4675 37 37 <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> 38 38 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> 39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\ </IntDir>39 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\$(ProjectName)\</IntDir> 40 40 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 41 41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> 42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\ </IntDir>42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\$(ProjectName)\</IntDir> 43 43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 44 44 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset
for help on using the changeset viewer.