3076 lines
103 KiB
XML
3076 lines
103 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="LameXP"
|
|
ProjectGUID="{00FE736A-8DB1-41B3-B915-4CD8DB09EF48}"
|
|
RootNamespace="LameXP"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""$(ProjectDir)\etc\Utilities\AutoInc.exe" "VER_LAMEXP_BUILD" "$(ProjectDir)\src\Config.h""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine=""
|
|
Outputs=""
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(QTDIR)\include";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WIN32_WINNT 0x0500;_CONSOLE;QT_LARGEFILE_SUPPORT;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_DEBUG"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
EnableEnhancedInstructionSet="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
|
|
AdditionalDependencies="qtmaind.lib QtCored4.lib QtGuid4.lib Winmm.lib Shlwapi.lib Wininet.lib psapi.lib PowrProf.lib"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(QTDIR)\lib";"$(QTDIR)\plugins\imageformats";"$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\lib\Win32""
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
EntryPointSymbol="lamexp_entry_point"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy plugin DLL's"
|
|
CommandLine="mkdir "$(TargetDir)imageformats"
copy /y "$(QTDIR)\plugins\imageformats\q???d4.dll" "$(TargetDir)imageformats\"
copy /y "$(QTDIR)\plugins\imageformats\q????d4.dll" "$(TargetDir)imageformats\"
copy /y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.dll" "$(TargetDir)"
copy /y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest" "$(TargetDir)"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""$(ProjectDir)\etc\Utilities\AutoInc.exe" "VER_LAMEXP_BUILD" "$(ProjectDir)\src\Config.h""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine=""
|
|
Outputs=""
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
WholeProgramOptimization="true"
|
|
AdditionalIncludeDirectories=""$(QTDIR)\include";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WIN32_WINNT 0x0500;_CONSOLE;QT_LARGEFILE_SUPPORT;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_NO_DEBUG"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="0"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
|
|
AdditionalDependencies="qtmain.lib QtCore4.lib QtGui4.lib Winmm.lib Shlwapi.lib Wininet.lib PowrProf.lib"
|
|
ShowProgress="2"
|
|
Version=""
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(QTDIR)\lib";"$(QTDIR)\plugins\imageformats""
|
|
GenerateDebugInformation="false"
|
|
AssemblyDebug="0"
|
|
GenerateMapFile="false"
|
|
MapExports="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
LinkTimeCodeGeneration="1"
|
|
EntryPointSymbol="lamexp_entry_point"
|
|
SetChecksum="true"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copy plugin DLL's"
|
|
CommandLine="mkdir "$(TargetDir)imageformats"
copy "$(QTDIR)\plugins\imageformats\q???4.dll" "$(TargetDir)imageformats\"
copy "$(QTDIR)\plugins\imageformats\q????4.dll" "$(TargetDir)imageformats\"
del "$(TargetDir)imageformats\q???d4.dll"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_Static|Win32"
|
|
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""$(ProjectDir)\etc\Utilities\AutoInc.exe" "VER_LAMEXP_BUILD" "$(ProjectDir)\src\Config.h""
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine=""
|
|
Outputs=""
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
OmitFramePointers="true"
|
|
WholeProgramOptimization="true"
|
|
AdditionalIncludeDirectories=""$(QTDIR)\include";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WIN32_WINNT 0x0500;_CONSOLE;QT_LARGEFILE_SUPPORT;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NO_DEBUG;QT_NODLL"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
EnableEnhancedInstructionSet="0"
|
|
FloatingPointModel="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
|
|
AdditionalDependencies="qtmain.lib QtCore.lib QtGui.lib QtSvg.lib qsvg.lib qico.lib Winmm.lib imm32.lib ws2_32.lib Shlwapi.lib Wininet.lib PowrProf.lib"
|
|
ShowProgress="2"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""$(SolutionDir)\etc\Prerequisites\qt4_static\lib";"$(SolutionDir)\etc\Prerequisites\qt4_static\plugins\imageformats""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="false"
|
|
AssemblyDebug="0"
|
|
MapExports="false"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
LinkTimeCodeGeneration="1"
|
|
EntryPointSymbol="lamexp_entry_point"
|
|
SetChecksum="true"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="
"
|
|
/>
|
|
</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\Decoder_AAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_AC3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_ADPCM.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_ALAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Avisynth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_FLAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_MAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_MP3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Musepack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Opus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Shorten.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Speex.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_TTA.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Vorbis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Wave.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_WavPack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_WMA.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_About.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_CueImport.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_DropBox.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_LogView.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_MainWindow.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_MetaInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_Processing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_SplashScreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_Update.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_WorkingBanner.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC_FHG.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC_QAAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AC3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_DCA.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_FLAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_MP3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Opus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Vorbis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Wave.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Downmix.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Normalize.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Resample.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_ToneAdjust.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Genres.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Global.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\LockedFile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Artwork.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_AudioFile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_CueSheet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_FileList.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_FileSystem.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_MetaInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Progress.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Settings.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\PlaylistImporter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Registry_Decoder.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ShellIntegration.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_CPUObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_CueSplitter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_DiskObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer_ST.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer_Task.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_Initialization.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_MessageHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_MessageProducer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_Process.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_RAMObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Tool_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Tool_WaveProperties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\WinSevenTaskbar.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\src\Config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CustomEventFilter.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_AAC.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Abstract.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_AC3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_ADPCM.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_ALAC.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Avisynth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_FLAC.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_MAC.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_MP3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Musepack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Opus.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Shorten.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Speex.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_TTA.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Vorbis.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_Wave.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_WavPack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Decoder_WMA.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_About.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_CueImport.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_DropBox.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_LogView.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_MainWindow.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_MetaInfo.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_Processing.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_SplashScreen.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_Update.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Dialog_WorkingBanner.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC_FHG.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AAC_QAAC.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Abstract.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_AC3.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_DCA.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_FLAC.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_MP3.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Opus.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Vorbis.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Encoder_Wave.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Abstract.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Downmix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Normalize.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_Resample.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Filter_ToneAdjust.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Genres.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Global.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\LockedFile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Artwork.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_AudioFile.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_CueSheet.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_FileList.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_FileSystem.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_MetaInfo.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Progress.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Model_Settings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\PlaylistImporter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Registry_Decoder.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\ShellIntegration.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="PerfMOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp"orming Custom Build Step"
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="PerfMOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp"orming Custom Build Step"
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="PerfMOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp"orming Custom Build Step"
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Targetver.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_CPUObserver.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_CueSplitter.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_DiskObserver.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer_ST.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_FileAnalyzer_Task.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_Initialization.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_MessageHandler.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_MessageProducer.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_Process.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Thread_RAMObserver.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Tool_Abstract.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Tool_WaveProperties.h"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="MOC "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\MOC_$(SafeInputName).cpp" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\MOC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\WinSevenTaskbar.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Generated 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}"
|
|
>
|
|
<File
|
|
RelativePath=".\tmp\MOC_CustomEventFilter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Decoder_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_About.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_CueImport.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_DropBox.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_LogView.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_MainWindow.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_MetaInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_Processing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_SplashScreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_Update.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Dialog_WorkingBanner.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_AAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_AAC_FHG.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_AAC_QAAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_AC3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_DCA.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_FLAC.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_MP3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_Opus.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_Vorbis.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Encoder_Wave.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Filter_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Model_AudioFile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Model_CueSheet.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Model_FileList.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Model_MetaInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Model_Progress.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Registry_Decoder.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_ShellIntegration.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_CPUObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_CueSplitter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_DiskObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_FileAnalyzer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_FileAnalyzer_ST.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_FileAnalyzer_Task.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_Initialization.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_MessageHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_MessageProducer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_Process.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Thread_RAMObserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Tool_Abstract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\MOC_Tool_WaveProperties.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Documents.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Flags.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Icons.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Images.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Localization.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Tools_Decd.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Tools_Encd.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tmp\QRC_Tools_Misc.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resources"
|
|
>
|
|
<File
|
|
RelativePath=".\res\Documents.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Flags.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Icons.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Images.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\LameXP.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Localization.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
AdditionalDependencies=""$(ProjectDir)\res\localization\LameXP_DE.qm""
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
AdditionalDependencies=""
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
AdditionalDependencies=""$(ProjectDir)\res\localization\LameXP_DE.qm""
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\MainIcon.ico"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Tools_Decd.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Tools_Encd.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Tools_Misc.qrc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="RCC "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
CommandLine=""$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\QRC_$(SafeInputName).cpp" -name "$(SafeInputName)" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\QRC_$(SafeInputName).cpp""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Dialogs"
|
|
>
|
|
<File
|
|
RelativePath=".\gui\CueSheetImport.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\DropBox.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\LogViewDialog.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\MainWindow.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\MetaInfo.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\ProcessingDialog.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\SplashScreen.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\UpdateDialog.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gui\WorkingBanner.ui"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release_Static|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="UIC "$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
CommandLine=""$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\UIC_$(SafeInputName).h" "$(InputPath)"
"
|
|
Outputs=""$(SolutionDir)tmp\UIC_$(SafeInputName).h""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\ReadMe.txt"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|