Click here to Skip to main content
15,892,298 members
Articles / Desktop Programming / MFC

SolidGraph CAD System

Rate me:
Please Sign up or sign in to vote.
4.97/5 (78 votes)
12 Sep 20062 min read 375.6K   29.8K   209  
A SolidGraph CAD system source code.
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="MaterialsEditor"
	ProjectGUID="{FDB1A9DC-79F6-4DBD-81D0-32B6AB554C14}"
	RootNamespace="MaterialsEditor"
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="../Debug"
			IntermediateDirectory="../Debug"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2"
			DeleteExtensionsOnClean="">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories=".\..\ExGUILib;.\..\ExGUILib\includes;.\..\ExGUILib\includes\controls;.\..\ExGUILib\includes\docking;.\..\ExGUILib\includes\PropertyGrid;.\..\ExGUILib\includes\toolbars;.\..\ExGUILib\includes\wizards"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				StructMemberAlignment="1"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				ProgramDataBaseFileName="$(IntDir)/materialsEditor.pdb"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="../Release"
			IntermediateDirectory="../Release"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2"
			DeleteExtensionsOnClean="">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalIncludeDirectories=".\..\ExGUILib;.\..\ExGUILib\includes;.\..\ExGUILib\includes\controls;.\..\ExGUILib\includes\docking;.\..\ExGUILib\includes\PropertyGrid;.\..\ExGUILib\includes\toolbars;.\..\ExGUILib\includes\wizards"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
				MinimalRebuild="FALSE"
				RuntimeLibrary="2"
				StructMemberAlignment="1"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				ProgramDataBaseFileName="$(IntDir)/materialsEditor.pdb"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
			<File
				RelativePath=".\armaxctrl.cpp">
			</File>
			<File
				RelativePath=".\Controls\ListCtrlHiddenSB.cpp">
			</File>
			<File
				RelativePath=".\MainFrm.cpp">
			</File>
			<File
				RelativePath=".\MaterialsEditor.cpp">
			</File>
			<File
				RelativePath=".\MaterialsEditorDoc.cpp">
			</File>
			<File
				RelativePath=".\MaterialsEditorView.cpp">
			</File>
			<File
				RelativePath=".\MyEdit.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>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\armaxctrl.h">
			</File>
			<File
				RelativePath=".\Controls\ListCtrlHiddenSB.h">
			</File>
			<File
				RelativePath=".\MainFrm.h">
			</File>
			<File
				RelativePath=".\MaterialsEditor.h">
			</File>
			<File
				RelativePath=".\MaterialsEditorDoc.h">
			</File>
			<File
				RelativePath=".\MaterialsEditorView.h">
			</File>
			<File
				RelativePath=".\MemDC.h">
			</File>
			<File
				RelativePath=".\MyEdit.h">
			</File>
			<File
				RelativePath=".\Resource.h">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by MaterialsEditor.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt; &quot;hlp\HTMLDefines.h&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
"
						Outputs="hlp\HTMLDefines.h"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by MaterialsEditor.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt; &quot;hlp\HTMLDefines.h&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;
"
						Outputs="hlp\HTMLDefines.h"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\stdafx.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
			<File
				RelativePath=".\hlp\Images\Bullet.gif">
			</File>
			<File
				RelativePath=".\res\MaterialsEditor.ico">
			</File>
			<File
				RelativePath=".\MaterialsEditor.rc">
			</File>
			<File
				RelativePath=".\res\MaterialsEditor.rc2">
			</File>
			<File
				RelativePath=".\res\MaterialsEditorDoc.ico">
			</File>
			<File
				RelativePath=".\res\noTexture.bmp">
			</File>
			<File
				RelativePath=".\res\Toolbar.bmp">
			</File>
			<File
				RelativePath=".\res\Toolbar_TC.bmp">
			</File>
		</Filter>
		<Filter
			Name="HTML Help Files"
			Filter="hhp;hhc;hhk;gif;jpg">
			<File
				RelativePath=".\hlp\MaterialsEditor.hhc">
			</File>
			<File
				RelativePath=".\hlp\MaterialsEditor.hhk">
			</File>
			<File
				RelativePath=".\hlp\MaterialsEditor.hhp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hhc &quot;hlp\MaterialsEditor.hhp&quot;
if not exist &quot;hlp\MaterialsEditor.chm&quot; goto :HelpError
copy &quot;hlp\MaterialsEditor.chm&quot; &quot;$(OutDir)\MaterialsEditor.chm&quot;
goto :HelpDone
:HelpError
echo hlp\MaterialsEditor.hhp(1) : error:Problem encountered creating help file
echo.
:HelpDone
echo.
"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hhc &quot;hlp\MaterialsEditor.hhp&quot;
if not exist &quot;hlp\MaterialsEditor.chm&quot; goto :HelpError
copy &quot;hlp\MaterialsEditor.chm&quot; &quot;$(OutDir)\MaterialsEditor.chm&quot;
goto :HelpDone
:HelpError
echo hlp\MaterialsEditor.hhp(1) : error:Problem encountered creating help file
echo.
:HelpDone
echo.
"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="HTML Help Topics"
			Filter="htm;html">
			<File
				RelativePath=".\hlp\afx_hidd_color.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_fileopen.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_filesave.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_find.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_font.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_newtypedlg.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidd_replace.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidp_default.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidw_dockbar_top.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidw_status_bar.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\afx_hidw_toolbar.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_app_about.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_app_exit.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_context_help.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_clear.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_clear_all.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_copy.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_cut.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_find.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_paste.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_redo.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_repeat.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_replace.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_edit_undo.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_close.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_mru_file1.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_new.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_open.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_save.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_save_as.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_file_send_mail.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_help_index.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_help_using.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_ht_caption.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_ht_nowhere.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_next_pane.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_prev_pane.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_close.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_maximize.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_minimize.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_move.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_nextwindow.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_prevwindow.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_restore.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_size.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_sc_tasklist.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_view_ruler.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_view_status_bar.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_view_toolbar.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_all.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_arrange.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_cascade.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_new.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_split.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_tile.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_tile_horz.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hid_window_tile_vert.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\hidr_doc1type.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\main_index.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\menu_edit.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\menu_file.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\menu_help.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\menu_view.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\menu_window.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath=".\hlp\scrollbars.htm"
				DeploymentContent="TRUE">
			</File>
		</Filter>
		<File
			RelativePath=".\res\MaterialsEditor.manifest">
		</File>
		<File
			RelativePath=".\MaterialsEditor.reg">
		</File>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="MaterialsEditor.rc"/>
		<Global
			Name="{4012F180-AEF8-4DFB-A45D-56BF5BA86458}"
			Value="CArmaxctrl"/>
	</Globals>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions