Annotation of gpl/axl/test/test_01.vcproj, revision 1.1

1.1     ! misho       1: <?xml version="1.0" encoding="Windows-1252"?>
        !             2: <VisualStudioProject
        !             3:        ProjectType="Visual C++"
        !             4:        Version="8,00"
        !             5:        Name="test_01"
        !             6:        ProjectGUID="{6BE76DFE-070F-4908-A7B4-9A6AF653CF62}"
        !             7:        RootNamespace="test_01"
        !             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="$(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="C:\msys\1.0\include;..\ns;..\src"
        !            44:                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;AXL_NS_SUPPORT"
        !            45:                                MinimalRebuild="false"
        !            46:                                BasicRuntimeChecks="0"
        !            47:                                RuntimeLibrary="0"
        !            48:                                UsePrecompiledHeader="0"
        !            49:                                PrecompiledHeaderThrough=""
        !            50:                                WarningLevel="3"
        !            51:                                Detect64BitPortabilityProblems="true"
        !            52:                                DebugInformationFormat="1"
        !            53:                                CompileAs="1"
        !            54:                        />
        !            55:                        <Tool
        !            56:                                Name="VCManagedResourceCompilerTool"
        !            57:                        />
        !            58:                        <Tool
        !            59:                                Name="VCResourceCompilerTool"
        !            60:                        />
        !            61:                        <Tool
        !            62:                                Name="VCPreLinkEventTool"
        !            63:                        />
        !            64:                        <Tool
        !            65:                                Name="VCLinkerTool"
        !            66:                                AdditionalDependencies="kernel32.lib $(NoInherit)"
        !            67:                                OutputFile="$(ProjectName).exe"
        !            68:                                LinkIncremental="2"
        !            69:                                AdditionalLibraryDirectories="&quot;C:\msys\1.0\home\acinom\af-arch\trunk\libaxl\LibAxl&quot;"
        !            70:                                GenerateDebugInformation="true"
        !            71:                                SubSystem="1"
        !            72:                                TargetMachine="1"
        !            73:                        />
        !            74:                        <Tool
        !            75:                                Name="VCALinkTool"
        !            76:                        />
        !            77:                        <Tool
        !            78:                                Name="VCManifestTool"
        !            79:                        />
        !            80:                        <Tool
        !            81:                                Name="VCXDCMakeTool"
        !            82:                        />
        !            83:                        <Tool
        !            84:                                Name="VCBscMakeTool"
        !            85:                        />
        !            86:                        <Tool
        !            87:                                Name="VCFxCopTool"
        !            88:                        />
        !            89:                        <Tool
        !            90:                                Name="VCAppVerifierTool"
        !            91:                        />
        !            92:                        <Tool
        !            93:                                Name="VCWebDeploymentTool"
        !            94:                        />
        !            95:                        <Tool
        !            96:                                Name="VCPostBuildEventTool"
        !            97:                        />
        !            98:                </Configuration>
        !            99:                <Configuration
        !           100:                        Name="Release|Win32"
        !           101:                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
        !           102:                        IntermediateDirectory="$(ConfigurationName)"
        !           103:                        ConfigurationType="1"
        !           104:                        CharacterSet="1"
        !           105:                        WholeProgramOptimization="1"
        !           106:                        >
        !           107:                        <Tool
        !           108:                                Name="VCPreBuildEventTool"
        !           109:                        />
        !           110:                        <Tool
        !           111:                                Name="VCCustomBuildTool"
        !           112:                        />
        !           113:                        <Tool
        !           114:                                Name="VCXMLDataGeneratorTool"
        !           115:                        />
        !           116:                        <Tool
        !           117:                                Name="VCWebServiceProxyGeneratorTool"
        !           118:                        />
        !           119:                        <Tool
        !           120:                                Name="VCMIDLTool"
        !           121:                        />
        !           122:                        <Tool
        !           123:                                Name="VCCLCompilerTool"
        !           124:                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
        !           125:                                RuntimeLibrary="2"
        !           126:                                UsePrecompiledHeader="2"
        !           127:                                WarningLevel="3"
        !           128:                                Detect64BitPortabilityProblems="true"
        !           129:                                DebugInformationFormat="3"
        !           130:                        />
        !           131:                        <Tool
        !           132:                                Name="VCManagedResourceCompilerTool"
        !           133:                        />
        !           134:                        <Tool
        !           135:                                Name="VCResourceCompilerTool"
        !           136:                        />
        !           137:                        <Tool
        !           138:                                Name="VCPreLinkEventTool"
        !           139:                        />
        !           140:                        <Tool
        !           141:                                Name="VCLinkerTool"
        !           142:                                AdditionalDependencies="kernel32.lib $(NoInherit)"
        !           143:                                LinkIncremental="1"
        !           144:                                GenerateDebugInformation="true"
        !           145:                                SubSystem="1"
        !           146:                                OptimizeReferences="2"
        !           147:                                EnableCOMDATFolding="2"
        !           148:                                TargetMachine="1"
        !           149:                        />
        !           150:                        <Tool
        !           151:                                Name="VCALinkTool"
        !           152:                        />
        !           153:                        <Tool
        !           154:                                Name="VCManifestTool"
        !           155:                        />
        !           156:                        <Tool
        !           157:                                Name="VCXDCMakeTool"
        !           158:                        />
        !           159:                        <Tool
        !           160:                                Name="VCBscMakeTool"
        !           161:                        />
        !           162:                        <Tool
        !           163:                                Name="VCFxCopTool"
        !           164:                        />
        !           165:                        <Tool
        !           166:                                Name="VCAppVerifierTool"
        !           167:                        />
        !           168:                        <Tool
        !           169:                                Name="VCWebDeploymentTool"
        !           170:                        />
        !           171:                        <Tool
        !           172:                                Name="VCPostBuildEventTool"
        !           173:                        />
        !           174:                </Configuration>
        !           175:        </Configurations>
        !           176:        <References>
        !           177:                <ProjectReference
        !           178:                        ReferencedProjectIdentifier="{4AD56D01-116B-4146-B468-F4E85CFB8C7D}"
        !           179:                        RelativePathToProject=".\src\libaxl.vcproj"
        !           180:                />
        !           181:                <ProjectReference
        !           182:                        ReferencedProjectIdentifier="{298317EF-666F-4685-A241-7DFB39A44D8E}"
        !           183:                        RelativePathToProject=".\ns\libaxl-ns.vcproj"
        !           184:                />
        !           185:        </References>
        !           186:        <Files>
        !           187:                <Filter
        !           188:                        Name="Source Files"
        !           189:                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
        !           190:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
        !           191:                        >
        !           192:                        <File
        !           193:                                RelativePath="..\test\test_01.c"
        !           194:                                >
        !           195:                                <FileConfiguration
        !           196:                                        Name="Debug|Win32"
        !           197:                                        >
        !           198:                                        <Tool
        !           199:                                                Name="VCCLCompilerTool"
        !           200:                                                UsePrecompiledHeader="0"
        !           201:                                        />
        !           202:                                </FileConfiguration>
        !           203:                        </File>
        !           204:                </Filter>
        !           205:                <Filter
        !           206:                        Name="Header Files"
        !           207:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
        !           208:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
        !           209:                        >
        !           210:                </Filter>
        !           211:                <Filter
        !           212:                        Name="Resource Files"
        !           213:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
        !           214:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
        !           215:                        >
        !           216:                </Filter>
        !           217:                <File
        !           218:                        RelativePath=".\ReadMe.txt"
        !           219:                        >
        !           220:                </File>
        !           221:        </Files>
        !           222:        <Globals>
        !           223:        </Globals>
        !           224: </VisualStudioProject>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>