⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pyfannwin32.vcproj

📁 python 神经网络 数据挖掘 python实现的神经网络算法
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyfannWin32"
	ProjectGUID="{E0A402E8-4DE7-49F5-AEEF-A282DD6423F4}"
	RootNamespace="pyfannWin32"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			CharacterSet="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="$(PYTHON_INCLUDE);../../src/include"
				PreprocessorDefinitions="FANN_NO_DLL;USE_WINDOWS_H;WIN32;_DEBUG;_WINDOWS;_USRDLL;PYFANNWIN32_EXPORTS"
				MinimalRebuild="true"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="4"
				DisableSpecificWarnings="4996"
				ForcedIncludeFiles="doublefann.h"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				OutputFile="$(OutDir)\_libfann.dll"
				LinkIncremental="2"
				AdditionalLibraryDirectories="&quot;$(PYTHON_LIB)&quot;"
				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"
				Description="Copy binding files to precompiled directory"
				CommandLine="copy ..\pyfann\__init__.py .\precompiled&#x0D;&#x0A;copy ..\pyfann\libfann.py .\precompiled&#x0D;&#x0A;copy .\Release\_libfann.dll .\precompiled"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="2"
			CharacterSet="1"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="3"
				InlineFunctionExpansion="2"
				EnableIntrinsicFunctions="true"
				FavorSizeOrSpeed="1"
				OmitFramePointers="true"
				AdditionalIncludeDirectories="$(PYTHON_INCLUDE);../../src/include"
				PreprocessorDefinitions="FANN_NO_DLL;USE_WINDOWS_H;WIN32;NDEBUG;_WINDOWS;_USRDLL;PYFANNWIN32_EXPORTS"
				RuntimeLibrary="0"
				BufferSecurityCheck="false"
				FloatingPointModel="2"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="false"
				DebugInformationFormat="3"
				DisableSpecificWarnings="4996"
				ForcedIncludeFiles="doublefann.h"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				OutputFile="$(OutDir)\_libfann.dll"
				LinkIncremental="1"
				AdditionalLibraryDirectories="&quot;$(PYTHON_LIB)&quot;"
				GenerateDebugInformation="true"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				OptimizeForWindows98="1"
				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"
				Description="Copy binding files to precompiled directory"
				CommandLine="copy ..\pyfann\__init__.py .\precompiled&#x0D;&#x0A;copy ..\pyfann\libfann.py .\precompiled&#x0D;&#x0A;copy .\Release\_libfann.dll .\precompiled"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath="..\..\src\fann.c"
				>
			</File>
			<File
				RelativePath="..\..\src\fann_cascade.c"
				>
			</File>
			<File
				RelativePath="..\..\src\fann_error.c"
				>
			</File>
			<File
				RelativePath="..\..\src\fann_io.c"
				>
			</File>
			<File
				RelativePath="..\..\src\fann_train.c"
				>
			</File>
			<File
				RelativePath="..\..\src\fann_train_data.c"
				>
			</File>
			<File
				RelativePath="..\pyfann\pyfann_wrap.cxx"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath="..\..\src\include\config.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_activation.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_cascade.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_cpp.h"
				>
			</File>
			<File
				RelativePath="..\pyfann\fann_cpp_subclass.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_data.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_error.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_internal.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_io.h"
				>
			</File>
			<File
				RelativePath="..\..\src\include\fann_train.h"
				>
			</File>
		</Filter>
		<File
			RelativePath="..\pyfann\pyfann.i"
			>
			<FileConfiguration
				Name="Debug|Win32"
				>
				<Tool
					Name="VCCustomBuildTool"
					CommandLine="echo In order to function correctly, please ensure the following environment variables are correctly set:&#x0D;&#x0A;echo PYTHON_INCLUDE: %PYTHON_INCLUDE%&#x0D;&#x0A;echo PYTHON_LIB: %PYTHON_LIB%&#x0D;&#x0A;echo on&#x0D;&#x0A;swig -c++ -python $(InputPath)&#x0D;&#x0A;"
					Outputs="$(InputName)_wrap.cxx"
				/>
			</FileConfiguration>
			<FileConfiguration
				Name="Release|Win32"
				>
				<Tool
					Name="VCCustomBuildTool"
					CommandLine="echo In order to function correctly, please ensure the following environment variables are correctly set:&#x0D;&#x0A;echo PYTHON_INCLUDE: %PYTHON_INCLUDE%&#x0D;&#x0A;echo PYTHON_LIB: %PYTHON_LIB%&#x0D;&#x0A;echo on&#x0D;&#x0A;swig -c++ -python $(InputPath)&#x0D;&#x0A;"
					Outputs="$(InputName)_wrap.cxx"
				/>
			</FileConfiguration>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -