Updated VisualGDB project files with latest toolchain revision references
This commit is contained in:
parent
7a130954df
commit
c20fe38d65
7 changed files with 199 additions and 214 deletions
|
@ -52,7 +52,7 @@
|
||||||
<Version>
|
<Version>
|
||||||
<GCC>6.3.0</GCC>
|
<GCC>6.3.0</GCC>
|
||||||
<GDB>7.12</GDB>
|
<GDB>7.12</GDB>
|
||||||
<Revision>1</Revision>
|
<Revision>3</Revision>
|
||||||
</Version>
|
</Version>
|
||||||
</ToolchainID>
|
</ToolchainID>
|
||||||
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry-RPI1.vcxproj</ProjectFile>
|
||||||
|
@ -63,6 +63,51 @@
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
</Build>
|
</Build>
|
||||||
|
<CustomBuild>
|
||||||
|
<PreSyncActions />
|
||||||
|
<PreBuildActions />
|
||||||
|
<PostBuildActions />
|
||||||
|
<PreCleanActions />
|
||||||
|
<PostCleanActions />
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomDebug>
|
||||||
|
<PreDebugActions />
|
||||||
|
<PostDebugActions />
|
||||||
|
<DebugStopActions />
|
||||||
|
<BreakMode>Default</BreakMode>
|
||||||
|
</CustomDebug>
|
||||||
|
<CustomShortcuts>
|
||||||
|
<Shortcuts />
|
||||||
|
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
||||||
|
</CustomShortcuts>
|
||||||
|
<UserDefinedVariables />
|
||||||
|
<ImportedPropertySheets />
|
||||||
|
<CodeSense>
|
||||||
|
<Enabled>False</Enabled>
|
||||||
|
<CFLAGS />
|
||||||
|
<CXXFLAGS />
|
||||||
|
<ExternalSourceFileList />
|
||||||
|
<ExtraSettings>
|
||||||
|
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||||
|
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
||||||
|
<DiscoverySettings>
|
||||||
|
<Mode>Enabled</Mode>
|
||||||
|
<SearchInProjectDir>true</SearchInProjectDir>
|
||||||
|
<SearchInSourceDirs>true</SearchInSourceDirs>
|
||||||
|
<SearchInIncludeSubdirs>true</SearchInIncludeSubdirs>
|
||||||
|
<IgnoredDirs />
|
||||||
|
<IgnoredHeaders />
|
||||||
|
</DiscoverySettings>
|
||||||
|
<CheckForClangFormatFiles xsi:nil="true" />
|
||||||
|
<FormattingEngine xsi:nil="true" />
|
||||||
|
</ExtraSettings>
|
||||||
|
<CodeAnalyzerSettings>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
</CodeAnalyzerSettings>
|
||||||
|
</CodeSense>
|
||||||
|
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
||||||
|
<Configurations />
|
||||||
|
<ProgramArgumentsSuggestions />
|
||||||
<Debug xsi:type="com.visualgdb.debug.remote">
|
<Debug xsi:type="com.visualgdb.debug.remote">
|
||||||
<AdditionalStartupCommands />
|
<AdditionalStartupCommands />
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
|
@ -110,46 +155,4 @@
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||||
</Debug>
|
</Debug>
|
||||||
<CustomBuild>
|
|
||||||
<PreSyncActions />
|
|
||||||
<PreBuildActions />
|
|
||||||
<PostBuildActions />
|
|
||||||
<PreCleanActions />
|
|
||||||
<PostCleanActions />
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomDebug>
|
|
||||||
<PreDebugActions />
|
|
||||||
<PostDebugActions />
|
|
||||||
<DebugStopActions />
|
|
||||||
<BreakMode>Default</BreakMode>
|
|
||||||
</CustomDebug>
|
|
||||||
<CustomShortcuts>
|
|
||||||
<Shortcuts />
|
|
||||||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
|
||||||
</CustomShortcuts>
|
|
||||||
<UserDefinedVariables />
|
|
||||||
<ImportedPropertySheets />
|
|
||||||
<CodeSense>
|
|
||||||
<Enabled>False</Enabled>
|
|
||||||
<CFLAGS />
|
|
||||||
<CXXFLAGS />
|
|
||||||
<ExternalSourceFileList />
|
|
||||||
<ExtraSettings>
|
|
||||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
|
||||||
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
|
||||||
<DiscoverySettings>
|
|
||||||
<Mode>Enabled</Mode>
|
|
||||||
<SearchInProjectDir>true</SearchInProjectDir>
|
|
||||||
<SearchInSourceDirs>true</SearchInSourceDirs>
|
|
||||||
<SearchInIncludeSubdirs>true</SearchInIncludeSubdirs>
|
|
||||||
<IgnoredDirs />
|
|
||||||
<IgnoredHeaders />
|
|
||||||
</DiscoverySettings>
|
|
||||||
</ExtraSettings>
|
|
||||||
<CodeAnalyzerSettings>
|
|
||||||
<Enabled>false</Enabled>
|
|
||||||
</CodeAnalyzerSettings>
|
|
||||||
</CodeSense>
|
|
||||||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
|
||||||
<ProgramArgumentsSuggestions />
|
|
||||||
</VisualGDBProjectSettings2>
|
</VisualGDBProjectSettings2>
|
|
@ -1,15 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<UserDefinedVariableValues />
|
|
||||||
<DebugPreferences>
|
|
||||||
<CatchpointConfiguration>
|
|
||||||
<Exec>false</Exec>
|
|
||||||
<Fork>false</Fork>
|
|
||||||
<Vfork>false</Vfork>
|
|
||||||
<Syscalls />
|
|
||||||
<CXXCatchpoints />
|
|
||||||
</CatchpointConfiguration>
|
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
|
||||||
<MemoryWindowPreferences />
|
|
||||||
</DebugPreferences>
|
|
||||||
</VisualGDBUserPreferences>
|
|
|
@ -52,16 +52,62 @@
|
||||||
<Version>
|
<Version>
|
||||||
<GCC>6.3.0</GCC>
|
<GCC>6.3.0</GCC>
|
||||||
<GDB>7.12</GDB>
|
<GDB>7.12</GDB>
|
||||||
<Revision>1</Revision>
|
<Revision>3</Revision>
|
||||||
</Version>
|
</Version>
|
||||||
</ToolchainID>
|
</ToolchainID>
|
||||||
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
||||||
<RemoteBuildEnvironment>
|
<RemoteBuildEnvironment>
|
||||||
<Records />
|
<Records />
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
</Build>
|
</Build>
|
||||||
|
<CustomBuild>
|
||||||
|
<PreSyncActions />
|
||||||
|
<PreBuildActions />
|
||||||
|
<PostBuildActions />
|
||||||
|
<PreCleanActions />
|
||||||
|
<PostCleanActions />
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomDebug>
|
||||||
|
<PreDebugActions />
|
||||||
|
<PostDebugActions />
|
||||||
|
<DebugStopActions />
|
||||||
|
<BreakMode>Default</BreakMode>
|
||||||
|
</CustomDebug>
|
||||||
|
<CustomShortcuts>
|
||||||
|
<Shortcuts />
|
||||||
|
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
||||||
|
</CustomShortcuts>
|
||||||
|
<UserDefinedVariables />
|
||||||
|
<ImportedPropertySheets />
|
||||||
|
<CodeSense>
|
||||||
|
<Enabled>False</Enabled>
|
||||||
|
<CFLAGS />
|
||||||
|
<CXXFLAGS />
|
||||||
|
<ExternalSourceFileList />
|
||||||
|
<ExtraSettings>
|
||||||
|
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||||
|
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
||||||
|
<DiscoverySettings>
|
||||||
|
<Mode>Enabled</Mode>
|
||||||
|
<SearchInProjectDir>true</SearchInProjectDir>
|
||||||
|
<SearchInSourceDirs>true</SearchInSourceDirs>
|
||||||
|
<SearchInIncludeSubdirs>true</SearchInIncludeSubdirs>
|
||||||
|
<IgnoredDirs />
|
||||||
|
<IgnoredHeaders />
|
||||||
|
</DiscoverySettings>
|
||||||
|
<CheckForClangFormatFiles xsi:nil="true" />
|
||||||
|
<FormattingEngine xsi:nil="true" />
|
||||||
|
</ExtraSettings>
|
||||||
|
<CodeAnalyzerSettings>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
</CodeAnalyzerSettings>
|
||||||
|
</CodeSense>
|
||||||
|
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
||||||
|
<Configurations />
|
||||||
|
<ProgramArgumentsSuggestions />
|
||||||
<Debug xsi:type="com.visualgdb.debug.remote">
|
<Debug xsi:type="com.visualgdb.debug.remote">
|
||||||
<AdditionalStartupCommands />
|
<AdditionalStartupCommands />
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
|
@ -109,46 +155,4 @@
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||||
</Debug>
|
</Debug>
|
||||||
<CustomBuild>
|
|
||||||
<PreSyncActions />
|
|
||||||
<PreBuildActions />
|
|
||||||
<PostBuildActions />
|
|
||||||
<PreCleanActions />
|
|
||||||
<PostCleanActions />
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomDebug>
|
|
||||||
<PreDebugActions />
|
|
||||||
<PostDebugActions />
|
|
||||||
<DebugStopActions />
|
|
||||||
<BreakMode>Default</BreakMode>
|
|
||||||
</CustomDebug>
|
|
||||||
<CustomShortcuts>
|
|
||||||
<Shortcuts />
|
|
||||||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
|
||||||
</CustomShortcuts>
|
|
||||||
<UserDefinedVariables />
|
|
||||||
<ImportedPropertySheets />
|
|
||||||
<CodeSense>
|
|
||||||
<Enabled>False</Enabled>
|
|
||||||
<CFLAGS />
|
|
||||||
<CXXFLAGS />
|
|
||||||
<ExternalSourceFileList />
|
|
||||||
<ExtraSettings>
|
|
||||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
|
||||||
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
|
||||||
<DiscoverySettings>
|
|
||||||
<Mode>Enabled</Mode>
|
|
||||||
<SearchInProjectDir>true</SearchInProjectDir>
|
|
||||||
<SearchInSourceDirs>true</SearchInSourceDirs>
|
|
||||||
<SearchInIncludeSubdirs>true</SearchInIncludeSubdirs>
|
|
||||||
<IgnoredDirs />
|
|
||||||
<IgnoredHeaders />
|
|
||||||
</DiscoverySettings>
|
|
||||||
</ExtraSettings>
|
|
||||||
<CodeAnalyzerSettings>
|
|
||||||
<Enabled>false</Enabled>
|
|
||||||
</CodeAnalyzerSettings>
|
|
||||||
</CodeSense>
|
|
||||||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
|
||||||
<ProgramArgumentsSuggestions />
|
|
||||||
</VisualGDBProjectSettings2>
|
</VisualGDBProjectSettings2>
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<VisualGDBUserPreferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<UserDefinedVariableValues />
|
|
||||||
<DebugPreferences>
|
|
||||||
<CatchpointConfiguration>
|
|
||||||
<Throw>false</Throw>
|
|
||||||
<Rethrow>false</Rethrow>
|
|
||||||
<Catch>false</Catch>
|
|
||||||
<Exec>false</Exec>
|
|
||||||
<Fork>false</Fork>
|
|
||||||
<Vfork>false</Vfork>
|
|
||||||
<Syscalls />
|
|
||||||
</CatchpointConfiguration>
|
|
||||||
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
|
||||||
<MemoryWindowPreferences />
|
|
||||||
</DebugPreferences>
|
|
||||||
</VisualGDBUserPreferences>
|
|
|
@ -24,7 +24,7 @@
|
||||||
<Version>
|
<Version>
|
||||||
<GCC>6.3.0</GCC>
|
<GCC>6.3.0</GCC>
|
||||||
<GDB>7.12</GDB>
|
<GDB>7.12</GDB>
|
||||||
<Revision>1</Revision>
|
<Revision>3</Revision>
|
||||||
</Version>
|
</Version>
|
||||||
</ToolchainID>
|
</ToolchainID>
|
||||||
<Toolchain>
|
<Toolchain>
|
||||||
|
@ -65,6 +65,40 @@
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
</Build>
|
</Build>
|
||||||
|
<CustomBuild>
|
||||||
|
<PreSyncActions />
|
||||||
|
<PreBuildActions />
|
||||||
|
<PostBuildActions />
|
||||||
|
<PreCleanActions />
|
||||||
|
<PostCleanActions />
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomDebug>
|
||||||
|
<PreDebugActions />
|
||||||
|
<PostDebugActions />
|
||||||
|
<DebugStopActions />
|
||||||
|
<BreakMode>Default</BreakMode>
|
||||||
|
</CustomDebug>
|
||||||
|
<CustomShortcuts>
|
||||||
|
<Shortcuts />
|
||||||
|
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
||||||
|
</CustomShortcuts>
|
||||||
|
<UserDefinedVariables />
|
||||||
|
<ImportedPropertySheets />
|
||||||
|
<CodeSense>
|
||||||
|
<Enabled>Unknown</Enabled>
|
||||||
|
<ExtraSettings>
|
||||||
|
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||||
|
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
||||||
|
<CheckForClangFormatFiles xsi:nil="true" />
|
||||||
|
<FormattingEngine xsi:nil="true" />
|
||||||
|
</ExtraSettings>
|
||||||
|
<CodeAnalyzerSettings>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
</CodeAnalyzerSettings>
|
||||||
|
</CodeSense>
|
||||||
|
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
||||||
|
<Configurations />
|
||||||
|
<ProgramArgumentsSuggestions />
|
||||||
<Debug xsi:type="com.visualgdb.debug.remote">
|
<Debug xsi:type="com.visualgdb.debug.remote">
|
||||||
<AdditionalStartupCommands />
|
<AdditionalStartupCommands />
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
|
@ -124,35 +158,4 @@
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||||
</Debug>
|
</Debug>
|
||||||
<CustomBuild>
|
|
||||||
<PreSyncActions />
|
|
||||||
<PreBuildActions />
|
|
||||||
<PostBuildActions />
|
|
||||||
<PreCleanActions />
|
|
||||||
<PostCleanActions />
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomDebug>
|
|
||||||
<PreDebugActions />
|
|
||||||
<PostDebugActions />
|
|
||||||
<DebugStopActions />
|
|
||||||
<BreakMode>Default</BreakMode>
|
|
||||||
</CustomDebug>
|
|
||||||
<CustomShortcuts>
|
|
||||||
<Shortcuts />
|
|
||||||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
|
||||||
</CustomShortcuts>
|
|
||||||
<UserDefinedVariables />
|
|
||||||
<ImportedPropertySheets />
|
|
||||||
<CodeSense>
|
|
||||||
<Enabled>Unknown</Enabled>
|
|
||||||
<ExtraSettings>
|
|
||||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
|
||||||
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
|
||||||
</ExtraSettings>
|
|
||||||
<CodeAnalyzerSettings>
|
|
||||||
<Enabled>false</Enabled>
|
|
||||||
</CodeAnalyzerSettings>
|
|
||||||
</CodeSense>
|
|
||||||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
|
||||||
<ProgramArgumentsSuggestions />
|
|
||||||
</VisualGDBProjectSettings2>
|
</VisualGDBProjectSettings2>
|
|
@ -24,7 +24,7 @@
|
||||||
<Version>
|
<Version>
|
||||||
<GCC>6.3.0</GCC>
|
<GCC>6.3.0</GCC>
|
||||||
<GDB>7.12</GDB>
|
<GDB>7.12</GDB>
|
||||||
<Revision>1</Revision>
|
<Revision>3</Revision>
|
||||||
</Version>
|
</Version>
|
||||||
</ToolchainID>
|
</ToolchainID>
|
||||||
<Toolchain>
|
<Toolchain>
|
||||||
|
@ -60,10 +60,45 @@
|
||||||
<Value>C:\SysGCC\raspberry\bin;%PATH%</Value>
|
<Value>C:\SysGCC\raspberry\bin;%PATH%</Value>
|
||||||
</Record>
|
</Record>
|
||||||
</Records>
|
</Records>
|
||||||
|
<EnvironmentSetupFiles />
|
||||||
</RemoteBuildEnvironment>
|
</RemoteBuildEnvironment>
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
</Build>
|
</Build>
|
||||||
|
<CustomBuild>
|
||||||
|
<PreSyncActions />
|
||||||
|
<PreBuildActions />
|
||||||
|
<PostBuildActions />
|
||||||
|
<PreCleanActions />
|
||||||
|
<PostCleanActions />
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomDebug>
|
||||||
|
<PreDebugActions />
|
||||||
|
<PostDebugActions />
|
||||||
|
<DebugStopActions />
|
||||||
|
<BreakMode>Default</BreakMode>
|
||||||
|
</CustomDebug>
|
||||||
|
<CustomShortcuts>
|
||||||
|
<Shortcuts />
|
||||||
|
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
||||||
|
</CustomShortcuts>
|
||||||
|
<UserDefinedVariables />
|
||||||
|
<ImportedPropertySheets />
|
||||||
|
<CodeSense>
|
||||||
|
<Enabled>Unknown</Enabled>
|
||||||
|
<ExtraSettings>
|
||||||
|
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||||
|
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
||||||
|
<CheckForClangFormatFiles xsi:nil="true" />
|
||||||
|
<FormattingEngine xsi:nil="true" />
|
||||||
|
</ExtraSettings>
|
||||||
|
<CodeAnalyzerSettings>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
</CodeAnalyzerSettings>
|
||||||
|
</CodeSense>
|
||||||
|
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
||||||
|
<Configurations />
|
||||||
|
<ProgramArgumentsSuggestions />
|
||||||
<Debug xsi:type="com.visualgdb.debug.remote">
|
<Debug xsi:type="com.visualgdb.debug.remote">
|
||||||
<AdditionalStartupCommands />
|
<AdditionalStartupCommands />
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
|
@ -123,35 +158,4 @@
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||||
</Debug>
|
</Debug>
|
||||||
<CustomBuild>
|
|
||||||
<PreSyncActions />
|
|
||||||
<PreBuildActions />
|
|
||||||
<PostBuildActions />
|
|
||||||
<PreCleanActions />
|
|
||||||
<PostCleanActions />
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomDebug>
|
|
||||||
<PreDebugActions />
|
|
||||||
<PostDebugActions />
|
|
||||||
<DebugStopActions />
|
|
||||||
<BreakMode>Default</BreakMode>
|
|
||||||
</CustomDebug>
|
|
||||||
<CustomShortcuts>
|
|
||||||
<Shortcuts />
|
|
||||||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
|
||||||
</CustomShortcuts>
|
|
||||||
<UserDefinedVariables />
|
|
||||||
<ImportedPropertySheets />
|
|
||||||
<CodeSense>
|
|
||||||
<Enabled>Unknown</Enabled>
|
|
||||||
<ExtraSettings>
|
|
||||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
|
||||||
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
|
||||||
</ExtraSettings>
|
|
||||||
<CodeAnalyzerSettings>
|
|
||||||
<Enabled>false</Enabled>
|
|
||||||
</CodeAnalyzerSettings>
|
|
||||||
</CodeSense>
|
|
||||||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
|
||||||
<ProgramArgumentsSuggestions />
|
|
||||||
</VisualGDBProjectSettings2>
|
</VisualGDBProjectSettings2>
|
|
@ -47,7 +47,7 @@
|
||||||
<Version>
|
<Version>
|
||||||
<GCC>6.3.0</GCC>
|
<GCC>6.3.0</GCC>
|
||||||
<GDB>7.12</GDB>
|
<GDB>7.12</GDB>
|
||||||
<Revision>1</Revision>
|
<Revision>3</Revision>
|
||||||
</Version>
|
</Version>
|
||||||
</ToolchainID>
|
</ToolchainID>
|
||||||
<ProjectFile>guisan.vcxproj</ProjectFile>
|
<ProjectFile>guisan.vcxproj</ProjectFile>
|
||||||
|
@ -58,6 +58,40 @@
|
||||||
<ParallelJobCount>1</ParallelJobCount>
|
<ParallelJobCount>1</ParallelJobCount>
|
||||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||||
</Build>
|
</Build>
|
||||||
|
<CustomBuild>
|
||||||
|
<PreSyncActions />
|
||||||
|
<PreBuildActions />
|
||||||
|
<PostBuildActions />
|
||||||
|
<PreCleanActions />
|
||||||
|
<PostCleanActions />
|
||||||
|
</CustomBuild>
|
||||||
|
<CustomDebug>
|
||||||
|
<PreDebugActions />
|
||||||
|
<PostDebugActions />
|
||||||
|
<DebugStopActions />
|
||||||
|
<BreakMode>Default</BreakMode>
|
||||||
|
</CustomDebug>
|
||||||
|
<CustomShortcuts>
|
||||||
|
<Shortcuts />
|
||||||
|
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
||||||
|
</CustomShortcuts>
|
||||||
|
<UserDefinedVariables />
|
||||||
|
<ImportedPropertySheets />
|
||||||
|
<CodeSense>
|
||||||
|
<Enabled>Unknown</Enabled>
|
||||||
|
<ExtraSettings>
|
||||||
|
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
||||||
|
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
||||||
|
<CheckForClangFormatFiles xsi:nil="true" />
|
||||||
|
<FormattingEngine xsi:nil="true" />
|
||||||
|
</ExtraSettings>
|
||||||
|
<CodeAnalyzerSettings>
|
||||||
|
<Enabled>false</Enabled>
|
||||||
|
</CodeAnalyzerSettings>
|
||||||
|
</CodeSense>
|
||||||
|
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
||||||
|
<Configurations />
|
||||||
|
<ProgramArgumentsSuggestions />
|
||||||
<Debug xsi:type="com.visualgdb.debug.remote">
|
<Debug xsi:type="com.visualgdb.debug.remote">
|
||||||
<AdditionalStartupCommands />
|
<AdditionalStartupCommands />
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
|
@ -104,35 +138,4 @@
|
||||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||||
</Debug>
|
</Debug>
|
||||||
<CustomBuild>
|
|
||||||
<PreSyncActions />
|
|
||||||
<PreBuildActions />
|
|
||||||
<PostBuildActions />
|
|
||||||
<PreCleanActions />
|
|
||||||
<PostCleanActions />
|
|
||||||
</CustomBuild>
|
|
||||||
<CustomDebug>
|
|
||||||
<PreDebugActions />
|
|
||||||
<PostDebugActions />
|
|
||||||
<DebugStopActions />
|
|
||||||
<BreakMode>Default</BreakMode>
|
|
||||||
</CustomDebug>
|
|
||||||
<CustomShortcuts>
|
|
||||||
<Shortcuts />
|
|
||||||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
|
|
||||||
</CustomShortcuts>
|
|
||||||
<UserDefinedVariables />
|
|
||||||
<ImportedPropertySheets />
|
|
||||||
<CodeSense>
|
|
||||||
<Enabled>Unknown</Enabled>
|
|
||||||
<ExtraSettings>
|
|
||||||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders>
|
|
||||||
<SupportLightweightReferenceAnalysis>false</SupportLightweightReferenceAnalysis>
|
|
||||||
</ExtraSettings>
|
|
||||||
<CodeAnalyzerSettings>
|
|
||||||
<Enabled>false</Enabled>
|
|
||||||
</CodeAnalyzerSettings>
|
|
||||||
</CodeSense>
|
|
||||||
<BuildContextDirectory>VisualGDB\VisualGDBCache</BuildContextDirectory>
|
|
||||||
<ProgramArgumentsSuggestions />
|
|
||||||
</VisualGDBProjectSettings2>
|
</VisualGDBProjectSettings2>
|
Loading…
Add table
Add a link
Reference in a new issue