project64/Source/Project64/Project64.vcproj

583 lines
12 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="Project64"
ProjectGUID="{7E534C8E-1ACE-4A88-8807-39A11ED4DA18}"
RootNamespace="Project64"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="1"
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Debug.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
WarningLevel="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
SubSystem="2"
RandomizedBaseAddress="1"
FixedBaseAddress="2"
DataExecutionPrevention="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
EmbedManifest="false"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="1"
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Release.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
DataExecutionPrevention="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
EmbedManifest="false"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
RelativePath=".\main.cpp"
>
</File>
<File
RelativePath="stdafx.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
<Filter
Name="Settings Files"
>
<File
RelativePath=".\Settings\GuiSettings.cpp"
>
</File>
<File
RelativePath=".\Settings\NotificationSettings.cpp"
>
</File>
</Filter>
<Filter
Name="User Interface Source"
>
<File
RelativePath=".\UserInterface\CheatClassUI.cpp"
>
</File>
<File
RelativePath=".\UserInterface\GuiClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\LoggingUI.cpp"
>
</File>
<File
RelativePath=".\UserInterface\MainMenuClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\MenuClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\MenuShortCuts.cpp"
>
</File>
<File
RelativePath=".\UserInterface\NotificationClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\RomBrowserClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\RomInformationClass.cpp"
>
</File>
<File
RelativePath=".\UserInterface\SettingsConfig.cpp"
>
</File>
<Filter
Name="Settings Source"
>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-AdvancedOptions.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Directories.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-General.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Plugin.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Recompiler.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Status.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-GameBrowser.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-KeyboardShortcuts.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Options.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Plugin.cpp"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage.cpp"
>
</File>
</Filter>
<Filter
Name="WTL Controls Source"
>
<File
RelativePath=".\UserInterface\WTLControls\ModifiedEditBox.cpp"
>
</File>
<File
RelativePath=".\UserInterface\WTLControls\PartialGroupBox.cpp"
>
</File>
</Filter>
<Filter
Name="Debugger Source"
>
<File
RelativePath=".\N64System\Debugger\Debugger-MemoryDump.cpp"
>
</File>
<File
RelativePath=".\N64System\Debugger\Debugger-MemorySearch.cpp"
>
</File>
<File
RelativePath=".\N64System\Debugger\Debugger-TLB.cpp"
>
</File>
<File
RelativePath=".\N64System\Debugger\Debugger-ViewMemory.cpp"
>
</File>
<File
RelativePath=".\N64System\Debugger\Debugger.cpp"
>
</File>
</Filter>
</Filter>
<Filter
Name="Multilanguage Source"
>
<File
RelativePath=".\Multilanguage\LanguageSelector.cpp"
>
</File>
</Filter>
<Filter
Name="Plugin Source"
>
<File
RelativePath=".\Plugins\PluginList.cpp"
>
</File>
</Filter>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
>
<File
RelativePath=".\UserInterface\Bitmaps\AboutScreenLogo.bmp"
>
</File>
<File
RelativePath=".\UserInterface\Icons\divider.cur"
>
</File>
<File
RelativePath=".\UserInterface\Icons\hand.cur"
>
</File>
<File
RelativePath=".\UserInterface\Icons\left.ico"
>
</File>
<File
RelativePath=".\UserInterface\Bitmaps\ListItems.bmp"
>
</File>
<File
RelativePath=".\UserInterface\Icons\pj64.ico"
>
</File>
<File
RelativePath=".\UserInterface\Icons\right.ico"
>
</File>
<File
RelativePath=".\UserInterface\Bitmaps\tri-state.bmp"
>
</File>
<File
RelativePath=".\UserInterface\UIResources.rc"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl"
>
<File
RelativePath=".\N64System.h"
>
</File>
<File
RelativePath=".\stdafx.h"
>
</File>
<File
RelativePath=".\Support.h"
>
</File>
<File
RelativePath=".\UserInterface.h"
>
</File>
<File
RelativePath=".\WTLApp.h"
>
</File>
<Filter
Name="Settings Headers"
>
<File
RelativePath=".\Settings\GuiSettings.h"
>
</File>
<File
RelativePath=".\Settings\NotificationSettings.h"
>
</File>
</Filter>
<Filter
Name="User Interface Headers"
>
<File
RelativePath=".\UserInterface\CheatClassUI.h"
>
</File>
<File
RelativePath=".\UserInterface\GuiClass.h"
>
</File>
<File
RelativePath=".\UserInterface\LoggingUI.h"
>
</File>
<File
RelativePath=".\UserInterface\MainMenuClass.h"
>
</File>
<File
RelativePath=".\UserInterface\MenuClass.h"
>
</File>
<File
RelativePath=".\UserInterface\MenuShortCuts.h"
>
</File>
<File
RelativePath=".\UserInterface\NotificationClass.h"
>
</File>
<File
RelativePath=".\UserInterface\resource.h"
>
</File>
<File
RelativePath=".\UserInterface\RomBrowser.h"
>
</File>
<File
RelativePath=".\UserInterface\RomInformationClass.h"
>
</File>
<File
RelativePath=".\UserInterface\SettingsConfig.h"
>
</File>
<Filter
Name="Settings Header"
>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-AdvancedOptions.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Directories.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-General.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Plugin.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Recompiler.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Game-Status.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-GameBrowser.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-KeyboardShortcuts.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Options.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage-Plugin.h"
>
</File>
<File
RelativePath=".\UserInterface\Settings\SettingsPage.h"
>
</File>
</Filter>
<Filter
Name="WTL Controls Headers"
>
<File
RelativePath=".\UserInterface\WTLControls\ModifiedCheckBox.h"
>
</File>
<File
RelativePath=".\UserInterface\WTLControls\ModifiedComboBox.h"
>
</File>
<File
RelativePath=".\UserInterface\WTLControls\ModifiedEditBox.h"
>
</File>
<File
RelativePath=".\UserInterface\WTLControls\numberctrl.h"
>
</File>
<File
RelativePath=".\UserInterface\WTLControls\PartialGroupBox.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="Multilanguage Headers"
>
<File
RelativePath=".\Multilanguage\LanguageSelector.h"
>
</File>
</Filter>
<Filter
Name="Plugin Headers"
>
<File
RelativePath=".\Plugins\PluginList.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="Logs"
>
<Filter
Name="Debug"
>
<File
RelativePath="..\Bin\Debug\CPUoutput.log"
>
</File>
<File
RelativePath="..\Bin\Debug\Project64.log"
>
</File>
<File
RelativePath="..\Bin\Debug\Sync Errors.txt"
>
</File>
</Filter>
<Filter
Name="Release"
>
<File
RelativePath="..\Bin\Release\CPUoutput.log"
>
</File>
<File
RelativePath="..\Bin\Release\Project64.log"
>
</File>
<File
RelativePath="..\Bin\Release\Sync Errors.txt"
>
</File>
</Filter>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>