Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_05
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9530f564
authored
Mar 10, 2021
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.ik.bme.hu/Prog2/labor_peldak/lab_05
parents
0e5adcae
66d70a59
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
string5.vcxproj
+7
-6
string5.vcxproj.filters
+5
-5
string5.vcxproj.user
+5
-0
No files found.
string5.vcxproj
View file @
9530f564
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="
4
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="
15
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
...
...
@@ -14,18 +14,19 @@
<ProjectGuid>{82AFFF26-CC4E-40EA-9A70-39F4765ABFC0}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>string5</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.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>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
...
...
@@ -47,8 +48,7 @@
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;MEMTRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
...
...
@@ -91,4 +91,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
string5.vcxproj.filters
View file @
9530f564
...
...
@@ -21,15 +21,15 @@
<ClInclude Include="memtrace.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="string2.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="rendez.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="rendez_u8.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="string5.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="memtrace.cpp">
...
...
@@ -38,10 +38,10 @@
<ClCompile Include="rendez.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="string
2
.cpp">
<ClCompile Include="string
5
.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="string
2
_test.cpp">
<ClCompile Include="string
5
_test.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
...
...
string5.vcxproj.user
0 → 100644
View file @
9530f564
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
\ No newline at end of file
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