Skip to content

Commit 1c98381

Browse files
committed
Adjustments for build configuration
1 parent 7641bf1 commit 1c98381

File tree

2 files changed

+3
-82
lines changed

2 files changed

+3
-82
lines changed

FluentScreenRecorder.sln

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScreenSenderComponent", "Sc
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16-
Debug|Any CPU = Debug|Any CPU
17-
Debug|ARM = Debug|ARM
1816
Debug|ARM64 = Debug|ARM64
1917
Debug|x64 = Debug|x64
2018
Debug|x86 = Debug|x86
21-
Release|Any CPU = Release|Any CPU
22-
Release|ARM = Release|ARM
2319
Release|ARM64 = Release|ARM64
2420
Release|x64 = Release|x64
2521
Release|x86 = Release|x86
2622
EndGlobalSection
2723
GlobalSection(ProjectConfigurationPlatforms) = postSolution
28-
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|Any CPU.ActiveCfg = Debug|x64
29-
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|ARM.ActiveCfg = Debug|x64
3024
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|ARM64.ActiveCfg = Debug|ARM64
3125
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|ARM64.Build.0 = Debug|ARM64
3226
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|x64.ActiveCfg = Debug|x64
3327
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|x64.Build.0 = Debug|x64
3428
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|x86.ActiveCfg = Debug|x86
3529
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Debug|x86.Build.0 = Debug|x86
36-
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Release|Any CPU.ActiveCfg = Release|x64
37-
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Release|ARM.ActiveCfg = Release|x64
3830
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Release|ARM64.ActiveCfg = Release|ARM64
3931
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Release|ARM64.Build.0 = Release|ARM64
4032
{7FFCAEB5-D8BA-49F4-B89F-7033E7A01447}.Release|x64.ActiveCfg = Release|x64
@@ -80,17 +72,15 @@ Global
8072
{123D7523-1B05-4C05-A2FA-6A14314A16F3}.Release|x86.ActiveCfg = Release|x86
8173
{123D7523-1B05-4C05-A2FA-6A14314A16F3}.Release|x86.Build.0 = Release|x86
8274
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|Any CPU.ActiveCfg = Debug|Win32
83-
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|ARM.ActiveCfg = Debug|ARM
84-
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|ARM.Build.0 = Debug|ARM
75+
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|ARM.ActiveCfg = Debug|Win32
8576
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|ARM64.ActiveCfg = Debug|ARM64
8677
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|ARM64.Build.0 = Debug|ARM64
8778
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|x64.ActiveCfg = Debug|x64
8879
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|x64.Build.0 = Debug|x64
8980
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|x86.ActiveCfg = Debug|Win32
9081
{9762CC81-D63D-4952-9CBA-F812755C3444}.Debug|x86.Build.0 = Debug|Win32
9182
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|Any CPU.ActiveCfg = Release|Win32
92-
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|ARM.ActiveCfg = Release|ARM
93-
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|ARM.Build.0 = Release|ARM
83+
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|ARM.ActiveCfg = Release|Win32
9484
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|ARM64.ActiveCfg = Release|ARM64
9585
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|ARM64.Build.0 = Release|ARM64
9686
{9762CC81-D63D-4952-9CBA-F812755C3444}.Release|x64.ActiveCfg = Release|x64

ScreenSenderComponent/ScreenSenderComponent.vcxproj

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4-
<ProjectConfiguration Include="Debug|ARM">
5-
<Configuration>Debug</Configuration>
6-
<Platform>ARM</Platform>
7-
</ProjectConfiguration>
84
<ProjectConfiguration Include="Debug|ARM64">
95
<Configuration>Debug</Configuration>
106
<Platform>ARM64</Platform>
@@ -17,10 +13,6 @@
1713
<Configuration>Debug</Configuration>
1814
<Platform>x64</Platform>
1915
</ProjectConfiguration>
20-
<ProjectConfiguration Include="Release|ARM">
21-
<Configuration>Release</Configuration>
22-
<Platform>ARM</Platform>
23-
</ProjectConfiguration>
2416
<ProjectConfiguration Include="Release|ARM64">
2517
<Configuration>Release</Configuration>
2618
<Platform>ARM64</Platform>
@@ -45,51 +37,35 @@
4537
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
4638
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
4739
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
40+
<PlatformToolset>v142</PlatformToolset>
4841
</PropertyGroup>
4942
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5043
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5144
<ConfigurationType>DynamicLibrary</ConfigurationType>
5245
<UseDebugLibraries>true</UseDebugLibraries>
53-
<PlatformToolset>v141</PlatformToolset>
54-
</PropertyGroup>
55-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
56-
<ConfigurationType>DynamicLibrary</ConfigurationType>
57-
<UseDebugLibraries>true</UseDebugLibraries>
58-
<PlatformToolset>v141</PlatformToolset>
5946
</PropertyGroup>
6047
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
6148
<ConfigurationType>DynamicLibrary</ConfigurationType>
6249
<UseDebugLibraries>true</UseDebugLibraries>
63-
<PlatformToolset>v141</PlatformToolset>
6450
</PropertyGroup>
6551
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
6652
<ConfigurationType>DynamicLibrary</ConfigurationType>
6753
<UseDebugLibraries>true</UseDebugLibraries>
68-
<PlatformToolset>v142</PlatformToolset>
6954
</PropertyGroup>
7055
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
7156
<ConfigurationType>DynamicLibrary</ConfigurationType>
7257
<UseDebugLibraries>false</UseDebugLibraries>
7358
<WholeProgramOptimization>true</WholeProgramOptimization>
74-
<PlatformToolset>v141</PlatformToolset>
75-
</PropertyGroup>
76-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
77-
<ConfigurationType>DynamicLibrary</ConfigurationType>
78-
<UseDebugLibraries>false</UseDebugLibraries>
79-
<WholeProgramOptimization>true</WholeProgramOptimization>
80-
<PlatformToolset>v141</PlatformToolset>
8159
</PropertyGroup>
8260
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
8361
<ConfigurationType>DynamicLibrary</ConfigurationType>
8462
<UseDebugLibraries>false</UseDebugLibraries>
8563
<WholeProgramOptimization>true</WholeProgramOptimization>
86-
<PlatformToolset>v141</PlatformToolset>
8764
</PropertyGroup>
8865
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
8966
<ConfigurationType>DynamicLibrary</ConfigurationType>
9067
<UseDebugLibraries>false</UseDebugLibraries>
9168
<WholeProgramOptimization>true</WholeProgramOptimization>
92-
<PlatformToolset>v141</PlatformToolset>
9369
</PropertyGroup>
9470
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9571
<ImportGroup Label="ExtensionSettings">
@@ -102,12 +78,6 @@
10278
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
10379
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
10480
</ImportGroup>
105-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
106-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
107-
</ImportGroup>
108-
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
109-
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110-
</ImportGroup>
11181
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
11282
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
11383
</ImportGroup>
@@ -128,12 +98,6 @@
12898
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
12999
<GenerateManifest>false</GenerateManifest>
130100
</PropertyGroup>
131-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
132-
<GenerateManifest>false</GenerateManifest>
133-
</PropertyGroup>
134-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
135-
<GenerateManifest>false</GenerateManifest>
136-
</PropertyGroup>
137101
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
138102
<GenerateManifest>false</GenerateManifest>
139103
</PropertyGroup>
@@ -177,37 +141,6 @@
177141
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
178142
</Link>
179143
</ItemDefinitionGroup>
180-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
181-
<ClCompile>
182-
<PrecompiledHeader>Use</PrecompiledHeader>
183-
<PreprocessorDefinitions>_WINRT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
185-
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
186-
<AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
187-
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
188-
<DisableSpecificWarnings>28204</DisableSpecificWarnings>
189-
</ClCompile>
190-
<Link>
191-
<SubSystem>Console</SubSystem>
192-
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
193-
<AdditionalDependencies>WindowsApp.lib;Mmdevapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
194-
</Link>
195-
</ItemDefinitionGroup>
196-
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
197-
<ClCompile>
198-
<PrecompiledHeader>Use</PrecompiledHeader>
199-
<PreprocessorDefinitions>_WINRT_DLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200-
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
201-
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
202-
<AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
203-
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
204-
<DisableSpecificWarnings>28204</DisableSpecificWarnings>
205-
</ClCompile>
206-
<Link>
207-
<SubSystem>Console</SubSystem>
208-
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
209-
</Link>
210-
</ItemDefinitionGroup>
211144
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
212145
<ClCompile>
213146
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -283,8 +216,6 @@
283216
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
284217
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">Create</PrecompiledHeader>
285218
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">Create</PrecompiledHeader>
286-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
287-
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
288219
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
289220
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
290221
</ClCompile>

0 commit comments

Comments
 (0)