Skip to content

Commit

Permalink
Update build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jun 10, 2022
1 parent 6ddff2d commit e6d2c4d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mono_crash.*
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]elease [Ss]tandalone/
[Rr]elease [Ss]tatic/
[Rr]eleases/
x64/
x86/
Expand Down
16 changes: 8 additions & 8 deletions AccentColorizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release Standalone|x64 = Release Standalone|x64
Release Standalone|x86 = Release Standalone|x86
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
Expand All @@ -19,14 +19,14 @@ Global
{2570739D-76FE-414A-8446-D439D2D66679}.Debug|x64.Build.0 = Debug|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Debug|x86.ActiveCfg = Debug|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Debug|x86.Build.0 = Debug|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release Standalone|x64.ActiveCfg = Release Standalone|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release Standalone|x64.Build.0 = Release Standalone|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release Standalone|x86.ActiveCfg = Release Standalone|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release Standalone|x86.Build.0 = Release Standalone|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release Static|x64.ActiveCfg = Release Static|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release Static|x64.Build.0 = Release Static|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release Static|x86.ActiveCfg = Release Static|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release Static|x86.Build.0 = Release Static|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x64.ActiveCfg = Release|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x64.Build.0 = Release|x64
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x86.ActiveCfg = Release|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x86.Build.0 = Release|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x86.ActiveCfg = Release Static|Win32
{2570739D-76FE-414A-8446-D439D2D66679}.Release|x86.Build.0 = Release Static|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
27 changes: 15 additions & 12 deletions AccentColorizer/AccentColorizer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release Standalone|Win32">
<Configuration>Release Standalone</Configuration>
<ProjectConfiguration Include="Release Static|Win32">
<Configuration>Release Static</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release Standalone|x64">
<Configuration>Release Standalone</Configuration>
<ProjectConfiguration Include="Release Static|x64">
<Configuration>Release Static</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
Expand Down Expand Up @@ -48,7 +48,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
Expand All @@ -68,7 +68,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|x64'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
Expand All @@ -86,7 +86,7 @@
<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>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|Win32'" Label="PropertySheets">
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'" Label="PropertySheets">
<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)'=='Debug|x64'">
Expand All @@ -95,7 +95,7 @@
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|x64'" Label="PropertySheets">
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
Expand All @@ -105,7 +105,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|Win32'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand All @@ -114,7 +114,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|x64'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -146,7 +146,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|Win32'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
Expand All @@ -161,6 +161,7 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>$(OutDir)$(TargetName)-Static$(TargetExt)</OutputFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -190,9 +191,10 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>$(OutDir)$(TargetName)-x64$(TargetExt)</OutputFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Standalone|x64'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Static|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
Expand All @@ -207,6 +209,7 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<OutputFile>$(OutDir)$(TargetName)-Static-x64$(TargetExt)</OutputFile>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit e6d2c4d

Please sign in to comment.