Changeset 3971 for zzuf/trunk/msvc
- Timestamp:
- Nov 20, 2009, 1:06:17 PM (11 years ago)
- Location:
- zzuf/trunk/msvc
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/msvc
- Property svn:ignore
-
old new 2 2 Debug 3 3 Release 4 *.filters 5 *.user 6 *.log 7 *.sdf 8 *.suo 9 *.opensdf 10 ipch
-
- Property svn:ignore
-
zzuf/trunk/msvc/libzzuf.vcxproj
r3933 r3971 60 60 <WarningLevel>Level3</WarningLevel> 61 61 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 62 <CompileAs>CompileAsC</CompileAs> 62 63 </ClCompile> 63 64 <Link> … … 84 85 <WarningLevel>Level3</WarningLevel> 85 86 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 87 <CompileAs>CompileAsC</CompileAs> 86 88 </ClCompile> 87 89 <Link> -
zzuf/trunk/msvc/zzuf.vcxproj
r3933 r3971 61 61 <WarningLevel>Level3</WarningLevel> 62 62 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 63 <CompileAs>CompileAsC</CompileAs> 63 64 </ClCompile> 64 65 <Link> … … 80 81 <WarningLevel>Level3</WarningLevel> 81 82 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 83 <CompileAs>CompileAsC</CompileAs> 82 84 </ClCompile> 83 85 <Link> -
zzuf/trunk/msvc/zzuf10.sln
r3933 r3971 5 5 EndProject 6 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzzuf", "libzzuf.vcxproj", "{E658DCE5-E1E5-41C8-910B-1CC2D73C435C}" 7 EndProject 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zznop", "zznop.vcxproj", "{04486051-18D2-402D-91C0-3E0A8F2FD0D7}" 7 9 EndProject 8 10 Global … … 20 22 {E658DCE5-E1E5-41C8-910B-1CC2D73C435C}.Release|Win32.ActiveCfg = Release|Win32 21 23 {E658DCE5-E1E5-41C8-910B-1CC2D73C435C}.Release|Win32.Build.0 = Release|Win32 24 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Debug|Win32.ActiveCfg = Debug|Win32 25 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Debug|Win32.Build.0 = Debug|Win32 26 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Release|Win32.ActiveCfg = Release|Win32 27 {04486051-18D2-402D-91C0-3E0A8F2FD0D7}.Release|Win32.Build.0 = Release|Win32 22 28 EndGlobalSection 23 29 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.