1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="getopt_static" 6 ProjectGUID="{4cefbc80-c215-11db-8314-0800200c9a66}" 7 RootNamespace="getopt_static" 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)objs\$(ConfigurationName)\lib" 21 IntermediateDirectory="$(ConfigurationName)" 22 ConfigurationType="4" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 Optimization="0" 42 AdditionalIncludeDirectories=".\include;..\..\..\include" 43 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG" 44 MinimalRebuild="true" 45 BasicRuntimeChecks="3" 46 RuntimeLibrary="1" 47 UsePrecompiledHeader="0" 48 WarningLevel="3" 49 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="4" 51 CompileAs="0" 52 DisableSpecificWarnings="4267;4996" 53 ForcedIncludeFiles="share/msvc2005_int.h" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLibrarianTool" 66 /> 67 <Tool 68 Name="VCALinkTool" 69 /> 70 <Tool 71 Name="VCXDCMakeTool" 72 /> 73 <Tool 74 Name="VCBscMakeTool" 75 /> 76 <Tool 77 Name="VCFxCopTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 /> 82 </Configuration> 83 <Configuration 84 Name="Release|Win32" 85 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\lib" 86 IntermediateDirectory="$(ConfigurationName)" 87 ConfigurationType="4" 88 WholeProgramOptimization="1" 89 > 90 <Tool 91 Name="VCPreBuildEventTool" 92 /> 93 <Tool 94 Name="VCCustomBuildTool" 95 /> 96 <Tool 97 Name="VCXMLDataGeneratorTool" 98 /> 99 <Tool 100 Name="VCWebServiceProxyGeneratorTool" 101 /> 102 <Tool 103 Name="VCMIDLTool" 104 /> 105 <Tool 106 Name="VCCLCompilerTool" 107 EnableIntrinsicFunctions="true" 108 FavorSizeOrSpeed="1" 109 OmitFramePointers="true" 110 WholeProgramOptimization="true" 111 AdditionalIncludeDirectories=".\include;..\..\..\include" 112 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;FLAC__NO_DLL" 113 RuntimeLibrary="0" 114 BufferSecurityCheck="false" 115 UsePrecompiledHeader="0" 116 WarningLevel="3" 117 Detect64BitPortabilityProblems="true" 118 DebugInformationFormat="3" 119 CompileAs="0" 120 DisableSpecificWarnings="4267;4996" 121 ForcedIncludeFiles="share/msvc2005_int.h" 122 /> 123 <Tool 124 Name="VCManagedResourceCompilerTool" 125 /> 126 <Tool 127 Name="VCResourceCompilerTool" 128 /> 129 <Tool 130 Name="VCPreLinkEventTool" 131 /> 132 <Tool 133 Name="VCLibrarianTool" 134 /> 135 <Tool 136 Name="VCALinkTool" 137 /> 138 <Tool 139 Name="VCXDCMakeTool" 140 /> 141 <Tool 142 Name="VCBscMakeTool" 143 /> 144 <Tool 145 Name="VCFxCopTool" 146 /> 147 <Tool 148 Name="VCPostBuildEventTool" 149 /> 150 </Configuration> 151 </Configurations> 152 <References> 153 </References> 154 <Files> 155 <Filter 156 Name="Header Files" 157 Filter="h;hpp;hxx;hm;inl;inc;xsd" 158 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 159 > 160 </Filter> 161 <Filter 162 Name="Source Files" 163 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 164 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 165 > 166 <File 167 RelativePath=".\getopt.c" 168 > 169 </File> 170 <File 171 RelativePath=".\getopt1.c" 172 > 173 </File> 174 </Filter> 175 <Filter 176 Name="Public Header Files" 177 > 178 <File 179 RelativePath="..\..\..\include\share\getopt.h" 180 > 181 </File> 182 </Filter> 183 </Files> 184 <Globals> 185 </Globals> 186</VisualStudioProject> 187