2012-01-28 16:40:14 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{563D953B-CBC3-4C75-AFC2-5BD87531C332}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>x264_launcher</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)obj\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;QT_DEBUG;QT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)tmp\uic;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalLibraryDirectories>$(QTDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>QtMaind.lib;QtCored4.lib;QtGuid4.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;QT_NO_DEBUG;QT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories>$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)tmp\uic;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
|
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalLibraryDirectories>$(QTDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>QtMain.lib;QtCore4.lib;QtGui4.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
</Link>
|
2012-01-30 17:50:19 +01:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>
|
|
|
|
|
</Message>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
</Command>
|
|
|
|
|
</PreLinkEvent>
|
|
|
|
|
<PreLinkEvent>
|
|
|
|
|
<Message>
|
|
|
|
|
</Message>
|
|
|
|
|
</PreLinkEvent>
|
2012-01-31 20:28:40 +01:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>rmdir /S /Q "$(SolutionDir)bin\$(Configuration)\toolset"
|
|
|
|
|
mkdir "$(SolutionDir)bin\$(Configuration)\toolset"
|
|
|
|
|
copy "$(SolutionDir)res\toolset\*.exe" "$(SolutionDir)bin\$(Configuration)\toolset"
|
|
|
|
|
</Command>
|
|
|
|
|
<Message>Copy Toolset</Message>
|
|
|
|
|
</PostBuildEvent>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<CustomBuild Include="gui\win_main.ui">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\uic\uic_%(Filename).h" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIC "$(SolutionDir)tmp\uic\uic_%(Filename).h"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\uic\uic_%(Filename).h;%(Outputs)</Outputs>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\uic\uic_%(Filename).h" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIC "$(SolutionDir)tmp\uic\uic_%(Filename).h"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\uic\uic_%(Filename).h;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-29 04:06:07 +01:00
|
|
|
|
<CustomBuild Include="gui\win_addJob.ui">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\uic\uic_%(Filename).h" "%(FullPath)"</Command>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\uic.exe" -o "$(SolutionDir)tmp\uic\uic_%(Filename).h" "%(FullPath)"</Command>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UIC "$(SolutionDir)tmp\uic\uic_%(Filename).h"</Message>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UIC "$(SolutionDir)tmp\uic\uic_%(Filename).h"</Message>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\uic\uic_%(Filename).h;%(Outputs)</Outputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\uic\uic_%(Filename).h;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<None Include="ReadMe.txt" />
|
|
|
|
|
<CustomBuild Include="res\resources.qrc">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">RCC "$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">RCC "$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\qrc\qrc_%(Filename).cpp;%(Outputs)</Outputs>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<SubType>Designer</SubType>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
</CustomBuild>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<None Include="res\icons\movie.ico" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-01-29 04:06:07 +01:00
|
|
|
|
<CustomBuild Include="src\win_addJob.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<CustomBuild Include="src\thread_encode.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<ClInclude Include="src\global.h" />
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<CustomBuild Include="src\model_jobList.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-28 19:59:04 +01:00
|
|
|
|
<CustomBuild Include="src\model_logFile.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
2012-01-28 19:59:04 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
2012-01-29 19:14:46 +01:00
|
|
|
|
<ClInclude Include="src\model_options.h" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<ClInclude Include="src\targetver.h" />
|
|
|
|
|
<ClInclude Include="src\version.h" />
|
|
|
|
|
<CustomBuild Include="src\win_main.h">
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\moc\moc_%(Filename).cpp" "%(FullPath)"</Command>
|
2012-01-28 23:24:41 +01:00
|
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\moc\moc_%(Filename).cpp"</Message>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\moc\moc_%(Filename).cpp;%(Outputs)</Outputs>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<ClCompile Include="src\model_jobList.cpp" />
|
2012-01-28 19:59:04 +01:00
|
|
|
|
<ClCompile Include="src\model_logFile.cpp" />
|
2012-01-29 19:14:46 +01:00
|
|
|
|
<ClCompile Include="src\model_options.cpp" />
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<ClCompile Include="src\thread_encode.cpp" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<ClCompile Include="src\global.cpp" />
|
|
|
|
|
<ClCompile Include="src\main.cpp" />
|
2012-01-29 04:06:07 +01:00
|
|
|
|
<ClCompile Include="src\win_addJob.cpp" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<ClCompile Include="src\win_main.cpp" />
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<ClCompile Include="tmp\moc\moc_model_jobList.cpp" />
|
2012-01-28 19:59:04 +01:00
|
|
|
|
<ClCompile Include="tmp\moc\moc_model_logFile.cpp" />
|
2012-01-28 18:55:40 +01:00
|
|
|
|
<ClCompile Include="tmp\moc\moc_thread_encode.cpp" />
|
2012-01-29 04:06:07 +01:00
|
|
|
|
<ClCompile Include="tmp\moc\moc_win_addJob.cpp" />
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<ClCompile Include="tmp\moc\moc_win_main.cpp" />
|
|
|
|
|
<ClCompile Include="tmp\qrc\qrc_resources.cpp" />
|
|
|
|
|
</ItemGroup>
|
2012-01-29 00:57:47 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="x264_launcher.rc" />
|
|
|
|
|
</ItemGroup>
|
2012-01-28 16:40:14 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|