Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
ell_feladat
/
CppEmber
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
3ac524d1
authored
Mar 14, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vs
parent
d336a63e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
CppEmber.cbp
+0
-1
CppEmber.vcxproj
+5
-6
CppEmber.vcxproj.filters
+0
-3
CppEmber.vcxproj.user
+5
-0
No files found.
CppEmber.cbp
View file @
3ac524d1
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
<Add
option=
"-Werror"
/>
<Add
option=
"-Werror"
/>
</Compiler>
</Compiler>
<Unit
filename=
"ember.cpp"
/>
<Unit
filename=
"ember.cpp"
/>
<Unit
filename=
"ember.h"
/>
<Unit
filename=
"emberMain.cpp"
/>
<Unit
filename=
"emberMain.cpp"
/>
<Unit
filename=
"gtest_lite.h"
/>
<Unit
filename=
"gtest_lite.h"
/>
<Unit
filename=
"hallgato.cpp"
/>
<Unit
filename=
"hallgato.cpp"
/>
...
...
CppEmber.vcxproj
View file @
3ac524d1
<?xml version="1.0" encoding="utf-8"?>
<?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">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Configuration>Debug</Configuration>
...
@@ -14,18 +14,19 @@
...
@@ -14,18 +14,19 @@
<ProjectGuid>{B6BCC2EF-D183-45F8-BBD5-63B90361DAF4}</ProjectGuid>
<ProjectGuid>{B6BCC2EF-D183-45F8-BBD5-63B90361DAF4}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<Keyword>Win32Proj</Keyword>
<RootNamespace>CppEmber</RootNamespace>
<RootNamespace>CppEmber</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
...
@@ -47,8 +48,7 @@
...
@@ -47,8 +48,7 @@
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;MEMTRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;MEMTRACE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
...
@@ -83,7 +83,6 @@
...
@@ -83,7 +83,6 @@
<ClCompile Include="memtrace.cpp" />
<ClCompile Include="memtrace.cpp" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude Include="ember.h" />
<ClInclude Include="gtest_lite.h" />
<ClInclude Include="gtest_lite.h" />
<ClInclude Include="hallgato.h" />
<ClInclude Include="hallgato.h" />
<ClInclude Include="kutato.h" />
<ClInclude Include="kutato.h" />
...
...
CppEmber.vcxproj.filters
View file @
3ac524d1
...
@@ -29,9 +29,6 @@
...
@@ -29,9 +29,6 @@
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude Include="ember.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="gtest_lite.h">
<ClInclude Include="gtest_lite.h">
<Filter>Header Files</Filter>
<Filter>Header Files</Filter>
</ClInclude>
</ClInclude>
...
...
CppEmber.vcxproj.user
0 → 100644
View file @
3ac524d1
<?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