Skip to content

Commit

Permalink
Enable browse information in Visual Studio
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19034 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jeff Cohen committed Dec 19, 2004
1 parent 7897b72 commit 91c3e2d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions win32/Analysis/Analysis.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/CodeGen/CodeGen.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/ExecutionEngine/ExecutionEngine.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/Fibonacci/Fibonacci.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/Support/Support.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/System/System.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/TableGen/TableGen.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/Target/Target.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/Transforms/Transforms.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/VMCore/VMCore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down
1 change: 1 addition & 0 deletions win32/x86/x86.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ForceConformanceInForLoopScope="TRUE"
RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
Expand Down

0 comments on commit 91c3e2d

Please sign in to comment.