Brian Silverman | 70325d6 | 2015-09-20 17:00:43 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
| 2 | <VisualStudioProject
|
| 3 | ProjectType="Visual C++"
|
| 4 | Version="7.10"
|
| 5 | Name="statemachine_test"
|
| 6 | ProjectGUID="{A105C0FF-C28A-480B-8298-A66AB4F1F0CD}"
|
| 7 | Keyword="Win32Proj">
|
| 8 | <Platforms>
|
| 9 | <Platform
|
| 10 | Name="Win32"/>
|
| 11 | </Platforms>
|
| 12 | <Configurations>
|
| 13 | <Configuration
|
| 14 | Name="Debug|Win32"
|
| 15 | OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
| 16 | IntermediateDirectory="$(ConfigurationName)"
|
| 17 | ConfigurationType="1"
|
| 18 | CharacterSet="2">
|
| 19 | <Tool
|
| 20 | Name="VCCLCompilerTool"
|
| 21 | Optimization="0"
|
| 22 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
| 23 | MinimalRebuild="TRUE"
|
| 24 | BasicRuntimeChecks="3"
|
| 25 | RuntimeLibrary="5"
|
| 26 | UsePrecompiledHeader="0"
|
| 27 | WarningLevel="3"
|
| 28 | DebugInformationFormat="4"/>
|
| 29 | <Tool
|
| 30 | Name="VCCustomBuildTool"/>
|
| 31 | <Tool
|
| 32 | Name="VCLinkerTool"
|
| 33 | OutputFile="$(OutDir)/statemachine_test.exe"
|
| 34 | LinkIncremental="2"
|
| 35 | GenerateDebugInformation="TRUE"
|
| 36 | ProgramDatabaseFile="$(OutDir)/statemachine_test.pdb"
|
| 37 | SubSystem="1"
|
| 38 | TargetMachine="1"/>
|
| 39 | <Tool
|
| 40 | Name="VCMIDLTool"/>
|
| 41 | <Tool
|
| 42 | Name="VCPostBuildEventTool"/>
|
| 43 | <Tool
|
| 44 | Name="VCPreBuildEventTool"/>
|
| 45 | <Tool
|
| 46 | Name="VCPreLinkEventTool"/>
|
| 47 | <Tool
|
| 48 | Name="VCResourceCompilerTool"/>
|
| 49 | <Tool
|
| 50 | Name="VCWebServiceProxyGeneratorTool"/>
|
| 51 | <Tool
|
| 52 | Name="VCXMLDataGeneratorTool"/>
|
| 53 | <Tool
|
| 54 | Name="VCWebDeploymentTool"/>
|
| 55 | <Tool
|
| 56 | Name="VCManagedWrapperGeneratorTool"/>
|
| 57 | <Tool
|
| 58 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
| 59 | </Configuration>
|
| 60 | <Configuration
|
| 61 | Name="Release|Win32"
|
| 62 | OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
| 63 | IntermediateDirectory="$(ConfigurationName)"
|
| 64 | ConfigurationType="1"
|
| 65 | CharacterSet="2">
|
| 66 | <Tool
|
| 67 | Name="VCCLCompilerTool"
|
| 68 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
| 69 | RuntimeLibrary="4"
|
| 70 | UsePrecompiledHeader="0"
|
| 71 | WarningLevel="3"
|
| 72 | DebugInformationFormat="3"/>
|
| 73 | <Tool
|
| 74 | Name="VCCustomBuildTool"/>
|
| 75 | <Tool
|
| 76 | Name="VCLinkerTool"
|
| 77 | OutputFile="$(OutDir)/statemachine_test.exe"
|
| 78 | LinkIncremental="1"
|
| 79 | GenerateDebugInformation="TRUE"
|
| 80 | SubSystem="1"
|
| 81 | OptimizeReferences="2"
|
| 82 | EnableCOMDATFolding="2"
|
| 83 | TargetMachine="1"/>
|
| 84 | <Tool
|
| 85 | Name="VCMIDLTool"/>
|
| 86 | <Tool
|
| 87 | Name="VCPostBuildEventTool"/>
|
| 88 | <Tool
|
| 89 | Name="VCPreBuildEventTool"/>
|
| 90 | <Tool
|
| 91 | Name="VCPreLinkEventTool"/>
|
| 92 | <Tool
|
| 93 | Name="VCResourceCompilerTool"/>
|
| 94 | <Tool
|
| 95 | Name="VCWebServiceProxyGeneratorTool"/>
|
| 96 | <Tool
|
| 97 | Name="VCXMLDataGeneratorTool"/>
|
| 98 | <Tool
|
| 99 | Name="VCWebDeploymentTool"/>
|
| 100 | <Tool
|
| 101 | Name="VCManagedWrapperGeneratorTool"/>
|
| 102 | <Tool
|
| 103 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
| 104 | </Configuration>
|
| 105 | </Configurations>
|
| 106 | <References>
|
| 107 | </References>
|
| 108 | <Files>
|
| 109 | <Filter
|
| 110 | Name="Source Files"
|
| 111 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
| 112 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
| 113 | <File
|
| 114 | RelativePath="..\..\src\htmlparser\statemachine.cc">
|
| 115 | <FileConfiguration
|
| 116 | Name="Debug|Win32">
|
| 117 | <Tool
|
| 118 | Name="VCCLCompilerTool"
|
| 119 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 120 | RuntimeLibrary="3"
|
| 121 | CompileAs="1"/>
|
| 122 | </FileConfiguration>
|
| 123 | <FileConfiguration
|
| 124 | Name="Release|Win32">
|
| 125 | <Tool
|
| 126 | Name="VCCLCompilerTool"
|
| 127 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 128 | RuntimeLibrary="2"
|
| 129 | CompileAs="1"/>
|
| 130 | </FileConfiguration>
|
| 131 | </File>
|
| 132 | <File
|
| 133 | RelativePath="..\..\src\tests\statemachine_test.c">
|
| 134 | <FileConfiguration
|
| 135 | Name="Debug|Win32">
|
| 136 | <Tool
|
| 137 | Name="VCCLCompilerTool"
|
| 138 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 139 | RuntimeLibrary="3"
|
| 140 | CompileAs="1"/>
|
| 141 | </FileConfiguration>
|
| 142 | <FileConfiguration
|
| 143 | Name="Release|Win32">
|
| 144 | <Tool
|
| 145 | Name="VCCLCompilerTool"
|
| 146 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 147 | RuntimeLibrary="2"
|
| 148 | CompileAs="1"/>
|
| 149 | </FileConfiguration>
|
| 150 | </File>
|
| 151 | <File
|
| 152 | RelativePath="..\..\src\windows\port.cc">
|
| 153 | <FileConfiguration
|
| 154 | Name="Debug|Win32">
|
| 155 | <Tool
|
| 156 | Name="VCCLCompilerTool"
|
| 157 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 158 | RuntimeLibrary="3"
|
| 159 | CompileAs="1"/>
|
| 160 | </FileConfiguration>
|
| 161 | <FileConfiguration
|
| 162 | Name="Release|Win32">
|
| 163 | <Tool
|
| 164 | Name="VCCLCompilerTool"
|
| 165 | AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"
|
| 166 | RuntimeLibrary="2"
|
| 167 | CompileAs="1"/>
|
| 168 | </FileConfiguration>
|
| 169 | </File>
|
| 170 | </Filter>
|
| 171 | <Filter
|
| 172 | Name="Header Files">
|
| 173 | <File
|
| 174 | RelativePath="..\..\src\htmlparser\statemachine.h">
|
| 175 | </File>
|
| 176 | <File
|
| 177 | RelativePath="..\..\src\windows\config.h">
|
| 178 | </File>
|
| 179 | <File
|
| 180 | RelativePath="..\..\src\windows\port.h">
|
| 181 | </File>
|
| 182 | </Filter>
|
| 183 | </Files>
|
| 184 | <Globals>
|
| 185 | </Globals>
|
| 186 | </VisualStudioProject>
|