(linenum→info "unix/slp.c:2238")

gauche/0.8.12/winnt/gosh.vcproj

    1: <?xml version="1.0" encoding="shift_jis"?>
    2: <VisualStudioProject
    3:         ProjectType="Visual C++"
    4:         Version="8.00"
    5:         Name="gosh"
    6:         ProjectGUID="{B07FC839-E1AD-4160-AEA4-2583974D3254}"
    7:         RootNamespace="gosh"
    8:         Keyword="Win32Proj"
    9:         >
   10:         <Platforms>
   11:                 <Platform
   12:                         Name="Win32"
   13:                 />
   14:         </Platforms>
   15:         <ToolFiles>
   16:         </ToolFiles>
   17:         <Configurations>
   18:                 <Configuration
   19:                         Name="Debug|Win32"
   20:                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   21:                         IntermediateDirectory="gosh\$(ConfigurationName)"
   22:                         ConfigurationType="1"
   23:                         CharacterSet="1"
   24:                         >
   25:                         <Tool
   26:                                 Name="VCPreBuildEventTool"
   27:                         />
   28:                         <Tool
   29:                                 Name="VCCustomBuildTool"
   30:                         />
   31:                         <Tool
   32:                                 Name="VCXMLDataGeneratorTool"
   33:                         />
   34:                         <Tool
   35:                                 Name="VCWebServiceProxyGeneratorTool"
   36:                         />
   37:                         <Tool
   38:                                 Name="VCMIDLTool"
   39:                         />
   40:                         <Tool
   41:                                 Name="VCCLCompilerTool"
   42:                                 Optimization="0"
   43:                                 AdditionalIncludeDirectories=".;..\src;..\gc\include"
   44:                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS"
   45:                                 MinimalRebuild="true"
   46:                                 BasicRuntimeChecks="3"
   47:                                 RuntimeLibrary="3"
   48:                                 UsePrecompiledHeader="0"
   49:                                 WarningLevel="3"
   50:                                 Detect64BitPortabilityProblems="true"
   51:                                 DebugInformationFormat="4"
   52:                         />
   53:                         <Tool
   54:                                 Name="VCManagedResourceCompilerTool"
   55:                         />
   56:                         <Tool
   57:                                 Name="VCResourceCompilerTool"
   58:                         />
   59:                         <Tool
   60:                                 Name="VCPreLinkEventTool"
   61:                         />
   62:                         <Tool
   63:                                 Name="VCLinkerTool"
   64:                                 LinkIncremental="2"
   65:                                 AdditionalLibraryDirectories=""
   66:                                 GenerateDebugInformation="true"
   67:                                 SubSystem="1"
   68:                                 TargetMachine="1"
   69:                         />
   70:                         <Tool
   71:                                 Name="VCALinkTool"
   72:                         />
   73:                         <Tool
   74:                                 Name="VCManifestTool"
   75:                         />
   76:                         <Tool
   77:                                 Name="VCXDCMakeTool"
   78:                         />
   79:                         <Tool
   80:                                 Name="VCBscMakeTool"
   81:                         />
   82:                         <Tool
   83:                                 Name="VCFxCopTool"
   84:                         />
   85:                         <Tool
   86:                                 Name="VCAppVerifierTool"
   87:                         />
   88:                         <Tool
   89:                                 Name="VCWebDeploymentTool"
   90:                         />
   91:                         <Tool
   92:                                 Name="VCPostBuildEventTool"
   93:                         />
   94:                 </Configuration>
   95:                 <Configuration
   96:                         Name="Release|Win32"
   97:                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
   98:                         IntermediateDirectory="$(ConfigurationName)"
   99:                         ConfigurationType="1"
  100:                         CharacterSet="1"
  101:                         WholeProgramOptimization="1"
  102:                         >
  103:                         <Tool
  104:                                 Name="VCPreBuildEventTool"
  105:                         />
  106:                         <Tool
  107:                                 Name="VCCustomBuildTool"
  108:                         />
  109:                         <Tool
  110:                                 Name="VCXMLDataGeneratorTool"
  111:                         />
  112:                         <Tool
  113:                                 Name="VCWebServiceProxyGeneratorTool"
  114:                         />
  115:                         <Tool
  116:                                 Name="VCMIDLTool"
  117:                         />
  118:                         <Tool
  119:                                 Name="VCCLCompilerTool"
  120:                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  121:                                 RuntimeLibrary="2"
  122:                                 UsePrecompiledHeader="0"
  123:                                 WarningLevel="3"
  124:                                 Detect64BitPortabilityProblems="true"
  125:                                 DebugInformationFormat="3"
  126:                         />
  127:                         <Tool
  128:                                 Name="VCManagedResourceCompilerTool"
  129:                         />
  130:                         <Tool
  131:                                 Name="VCResourceCompilerTool"
  132:                         />
  133:                         <Tool
  134:                                 Name="VCPreLinkEventTool"
  135:                         />
  136:                         <Tool
  137:                                 Name="VCLinkerTool"
  138:                                 LinkIncremental="1"
  139:                                 GenerateDebugInformation="true"
  140:                                 SubSystem="1"
  141:                                 OptimizeReferences="2"
  142:                                 EnableCOMDATFolding="2"
  143:                                 TargetMachine="1"
  144:                         />
  145:                         <Tool
  146:                                 Name="VCALinkTool"
  147:                         />
  148:                         <Tool
  149:                                 Name="VCManifestTool"
  150:                         />
  151:                         <Tool
  152:                                 Name="VCXDCMakeTool"
  153:                         />
  154:                         <Tool
  155:                                 Name="VCBscMakeTool"
  156:                         />
  157:                         <Tool
  158:                                 Name="VCFxCopTool"
  159:                         />
  160:                         <Tool
  161:                                 Name="VCAppVerifierTool"
  162:                         />
  163:                         <Tool
  164:                                 Name="VCWebDeploymentTool"
  165:                         />
  166:                         <Tool
  167:                                 Name="VCPostBuildEventTool"
  168:                         />
  169:                 </Configuration>
  170:         </Configurations>
  171:         <References>
  172:                 <ProjectReference
  173:                         ReferencedProjectIdentifier="{269A68B7-2FE2-4C84-9E55-65240F4E892C}"
  174:                         RelativePathToProject=".\libgauche.vcproj"
  175:                 />
  176:         </References>
  177:         <Files>
  178:                 <File
  179:                         RelativePath="..\src\main.c"
  180:                         >
  181:                 </File>
  182:         </Files>
  183:         <Globals>
  184:         </Globals>
  185: </VisualStudioProject>
Syntax (Markdown)