-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made the Control Panel Applet's source code compilable by Visual Stud…
…io 2017
- Loading branch information
Zero3K
authored and
Zero3K
committed
Nov 26, 2018
1 parent
577e48a
commit 961a0f5
Showing
12 changed files
with
560 additions
and
187 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.28307.106 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ERAM", "eram.vcxproj", "{67D265DA-FDBD-4D2E-B573-5387E5021492}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x86 = Debug|x86 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{67D265DA-FDBD-4D2E-B573-5387E5021492}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{67D265DA-FDBD-4D2E-B573-5387E5021492}.Debug|x86.Build.0 = Debug|Win32 | ||
{67D265DA-FDBD-4D2E-B573-5387E5021492}.Release|x86.ActiveCfg = Release|Win32 | ||
{67D265DA-FDBD-4D2E-B573-5387E5021492}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {166CD6E8-08CE-437A-B985-93B57ADF93B4} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.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"> | ||
<ProjectName>ERAM</ProjectName> | ||
<SccProjectName /> | ||
<SccLocalPath /> | ||
<ProjectGuid>{67D265DA-FDBD-4D2E-B573-5387E5021492}</ProjectGuid> | ||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<UseOfMfc>false</UseOfMfc> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<OutDir>Release\</OutDir> | ||
<IntDir>Release\</IntDir> | ||
<LinkIncremental>false</LinkIncremental> | ||
<TargetExt>.cpl</TargetExt> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<OutDir>.\Debug\</OutDir> | ||
<IntDir>.\Debug\</IntDir> | ||
<LinkIncremental>true</LinkIncremental> | ||
<TargetExt>.cpl</TargetExt> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<InlineFunctionExpansion>Default</InlineFunctionExpansion> | ||
<StringPooling>true</StringPooling> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<Optimization>MaxSpeed</Optimization> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<WarningLevel>Level4</WarningLevel> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AssemblerListingLocation>.\Release\</AssemblerListingLocation> | ||
<PrecompiledHeaderOutputFile>.\Release\eram.pch</PrecompiledHeaderOutputFile> | ||
<ObjectFileName>.\Release\</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName> | ||
<StructMemberAlignment>1Byte</StructMemberAlignment> | ||
</ClCompile> | ||
<PostBuildEvent> | ||
<Command>copy Release\eram.cpl ..\</Command> | ||
<Message>ƒtƒ%40ƒCƒ‹‚̃Rƒs[</Message> | ||
</PostBuildEvent> | ||
<Midl> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<TypeLibraryName>.\Release\eram.tlb</TypeLibraryName> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
</Midl> | ||
<ResourceCompile> | ||
<Culture>0x0411</Culture> | ||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Release\eram.bsc</OutputFile> | ||
</Bscmake> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<LinkDLL>true</LinkDLL> | ||
<SubSystem>Windows</SubSystem> | ||
<OutputFile>Release\eram.cpl</OutputFile> | ||
<ImportLibrary>.\Release\eram.lib</ImportLibrary> | ||
<AdditionalDependencies>comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<ModuleDefinitionFile>.\eramui.def</ModuleDefinitionFile> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | ||
<InlineFunctionExpansion>Default</InlineFunctionExpansion> | ||
<FunctionLevelLinking>false</FunctionLevelLinking> | ||
<Optimization>Disabled</Optimization> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<WarningLevel>Level3</WarningLevel> | ||
<MinimalRebuild>true</MinimalRebuild> | ||
<DebugInformationFormat>None</DebugInformationFormat> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<AssemblerListingLocation>.\Debug\</AssemblerListingLocation> | ||
<PrecompiledHeaderOutputFile>.\Debug\eram.pch</PrecompiledHeaderOutputFile> | ||
<ObjectFileName>.\Debug\</ObjectFileName> | ||
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName> | ||
<StructMemberAlignment>1Byte</StructMemberAlignment> | ||
</ClCompile> | ||
<PostBuildEvent> | ||
<Command>copy Debug\eram.cpl ..\</Command> | ||
<Message>ƒtƒ%40ƒCƒ‹‚̃Rƒs[</Message> | ||
</PostBuildEvent> | ||
<Midl> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<TypeLibraryName>.\Debug\eram.tlb</TypeLibraryName> | ||
<MkTypLibCompatible>true</MkTypLibCompatible> | ||
<RedirectOutputAndErrors>NUL</RedirectOutputAndErrors> | ||
<TargetEnvironment>Win32</TargetEnvironment> | ||
</Midl> | ||
<ResourceCompile> | ||
<Culture>0x0411</Culture> | ||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ResourceCompile> | ||
<Bscmake> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<OutputFile>.\Debug\eram.bsc</OutputFile> | ||
</Bscmake> | ||
<Link> | ||
<SuppressStartupBanner>true</SuppressStartupBanner> | ||
<LinkDLL>true</LinkDLL> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Windows</SubSystem> | ||
<OutputFile>Debug/eram.cpl</OutputFile> | ||
<ImportLibrary>.\Debug\eram.lib</ImportLibrary> | ||
<AdditionalDependencies>setupapi.lib;Comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
<ModuleDefinitionFile>.\eramui.def</ModuleDefinitionFile> | ||
<AdditionalOptions>/VERBOSE %(AdditionalOptions)</AdditionalOptions> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="eramui.c" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<CustomBuild Include="eramui.def" /> | ||
<CustomBuild Include="eramum.mc"> | ||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">mc -cs -h eramum.mc</Command> | ||
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Ò¯¾°¼Þ‚ðºÝÊß²Ù’†</Message> | ||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">eramum.bin;eramum.rc;%(Outputs)</Outputs> | ||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mc -cs -h eramum.mc</Command> | ||
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Ò¯¾°¼Þ‚ðºÝÊß²Ù’†</Message> | ||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">eramum.bin;%(Outputs)</Outputs> | ||
</CustomBuild> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Image Include="eramui.ico" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="eramui.rc" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup /> | ||
</Project> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
LIBRARY ERAM | ||
DESCRIPTION 'ERAM for Windows NT/2000/XP' | ||
EXPORTS | ||
CPlApplet | ||
EramClassInstall | ||
|
Oops, something went wrong.