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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
66d70a59
authored
Mar 06, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VS
parent
85d27c54
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
12 deletions
+18
-12
string5.vcxproj
+7
-6
string5.vcxproj.filters
+5
-5
string5.vcxproj.user
+5
-0
string5_test.cpp
+1
-1
No files found.
string5.vcxproj
View file @
66d70a59
<?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 @
66d70a59
...
...
@@ -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 @
66d70a59
<?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
string5_test.cpp
View file @
66d70a59
...
...
@@ -15,7 +15,7 @@
#include "memtrace.h" // a standard header-ek után kell lennie
#include "gtest_lite.h"
#include "string5.h"
#if ELKESZUT >= 12 && !defined(CPORTA)
#if ELKESZU
L
T >= 12 && !defined(CPORTA)
# include "rendez.h"
#endif
...
...
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