Changeset 14 in libcf for trunk/windows


Ignore:
Timestamp:
01/31/13 22:55:37 (11 years ago)
Author:
cheese
Message:

#1 add test code and fix debug and logging error

Location:
trunk/windows
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/libcf.sln

    r13 r14  
    22Microsoft Visual Studio Solution File, Format Version 10.00
    33# Visual Studio 2008
    4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcf", "libcf/libcf.vcproj", "{E5FB2D95-3841-464C-B23F-94ADA4499FE6}"
     4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libCF", "libcf\libcf.vcproj", "{E5FB2D95-3841-464C-B23F-94ADA4499FE6}"
     5EndProject
     6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcproj", "{D344FA91-7B7A-4390-9CA5-E1ABCCECA3A2}"
     7    ProjectSection(ProjectDependencies) = postProject
     8        {E5FB2D95-3841-464C-B23F-94ADA4499FE6} = {E5FB2D95-3841-464C-B23F-94ADA4499FE6}
     9    EndProjectSection
    510EndProject
    611Global
     
    1419        {E5FB2D95-3841-464C-B23F-94ADA4499FE6}.Release|Win32.ActiveCfg = Release|Win32
    1520        {E5FB2D95-3841-464C-B23F-94ADA4499FE6}.Release|Win32.Build.0 = Release|Win32
     21        {D344FA91-7B7A-4390-9CA5-E1ABCCECA3A2}.Debug|Win32.ActiveCfg = Debug|Win32
     22        {D344FA91-7B7A-4390-9CA5-E1ABCCECA3A2}.Debug|Win32.Build.0 = Debug|Win32
     23        {D344FA91-7B7A-4390-9CA5-E1ABCCECA3A2}.Release|Win32.ActiveCfg = Release|Win32
     24        {D344FA91-7B7A-4390-9CA5-E1ABCCECA3A2}.Release|Win32.Build.0 = Release|Win32
    1625    EndGlobalSection
    1726    GlobalSection(SolutionProperties) = preSolution
  • trunk/windows/libcf/libcf.vcproj

    r13 r14  
    2222            IntermediateDirectory="$(ConfigurationName)"
    2323            ConfigurationType="2"
    24             CharacterSet="1"
     24            CharacterSet="0"
    2525            >
    2626            <Tool
     
    9595            IntermediateDirectory="$(ConfigurationName)"
    9696            ConfigurationType="2"
    97             CharacterSet="1"
     97            CharacterSet="0"
    9898            WholeProgramOptimization="1"
    9999            >
Note: See TracChangeset for help on using the changeset viewer.