2008-05-07 21:45:48 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-05-07 21:58:50 +00:00
|
|
|
Version="9.00"
|
2008-05-07 21:45:48 +00:00
|
|
|
Name="nvtt"
|
|
|
|
ProjectGUID="{1AEB7681-57D8-48EE-813D-5C41CC38B647}"
|
|
|
|
RootNamespace="nvtt"
|
|
|
|
Keyword="Win32Proj"
|
2008-05-07 21:58:50 +00:00
|
|
|
TargetFrameworkVersion="131072"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-02-25 09:25:46 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;$(CUDA_INC_PATH)"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;HAVE_CUDA;__SSE2__;__SSE__;__MMX__"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2012-02-14 16:45:55 +00:00
|
|
|
DebugInformationFormat="3"
|
2008-05-07 21:45:48 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalDependencies="libpng.lib jpeg.lib tiff.lib FreeImage.lib cudart.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="2"
|
2010-11-09 03:38:03 +00:00
|
|
|
AdditionalLibraryDirectories="$(GnuWinDir)\lib; $(FreeImageDir); "$(CUDA_PATH)\lib\Win32""
|
2008-05-07 21:45:48 +00:00
|
|
|
GenerateDebugInformation="true"
|
2014-07-01 18:10:28 +00:00
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)32.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
Description="Copying header files..."
|
|
|
|
CommandLine="xcopy /y /f /i "$(SolutionDir)\..\..\src\nvtt\nvtt*.h" "$(SolutionDir)\$(ConfigurationName).$(PlatformName)\include\nvtt\""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-02-25 09:25:46 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;$(CUDA_INC_PATH)"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;HAVE_CUDA;__SSE2__;__SSE__;__MMX__"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="cudart.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="2"
|
2010-11-09 03:38:03 +00:00
|
|
|
AdditionalLibraryDirectories=""$(CUDA_PATH)\lib\x64""
|
2008-05-07 21:45:48 +00:00
|
|
|
GenerateDebugInformation="true"
|
2014-07-01 18:10:28 +00:00
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)64.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-09-11 07:48:02 +00:00
|
|
|
Optimization="3"
|
2010-08-31 01:39:08 +00:00
|
|
|
InlineFunctionExpansion="0"
|
2008-05-07 21:45:48 +00:00
|
|
|
EnableIntrinsicFunctions="true"
|
2010-08-31 01:39:08 +00:00
|
|
|
FavorSizeOrSpeed="0"
|
2008-05-07 21:45:48 +00:00
|
|
|
OmitFramePointers="true"
|
2008-09-11 07:48:02 +00:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2011-02-25 09:25:46 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;$(CUDA_INC_PATH)"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;HAVE_CUDA;__SSE2__;__SSE__;__MMX__"
|
2008-09-11 07:48:02 +00:00
|
|
|
StringPooling="true"
|
2008-05-07 21:45:48 +00:00
|
|
|
RuntimeLibrary="2"
|
2012-02-14 16:45:55 +00:00
|
|
|
BufferSecurityCheck="false"
|
2010-08-31 01:39:08 +00:00
|
|
|
EnableEnhancedInstructionSet="2"
|
2011-04-06 02:41:15 +00:00
|
|
|
OpenMP="false"
|
2008-05-07 21:45:48 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalDependencies="libpng.lib jpeg.lib tiff.lib FreeImage.lib cudart.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="1"
|
2010-11-09 03:38:03 +00:00
|
|
|
AdditionalLibraryDirectories="$(GnuWinDir)\lib; $(FreeImageDir); "$(CUDA_PATH)\lib\Win32""
|
2014-07-01 18:10:28 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)32.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
Description="Copying header files..."
|
|
|
|
CommandLine="xcopy /y /f /i "$(SolutionDir)\..\..\src\nvtt\nvtt*.h" "$(SolutionDir)\$(ConfigurationName).$(PlatformName)\include\nvtt\""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="0"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2010-08-31 01:39:08 +00:00
|
|
|
Optimization="3"
|
2012-02-14 16:45:55 +00:00
|
|
|
InlineFunctionExpansion="2"
|
2008-05-07 21:45:48 +00:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
OmitFramePointers="true"
|
2012-02-14 16:45:55 +00:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2010-08-31 01:39:08 +00:00
|
|
|
WholeProgramOptimization="true"
|
2011-02-25 09:25:46 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;$(CUDA_INC_PATH)"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;HAVE_CUDA;__SSE2__;__SSE__;__MMX__"
|
2010-08-31 01:39:08 +00:00
|
|
|
StringPooling="true"
|
2008-05-07 21:45:48 +00:00
|
|
|
RuntimeLibrary="2"
|
2012-02-14 16:45:55 +00:00
|
|
|
BufferSecurityCheck="false"
|
2011-04-06 02:41:15 +00:00
|
|
|
OpenMP="false"
|
2008-05-07 21:45:48 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="cudart.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="1"
|
2010-11-09 03:38:03 +00:00
|
|
|
AdditionalLibraryDirectories=""$(CUDA_PATH)\lib\x64""
|
2014-07-01 18:10:28 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)64.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2008-09-11 07:56:39 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;__SSE2__;__SSE__;__MMX__"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2012-02-14 16:45:55 +00:00
|
|
|
DebugInformationFormat="3"
|
2008-05-07 21:45:48 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalDependencies="libpng.lib jpeg.lib tiff.lib FreeImage.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="2"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalLibraryDirectories="$(GnuWinDir)\lib; $(FreeImageDir)"
|
2008-05-07 21:45:48 +00:00
|
|
|
GenerateDebugInformation="true"
|
2014-07-01 18:10:28 +00:00
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)32.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
Description="Copying header files..."
|
|
|
|
CommandLine="xcopy /y /f /i "$(SolutionDir)\..\..\src\nvtt\nvtt*.h" "$(SolutionDir)\$(ConfigurationName).$(PlatformName)\include\nvtt\""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2008-09-11 07:56:39 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;__SSE2__;__SSE__;__MMX__"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="2"
|
2012-01-12 16:54:10 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2008-05-07 21:45:48 +00:00
|
|
|
GenerateDebugInformation="true"
|
2014-07-01 18:10:28 +00:00
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)64.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
CharacterSet="0"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-09-11 07:48:02 +00:00
|
|
|
Optimization="3"
|
2012-02-14 16:45:55 +00:00
|
|
|
InlineFunctionExpansion="2"
|
2008-05-07 21:45:48 +00:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
OmitFramePointers="true"
|
2012-02-14 16:45:55 +00:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2008-09-11 07:56:39 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include;"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;__SSE2__;__SSE__;__MMX__"
|
2008-09-11 07:48:02 +00:00
|
|
|
StringPooling="true"
|
2008-05-07 21:45:48 +00:00
|
|
|
RuntimeLibrary="2"
|
2012-02-14 16:45:55 +00:00
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableEnhancedInstructionSet="2"
|
2008-05-07 21:45:48 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="0"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalDependencies="libpng.lib jpeg.lib tiff.lib FreeImage.lib"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="1"
|
2010-05-11 18:20:06 +00:00
|
|
|
AdditionalLibraryDirectories="$(GnuWinDir)\lib; $(FreeImageDir)"
|
2014-07-01 18:10:28 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)32.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)32.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
Description="Copying header files..."
|
|
|
|
CommandLine="xcopy /y /f /i "$(SolutionDir)\..\..\src\nvtt\nvtt*.h" "$(SolutionDir)\$(ConfigurationName).$(PlatformName)\include\nvtt\""
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
OutputDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)\$(PlatformName)"
|
|
|
|
ConfigurationType="2"
|
2009-03-02 09:45:17 +00:00
|
|
|
InheritedPropertySheets="$(SolutionDir)\nvtt.vsprops"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2012-02-14 16:45:55 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
2008-05-07 21:45:48 +00:00
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
OmitFramePointers="true"
|
2012-02-14 16:45:55 +00:00
|
|
|
EnableFiberSafeOptimizations="true"
|
2008-05-07 21:45:48 +00:00
|
|
|
WholeProgramOptimization="true"
|
2008-09-11 07:56:39 +00:00
|
|
|
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\extern\gnuwin32\include"
|
2008-05-07 21:45:48 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;NVTT_EXPORTS;NVTT_SHARED;__SSE2__;__SSE__;__MMX__"
|
|
|
|
RuntimeLibrary="2"
|
2012-02-14 16:45:55 +00:00
|
|
|
BufferSecurityCheck="false"
|
2008-05-07 21:45:48 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2014-07-01 18:10:28 +00:00
|
|
|
OutputFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.dll"
|
2008-05-07 21:45:48 +00:00
|
|
|
LinkIncremental="1"
|
2012-01-02 08:49:13 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2012-02-14 16:45:55 +00:00
|
|
|
GenerateDebugInformation="true"
|
2014-07-01 18:10:28 +00:00
|
|
|
ProgramDatabaseFile="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\bin\$(ProjectName)64.pdb"
|
2008-05-07 21:45:48 +00:00
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
LinkTimeCodeGeneration="1"
|
2008-05-07 21:58:50 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2014-07-01 18:10:28 +00:00
|
|
|
ImportLibrary="$(SolutionDir)\$(ConfigurationName).$(PlatformName)\lib\$(ProjectName)64.lib"
|
2008-05-07 21:45:48 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
2010-11-09 03:38:03 +00:00
|
|
|
Name="Resource Files"
|
|
|
|
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}"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<File
|
2010-11-09 03:38:03 +00:00
|
|
|
RelativePath=".\nvtt.rc"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 03:38:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="cuda"
|
|
|
|
>
|
2008-05-07 21:45:48 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CompressKernel.cu"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
CommandLine=""$(CUDA_BIN_PATH)\nvcc.exe" -keep -ccbin "$(VCInstallDir)bin" -c -m 32 -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Od,/Zi,/RTC1,/MDd -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
2008-05-07 21:45:48 +00:00
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
CommandLine=""$(CUDA_BIN_PATH)\nvcc.exe" -keep -ccbin "$(VCInstallDir)bin" -c -m 64 -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Od,/Zi,/RTC1,/MDd -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
2008-05-07 21:45:48 +00:00
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
CommandLine=""$(CUDA_BIN_PATH)\nvcc.exe" -keep -ccbin "$(VCInstallDir)bin" -c -m 32 -DNDEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/O2,/Zi,/MD -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
2008-05-07 21:45:48 +00:00
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2010-05-11 18:20:06 +00:00
|
|
|
CommandLine=""$(CUDA_BIN_PATH)\nvcc.exe" -keep -ccbin "$(VCInstallDir)bin" -c -m 64 -DNDEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/O2,/Zi,/MD -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
2008-05-07 21:45:48 +00:00
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="$(CUDA_BIN_PATH)\nvcc.exe -ccbin "$(VCInstallDir)bin" -c -D_DEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Wp64,/Od,/Zi,/RTC1,/MDd -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="$(CUDA_BIN_PATH)\nvcc.exe -ccbin "$(VCInstallDir)bin" -c -DNDEBUG -DWIN32 -D_CONSOLE -D_MBCS -Xcompiler /EHsc,/W3,/nologo,/Wp64,/O2,/Zi,/MD -I"$(CUDA_INC_PATH)" -I./ -o $(IntDir)\$(InputName).obj ..\\..\\..\\src\\nvtt\\cuda\\CompressKernel.cu
"
|
|
|
|
AdditionalDependencies="CudaMath.h"
|
|
|
|
Outputs="$(IntDir)\$(InputName).obj"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\ConvolveKernel.cu"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release-CUDA|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Debug|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|Win32"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2012-01-02 08:49:13 +00:00
|
|
|
Name="Release|x64"
|
2008-05-07 21:45:48 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2010-05-11 18:20:06 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CudaCompressorDXT.cpp"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2010-05-11 18:20:06 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CudaCompressorDXT.h"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CudaMath.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2010-11-09 03:38:03 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CudaUtils.cpp"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
|
|
|
</File>
|
2009-04-16 08:38:39 +00:00
|
|
|
<File
|
2010-11-09 03:38:03 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\cuda\CudaUtils.h"
|
2009-04-16 08:38:39 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-05-07 21:45:48 +00:00
|
|
|
</Filter>
|
2013-06-07 17:53:55 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\BlockCompressor.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\BlockCompressor.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-12 03:32:46 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\ClusterFit.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\ClusterFit.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 03:38:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressionOptions.cpp"
|
2008-05-07 21:45:48 +00:00
|
|
|
>
|
2010-11-09 03:38:03 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressionOptions.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\Compressor.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX10.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX10.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX11.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX11.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX9.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDX9.h"
|
|
|
|
>
|
|
|
|
</File>
|
2015-03-24 19:14:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDXT1.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDXT1.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDXT5_RGBM.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorDXT5_RGBM.h"
|
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 03:38:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorRGB.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\CompressorRGB.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\Context.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\Context.h"
|
|
|
|
>
|
|
|
|
</File>
|
2011-09-28 01:48:33 +00:00
|
|
|
<File
|
2011-09-28 16:49:31 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\CubeSurface.cpp"
|
2011-09-28 01:48:33 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-09-28 16:49:31 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\CubeSurface.h"
|
2011-09-28 01:48:33 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 03:38:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\InputOptions.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\InputOptions.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\nvtt.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\nvtt.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\nvtt_wrapper.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\nvtt_wrapper.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\OptimalCompressDXT.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\OptimalCompressDXT.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\OutputOptions.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\OutputOptions.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\QuickCompressDXT.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\QuickCompressDXT.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\..\src\nvtt\SingleColorLookup.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2010-12-10 02:15:12 +00:00
|
|
|
<File
|
2012-01-02 08:49:13 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\Surface.cpp"
|
2010-12-10 02:15:12 +00:00
|
|
|
>
|
|
|
|
</File>
|
2010-11-09 03:38:03 +00:00
|
|
|
<File
|
2012-01-02 08:49:13 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\Surface.h"
|
2010-11-09 03:38:03 +00:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2012-01-02 08:49:13 +00:00
|
|
|
RelativePath="..\..\..\src\nvtt\TaskDispatcher.h"
|
2010-11-09 03:38:03 +00:00
|
|
|
>
|
|
|
|
</File>
|
2008-05-07 21:45:48 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|