Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Third Party Mirrors
elfio mirror
Commits
013cc2f9
Commit
013cc2f9
authored
Apr 19, 2019
by
Serge Lamikhov-Center
Browse files
Move Visual C++ projects to VS 2019
parent
a314b281
Changes
3
Hide whitespace changes
Inline
Side-by-side
ELFIOTest/ELFIOTest.vcxproj
View file @
013cc2f9
...
...
@@ -14,21 +14,21 @@
<ProjectGuid>
{FC8A3379-B8AA-4C32-804F-F8C43AFBC2A1}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<RootNamespace>
ELFIOTest
</RootNamespace>
<WindowsTargetPlatformVersion>
10.0
.10586.0
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</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>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
examples/elfdump/ELFDump.vcxproj
View file @
013cc2f9
...
...
@@ -14,21 +14,21 @@
<ProjectGuid>
{CBAA735F-E237-4976-909F-2349920ED871}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<RootNamespace>
ELFDump
</RootNamespace>
<WindowsTargetPlatformVersion>
10.0
.10586.0
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</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>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
examples/writer/writer.vcxproj
View file @
013cc2f9
...
...
@@ -14,19 +14,19 @@
<ProjectGuid>
{4E5A96DB-F6E9-4EEE-90BE-67B722DA8C84}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<RootNamespace>
writer
</RootNamespace>
<WindowsTargetPlatformVersion>
10.0
.10586.0
</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>
10.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<PlatformToolset>
v14
1
</PlatformToolset>
<PlatformToolset>
v14
2
</PlatformToolset>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment