Compare commits
No commits in common. "83448701a94230e2f304c62f7da6716016da97db" and "ccb91713d7fb051992755fe366b842e9895e1256" have entirely different histories.
83448701a9
...
ccb91713d7
@ -157,7 +157,7 @@ int main()
|
|||||||
{
|
{
|
||||||
system("cls");
|
system("cls");
|
||||||
cout << "Urlaubsverwaltung (" << employees.size() << " Mitarbeiter)" << endl << endl;
|
cout << "Urlaubsverwaltung (" << employees.size() << " Mitarbeiter)" << endl << endl;
|
||||||
cout << "Bitte w\x84hlen Sie:" << endl;
|
cout << "Bitte w\x84hlen Sie eine Option:" << endl;
|
||||||
cout << "1: Mitarbeiter anlegen" << endl;
|
cout << "1: Mitarbeiter anlegen" << endl;
|
||||||
cout << "2: Mitarbeiter bearbeiten" << endl;
|
cout << "2: Mitarbeiter bearbeiten" << endl;
|
||||||
cout << "3: Alle Mitarbeiter auflisten" << endl;
|
cout << "3: Alle Mitarbeiter auflisten" << endl;
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>MaxSpeed</Optimization>
|
<Optimization>MaxSpeed</Optimization>
|
||||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user