mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 04:09:46 +00:00
1089 lines
24 KiB
XML
1089 lines
24 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="objc"
|
|
ProjectGUID="{B3408263-0CF1-47BE-83CC-56070EFC9BC1}"
|
|
RootNamespace="objc"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="prebuild.bat..."
|
|
CommandLine="prebuild"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\runtime";"$(DSTROOT)\AppleInternal\include";"$(SRCROOT)\AppleInternal\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/dynamicbase"
|
|
OutputFile="$(OutDir)\$(ProjectName)_debug.dll"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="true"
|
|
StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Install"
|
|
CommandLine="xcopy /Y "$(TargetDir)$(TargetName).dll" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).exp" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).lib" "%DSTROOT%\AppleInternal\lib\"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).pdbstripped" "$(TargetDir)$(TargetName).pdb"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\public\sym\"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="prebuild.bat..."
|
|
CommandLine="prebuild"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\runtime";"$(DSTROOT)\AppleInternal\include";"$(SRCROOT)\AppleInternal\include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/dynamicbase"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="true"
|
|
StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="2"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Install"
|
|
CommandLine="xcopy /Y "$(TargetDir)$(TargetName).dll" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).exp" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).lib" "%DSTROOT%\AppleInternal\lib\"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).pdbstripped" "$(TargetDir)$(TargetName).pdb"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\public\sym\"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugDLL|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
Description="prebuild.bat..."
|
|
CommandLine="prebuild"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)\runtime";"$(DSTROOT)\AppleInternal\include";"$(SRCROOT)\AppleInternal\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OBJC_EXPORTS;BUILDING_OBJC;__WIN32__;_CRT_SECURE_NO_DEPRECATE"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/dynamicbase"
|
|
OutputFile="$(OutDir)\$(ProjectName)_debug.dll"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="true"
|
|
StripPrivateSymbols="$(TargetDir)$(TargetName).pdbstripped"
|
|
SubSystem="2"
|
|
OptimizeReferences="1"
|
|
EnableCOMDATFolding="0"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Install"
|
|
CommandLine="xcopy /Y "$(TargetDir)$(TargetName).dll" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).exp" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).lib" "%DSTROOT%\AppleInternal\lib\"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\bin\"
xcopy /Y "$(TargetDir)$(TargetName).pdbstripped" "$(TargetDir)$(TargetName).pdb"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "%DSTROOT%\AppleInternal\public\sym\"
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\runtime\hashtable2.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\maptable.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-cache.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-class-old.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-class.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-errors.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-exception.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-file-old.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-file.mm"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-initialize.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-layout.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-load.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-loadmethod.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-lockdebug.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\Messengers.subproj\objc-msg-win32.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-os.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-references.mm"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-runtime-new.mm"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-runtime-old.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-runtime.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sel-set.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sel.mm"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sync.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-typeencoding.m"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\runtime\error.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\hashtable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\hashtable2.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\maptable.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\message.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-api.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-auto.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-class.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-exception.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-file-old.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-file.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-initialize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-load.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-loadmethod.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-os.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-private.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-references.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-runtime-new.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-runtime.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sel-set.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sel-table.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc-sync.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\objcrt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\Protocol.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\runtime\runtime.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath=".\version.rc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="$(OBJROOT)"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="$(OBJROOT)"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDLL|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="$(OBJROOT)"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|