|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|x64"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>x64</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Release|x64"> |
9 | 5 | <Configuration>Release</Configuration> |
10 | 6 | <Platform>x64</Platform> |
11 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release_linux|x64"> |
| 9 | + <Configuration>Release_linux</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
12 | 12 | </ItemGroup> |
13 | 13 | <PropertyGroup Label="Globals"> |
14 | | - <ProjectGuid>{0908C6D5-D40F-4717-BCBA-6E9C53814CFA}</ProjectGuid> |
| 14 | + <ProjectGuid>{098B73F3-16E7-4914-A051-CA4327E63F49}</ProjectGuid> |
15 | 15 | <Keyword>QtVS_v304</Keyword> |
16 | | - <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0.19041.0</WindowsTargetPlatformVersion> |
17 | 16 | <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0.19041.0</WindowsTargetPlatformVersion> |
| 17 | + <ApplicationType Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">Linux</ApplicationType> |
| 18 | + <ApplicationTypeRevision Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">1.0</ApplicationTypeRevision> |
| 19 | + <TargetLinuxPlatform Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">Generic</TargetLinuxPlatform> |
| 20 | + <LinuxProjectType Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'">{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType> |
18 | 21 | <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild> |
19 | 22 | </PropertyGroup> |
20 | 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
21 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration"> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration"> |
22 | 25 | <ConfigurationType>Application</ConfigurationType> |
23 | 26 | <PlatformToolset>v143</PlatformToolset> |
24 | 27 | </PropertyGroup> |
25 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration"> |
| 28 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'" Label="Configuration"> |
26 | 29 | <ConfigurationType>Application</ConfigurationType> |
27 | | - <PlatformToolset>v143</PlatformToolset> |
28 | | - <CLRSupport>false</CLRSupport> |
| 30 | + <PlatformToolset>Remote_GCC_1_0</PlatformToolset> |
| 31 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 32 | + <RemoteCopyIncludeDirectories> |
| 33 | + </RemoteCopyIncludeDirectories> |
29 | 34 | </PropertyGroup> |
30 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
31 | 36 | <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')"> |
32 | 37 | <Import Project="$(QtMsBuild)\qt_defaults.props" /> |
33 | 38 | </ImportGroup> |
34 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings"> |
35 | | - <QtInstall>6.2.2</QtInstall> |
36 | | - <QtModules>core;gui;widgets;networkauth</QtModules> |
37 | | - <QtBuildConfig>debug</QtBuildConfig> |
38 | | - </PropertyGroup> |
39 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings"> |
40 | 40 | <QtInstall>6.2.2</QtInstall> |
41 | | - <QtModules>core;network;gui;widgets</QtModules> |
| 41 | + <QtModules>core;gui;network;widgets</QtModules> |
42 | 42 | <QtBuildConfig>release</QtBuildConfig> |
43 | 43 | </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'" Label="QtSettings"> |
| 45 | + <QtInstall>6.4.0</QtInstall> |
| 46 | + <QtModules>core;gui;network;widgets</QtModules> |
| 47 | + <QtBuildConfig>release</QtBuildConfig> |
| 48 | + <QtQMakeTemplate>app</QtQMakeTemplate> |
| 49 | + <QtPathBinaries>6.4.0/gcc_64/bin</QtPathBinaries> |
| 50 | + <QtPathLibraryExecutables>6.4.0/gcc_64/lib</QtPathLibraryExecutables> |
| 51 | + <QtHeaderSearchPath> |
| 52 | + </QtHeaderSearchPath> |
| 53 | + </PropertyGroup> |
44 | 54 | <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')"> |
45 | 55 | <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." /> |
46 | 56 | </Target> |
47 | 57 | <ImportGroup Label="ExtensionSettings" /> |
48 | 58 | <ImportGroup Label="Shared" /> |
49 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 59 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
50 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
51 | 61 | <Import Project="$(QtMsBuild)\Qt.props" /> |
52 | 62 | </ImportGroup> |
53 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 63 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'"> |
54 | 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
55 | 65 | <Import Project="$(QtMsBuild)\Qt.props" /> |
56 | 66 | </ImportGroup> |
57 | 67 | <PropertyGroup Label="UserMacros" /> |
58 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" /> |
59 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
60 | | - <ManagedAssembly>true</ManagedAssembly> |
61 | 69 | </PropertyGroup> |
62 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
63 | | - <ClCompile> |
64 | | - <ExceptionHandling>Sync</ExceptionHandling> |
65 | | - <AdditionalIncludeDirectories>C:\Users\Goose\source\repos\EncodeGUI\VS;C:\Users\Goose\source\repos\EncodeGUI;C:\Users\Goose\source\repos\EncodeGUI\Arguments;C:\Users\Goose\source\repos\EncodeGUI\UI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
66 | | - </ClCompile> |
67 | | - </ItemDefinitionGroup> |
68 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration"> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'"> |
| 71 | + <ProjectPublicIncludePath>C:\Users\Goose\AppData\Local\Microsoft\Linux\HeaderCache\1.0\-2016259881\home\goose\Qt\6.4.0\gcc_64\include;C:\Users\Goose\AppData\Local\Microsoft\Linux\HeaderCache\1.0\-2016259881\usr\include;$(ProjectPublicIncludePath)</ProjectPublicIncludePath> |
| 72 | + <IncludePath> |
| 73 | + </IncludePath> |
| 74 | + <RemoteCopySourceMethod>rsync</RemoteCopySourceMethod> |
| 75 | + </PropertyGroup> |
| 76 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_linux|x64'"> |
69 | 77 | <ClCompile> |
70 | | - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
71 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
72 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
73 | | - <Optimization>Disabled</Optimization> |
74 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 78 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 79 | + <ForcedIncludeFiles> |
| 80 | + </ForcedIncludeFiles> |
75 | 81 | </ClCompile> |
| 82 | + <QtRcc> |
| 83 | + <AdditionalIncludeDirectories>/include</AdditionalIncludeDirectories> |
| 84 | + </QtRcc> |
76 | 85 | <Link> |
77 | | - <SubSystem>Windows</SubSystem> |
78 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
| 86 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
79 | 87 | </Link> |
80 | 88 | </ItemDefinitionGroup> |
81 | 89 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration"> |
|
91 | 99 | <GenerateDebugInformation>false</GenerateDebugInformation> |
92 | 100 | </Link> |
93 | 101 | </ItemDefinitionGroup> |
| 102 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release_linux|x64'" Label="Configuration"> |
| 103 | + <ClCompile> |
| 104 | + <PositionIndependentCode>true</PositionIndependentCode> |
| 105 | + </ClCompile> |
| 106 | + </ItemDefinitionGroup> |
94 | 107 | <ItemGroup> |
95 | 108 | <ClCompile Include="Arguments\AudioArgs.cpp" /> |
96 | 109 | <ClCompile Include="Arguments\CodecArgs.cpp" /> |
|
107 | 120 | <ClCompile Include="Arguments\ProfileArgs.cpp" /> |
108 | 121 | <ClCompile Include="Arguments\RateControlArgs.cpp" /> |
109 | 122 | <ClCompile Include="Arguments\ResolutionArgs.cpp" /> |
110 | | - <ClCompile Include="Arguments\TierArgs.cpp" /> |
111 | | - <ClCompile Include="Arguments\TransposeArgs.cpp" /> |
112 | 123 | <ClCompile Include="Arguments\SharpenArgs.cpp" /> |
| 124 | + <ClCompile Include="Arguments\TierArgs.cpp" /> |
113 | 125 | <ClCompile Include="Arguments\TimecodeArgs.cpp" /> |
| 126 | + <ClCompile Include="Arguments\TransposeArgs.cpp" /> |
114 | 127 | <ClCompile Include="Arguments\TuneArgs.cpp" /> |
115 | 128 | <ClCompile Include="Arguments\VsPipeArgs.cpp" /> |
116 | 129 | <ClCompile Include="Checks\Files.cpp" /> |
|
121 | 134 | <ClCompile Include="IO\SubtitleInfo.cpp" /> |
122 | 135 | <ClCompile Include="IO\VideoInfo.cpp" /> |
123 | 136 | <ClCompile Include="IO\VideoInfoList.cpp" /> |
124 | | - <ClCompile Include="main.cpp"> |
125 | | - <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> |
126 | | - </ClCompile> |
| 137 | + <ClCompile Include="main.cpp" /> |
127 | 138 | <ClCompile Include="Process\FFLoaderBase.cpp" /> |
128 | 139 | <ClCompile Include="Process\MediaConfig.cpp" /> |
129 | 140 | <ClCompile Include="Process\ProcessWorker.cpp" /> |
|
133 | 144 | <ClCompile Include="Regex\ProgressInfoRegex.cpp" /> |
134 | 145 | <ClCompile Include="Regex\VideoInfoRegex.cpp" /> |
135 | 146 | <ClCompile Include="UI\Audio.cpp" /> |
| 147 | + <ClCompile Include="UI\AV1.cpp" /> |
| 148 | + <ClCompile Include="UI\AVC.cpp" /> |
136 | 149 | <ClCompile Include="UI\Config.cpp" /> |
137 | 150 | <ClCompile Include="UI\EncodeGUI.cpp" /> |
| 151 | + <ClCompile Include="UI\HEVC.cpp" /> |
138 | 152 | <ClCompile Include="UI\Jobs.cpp" /> |
139 | 153 | <ClCompile Include="UI\MsgBox.cpp" /> |
140 | 154 | <ClCompile Include="UI\Preview.cpp" /> |
|
144 | 158 | <ClCompile Include="UI\Updater.cpp" /> |
145 | 159 | <ClCompile Include="UI\VPX.cpp" /> |
146 | 160 | <ClCompile Include="UI\VS.cpp" /> |
147 | | - <ClCompile Include="UI\AVC.cpp" /> |
148 | | - <ClCompile Include="UI\HEVC.cpp" /> |
149 | 161 | <ClCompile Include="VS\Colors.cpp" /> |
150 | 162 | <ClCompile Include="VS\RIFE.cpp" /> |
151 | 163 | <ClCompile Include="VS\SRMD.cpp" /> |
|
161 | 173 | <ClInclude Include="IO\ProgressInfo.h" /> |
162 | 174 | <ClInclude Include="IO\SubtitleInfo.h" /> |
163 | 175 | <ClInclude Include="IO\VideoInfo.h" /> |
164 | | - <QtMoc Include="Process\FFLoader.h" /> |
165 | 176 | <ClInclude Include="IO\VideoInfoList.h" /> |
166 | 177 | <ClInclude Include="Process\MediaConfig.h" /> |
167 | 178 | <ClInclude Include="Process\ScriptBuilder.h" /> |
| 179 | + <QtMoc Include="Process\FFLoader.h" /> |
168 | 180 | <ClInclude Include="Regex\AudioSubInfoRegex.h" /> |
169 | 181 | <ClInclude Include="Regex\ProcessErrorRegex.h" /> |
170 | 182 | <ClInclude Include="Regex\ProgressInfoRegex.h" /> |
171 | 183 | <ClInclude Include="Regex\VideoInfoRegex.h" /> |
172 | 184 | <ClInclude Include="UI\Preview.h" /> |
173 | 185 | <ClInclude Include="UI\Updater.h" /> |
174 | | - <ClInclude Include="VS\VapourSynth.h" /> |
175 | 186 | <QtMoc Include="UI\EncodeGUI.h" /> |
| 187 | + <ClInclude Include="VS\VapourSynth.h" /> |
176 | 188 | </ItemGroup> |
177 | 189 | <ItemGroup> |
178 | 190 | <QtUic Include="UI\EncodeGUI.ui" /> |
|
0 commit comments