dtriangulation.vcproj
资源名称:package.rar [点击查看]
上传用户:chinasdcnc
上传日期:2022-07-02
资源大小:2702k
文件大小:7k
源码类别:
分形几何
开发平台:
Visual C++
- <?xml version="1.0" encoding="gb2312"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="dtriangulation"
- ProjectGUID="{246A6F62-47EC-427B-8A26-4B24DA51190C}"
- RootNamespace="dtriangulation"
- Keyword="MFCProj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="false"
- ValidateParameters="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="2052"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="OpenGL32.Lib GLU32.Lib"
- LinkIncremental="2"
- GenerateDebugInformation="true"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- UseOfMFC="2"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="false"
- ValidateParameters="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
- MinimalRebuild="false"
- RuntimeLibrary="2"
- UsePrecompiledHeader="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="2052"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="OpenGL32.Lib GLU32.Lib"
- LinkIncremental="1"
- GenerateDebugInformation="true"
- SubSystem="2"
- StackReserveSize="99999999"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="源文件"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".dtriangulation.cpp"
- >
- </File>
- <File
- RelativePath=".dtriangulationDoc.cpp"
- >
- </File>
- <File
- RelativePath=".dtriangulationView.cpp"
- >
- </File>
- <File
- RelativePath=".GenPoints.cpp"
- >
- </File>
- <File
- RelativePath=".MainFrm.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="core"
- >
- <File
- RelativePath=".dcel.cpp"
- >
- </File>
- <File
- RelativePath=".delaunaytriangulation.cpp"
- >
- </File>
- <File
- RelativePath=".edge.cpp"
- >
- </File>
- <File
- RelativePath=".line2d.cpp"
- >
- </File>
- <File
- RelativePath=".point2d.cpp"
- >
- </File>
- <File
- RelativePath=".utility.cpp"
- >
- </File>
- <File
- RelativePath=".vector2d.cpp"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="头文件"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".dtriangulation.h"
- >
- </File>
- <File
- RelativePath=".dtriangulationDoc.h"
- >
- </File>
- <File
- RelativePath=".dtriangulationView.h"
- >
- </File>
- <File
- RelativePath=".GenPoints.h"
- >
- </File>
- <File
- RelativePath=".MainFrm.h"
- >
- </File>
- <File
- RelativePath=".Resource.h"
- >
- </File>
- <File
- RelativePath=".stdafx.h"
- >
- </File>
- <Filter
- Name="core"
- >
- <File
- RelativePath=".base.h"
- >
- </File>
- <File
- RelativePath=".dcel.h"
- >
- </File>
- <File
- RelativePath=".delaunaytriangulation.h"
- >
- </File>
- <File
- RelativePath=".edge.h"
- >
- </File>
- <File
- RelativePath=".line2d.h"
- >
- </File>
- <File
- RelativePath=".point2d.h"
- >
- </File>
- <File
- RelativePath=".utility.h"
- >
- </File>
- <File
- RelativePath=".vector2d.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="资源文件"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- <File
- RelativePath=".resdt.ico"
- >
- </File>
- <File
- RelativePath=".resdtriangulation.ico"
- >
- </File>
- <File
- RelativePath=".dtriangulation.rc"
- >
- </File>
- <File
- RelativePath=".resdtriangulation.rc2"
- >
- </File>
- <File
- RelativePath=".resdtriangulationDoc.ico"
- >
- </File>
- <File
- RelativePath=".resToolbar.bmp"
- >
- </File>
- </Filter>
- <File
- RelativePath=".ReadMe.txt"
- >
- </File>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="dtriangulation.rc"
- />
- </Globals>
- </VisualStudioProject>