Skip to content

Commit

Permalink
VS2008 part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualDev242 committed Sep 18, 2014
1 parent f83e332 commit a9d8eef
Show file tree
Hide file tree
Showing 4,517 changed files with 27,504 additions and 850,213 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .hg_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repo: b915f4cd8a7885e1e905dac59d0acb7cd595957d
node: e54761abb7c8aac930ad5903a0eef856feed8cf2
branch: 1.6.02
latesttag: null
latesttagdistance: 8
123 changes: 62 additions & 61 deletions 3rd party/bugtrap/bugtrap/BugTrap.vcproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="9.00"
Name="BugTrap"
ProjectGUID="{E8CF1ADA-264A-4127-86C2-FD7057D3792C}"
RootNamespace="BugTrap"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Expand Down Expand Up @@ -82,6 +83,8 @@
MapExports="false"
SubSystem="2"
OptimizeForWindows98="0"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
TargetMachine="1"
/>
Expand All @@ -103,20 +106,15 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Xbox 360"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Name="Release|Win32"
OutputDirectory="..\..\..\..\..\binaries"
IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)"
ConfigurationType="2"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Expand All @@ -135,19 +133,21 @@
Name="VCMIDLTool"
/>
<Tool
Name="VCCLX360CompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
MinimalRebuild="true"
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
OmitFramePointers="true"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
StringPooling="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
BufferSecurityCheck="true"
EnableFunctionLevelLinking="false"
RuntimeTypeInfo="false"
UsePrecompiledHeader="2"
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Expand All @@ -162,42 +162,55 @@
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCX360LinkerTool"
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib"
OutputFile="$(OutDir)/$(ProjectName)D.dll"
LinkIncremental="2"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\..\..\..\..\libraries"
ModuleDefinitionFile="BugTrap.def"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
GenerateMapFile="false"
MapFileName=""
MapExports="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCX360ImageTool"
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCX360DeploymentTool"
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
Name="VCAppVerifierTool"
/>
<DebuggerTool
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\..\..\..\..\binaries"
IntermediateDirectory="..\..\..\..\..\intermediate\$(ConfigurationName)\$(ProjectName)"
Name="Debug|Xbox 360"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="2"
UseOfMFC="-1"
UseOfATL="0"
CharacterSet="2"
>
<Tool
Expand All @@ -216,21 +229,19 @@
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
OmitFramePointers="true"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
StringPooling="true"
Name="VCCLX360CompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;DEBUG;_WINDOWS;_USRDLL;BUGTRAP_EXPORTS"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
BufferSecurityCheck="true"
EnableFunctionLevelLinking="false"
RuntimeTypeInfo="false"
UsePrecompiledHeader="2"
PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
WarningLevel="4"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Expand All @@ -245,48 +256,36 @@
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
Name="VCX360LinkerTool"
AdditionalDependencies="ws2_32.lib comctl32.lib shlwapi.lib version.lib wininet.lib"
OutputFile="$(OutDir)/$(ProjectName).dll"
LinkIncremental="1"
OutputFile="$(OutDir)/$(ProjectName)D.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="..\..\..\..\..\libraries"
ModuleDefinitionFile="BugTrap.def"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
GenerateMapFile="false"
MapFileName=""
MapExports="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
ImportLibrary="..\..\..\..\..\libraries\$(ProjectName).lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
Name="VCX360ImageTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
Name="VCX360DeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
<DebuggerTool
/>
</Configuration>
<Configuration
Name="Release|Xbox 360"
Expand Down Expand Up @@ -378,10 +377,12 @@
<AssemblyReference
RelativePath="System.dll"
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
MinFrameworkVersion="131072"
/>
<AssemblyReference
RelativePath="System.Windows.Forms.dll"
AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
MinFrameworkVersion="131072"
/>
</References>
<Files>
Expand Down Expand Up @@ -796,28 +797,28 @@
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Xbox 360"
Name="Release|Win32"
>
<Tool
Name="VCCLX360CompilerTool"
UsePrecompiledHeader="1"
/>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
Name="Debug|Xbox 360"
>
<Tool
Name="VCCLCompilerTool"
Name="VCCLX360CompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Xbox 360"
>
<Tool
Name="VCCLX360CompilerTool"
UsePrecompiledHeader="1"
/>
<Tool
Name="VCCLX360CompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
</Filter>
Expand Down
Loading

0 comments on commit a9d8eef

Please sign in to comment.