mxml/vcnet/mxmldoc.vcproj

204 lines
4.1 KiB
Plaintext
Raw Normal View History

2004-06-25 18:52:34 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2008-10-26 19:44:57 +00:00
Version="9.00"
2004-06-25 18:52:34 +00:00
Name="mxmldoc"
ProjectGUID="{D909892E-520A-4322-9A47-DAEBDA9CC7A7}"
2008-10-26 19:44:57 +00:00
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
2004-06-25 18:52:34 +00:00
<Platforms>
<Platform
2008-10-26 19:44:57 +00:00
Name="Win32"
/>
2004-06-25 18:52:34 +00:00
</Platforms>
2008-10-26 19:44:57 +00:00
<ToolFiles>
</ToolFiles>
2004-06-25 18:52:34 +00:00
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
2008-10-26 19:44:57 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../vcnet,.."
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
2008-10-26 19:44:57 +00:00
MinimalRebuild="true"
2004-06-25 18:52:34 +00:00
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
2008-10-26 19:44:57 +00:00
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
Name="VCLinkerTool"
2008-10-26 19:44:57 +00:00
OutputFile="../mxmldoc.exe"
2004-06-25 18:52:34 +00:00
LinkIncremental="2"
2008-10-26 19:44:57 +00:00
IgnoreDefaultLibraryNames="oldnames.lib"
GenerateDebugInformation="true"
2004-06-25 18:52:34 +00:00
ProgramDatabaseFile="$(OutDir)/mxmldoc.pdb"
SubSystem="1"
2008-10-26 19:44:57 +00:00
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCALinkTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCManifestTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCXDCMakeTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCBscMakeTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCFxCopTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCAppVerifierTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCPostBuildEventTool"
/>
2004-06-25 18:52:34 +00:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
2008-10-26 19:44:57 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../vcnet,.."
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
2008-10-26 19:44:57 +00:00
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
Name="VCLinkerTool"
OutputFile="../mxmldoc.exe"
LinkIncremental="1"
2008-10-26 19:44:57 +00:00
IgnoreDefaultLibraryNames="oldnames.lib"
GenerateDebugInformation="true"
2004-06-25 18:52:34 +00:00
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
2008-10-26 19:44:57 +00:00
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCALinkTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCManifestTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCXDCMakeTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCBscMakeTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCFxCopTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCAppVerifierTool"
/>
2004-06-25 18:52:34 +00:00
<Tool
2008-10-26 19:44:57 +00:00
Name="VCPostBuildEventTool"
/>
2004-06-25 18:52:34 +00:00
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
2008-10-26 19:44:57 +00:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
2004-06-25 18:52:34 +00:00
<File
2008-10-26 19:44:57 +00:00
RelativePath="..\mxmldoc.c"
>
2004-06-25 18:52:34 +00:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2008-10-26 19:44:57 +00:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
2004-06-25 18:52:34 +00:00
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2008-10-26 19:44:57 +00:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
2004-06-25 18:52:34 +00:00
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>