|
@@ -140,10 +140,12 @@
|
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="1、WorkerMangerRequire.cpp" />
|
|
|
+ <ClCompile Include="employee.cpp" />
|
|
|
<ClCompile Include="workerManger.cpp" />
|
|
|
<ClCompile Include="职工管理系统.cpp" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <ClInclude Include="employee.h" />
|
|
|
<ClInclude Include="worker.h" />
|
|
|
<ClInclude Include="workerManger.h" />
|
|
|
</ItemGroup>
|