1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Holger Boerchers
83448701a9 Merge branch 'master' of https://git.boerchers.org/CPP/Urlaubsverwaltung 2018-12-14 22:15:49 +01:00
Holger Boerchers
8efd482479 not using precompiled header 2018-12-14 22:15:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ int main()
{
system("cls");
cout << "Urlaubsverwaltung (" << employees.size() << " Mitarbeiter)" << endl << endl;
cout << "Bitte w\x84hlen Sie eine Option:" << endl;
cout << "Bitte w\x84hlen Sie:" << endl;
cout << "1: Mitarbeiter anlegen" << endl;
cout << "2: Mitarbeiter bearbeiten" << endl;
cout << "3: Alle Mitarbeiter auflisten" << endl;

View File

@ -133,7 +133,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>