근태입력화면 관련 작업

This commit is contained in:
ChiKyun Kim
2025-07-16 11:05:55 +09:00
parent 2b322542f1
commit 2806fb76ba
8 changed files with 1261 additions and 2 deletions

View File

@@ -259,6 +259,12 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Dialog\fHolyday.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog\fHolyday.Designer.cs">
<DependentUpon>fHolyday.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fJobReport.cs">
<SubType>Form</SubType>
</Compile>
@@ -280,6 +286,7 @@
<Compile Include="Web\Controller\BaseController.cs" />
<Compile Include="Web\Controller\APIController.cs" />
<Compile Include="Web\Controller\DashBoardController.cs" />
<Compile Include="Web\Controller\KuntaeController.cs" />
<Compile Include="Web\Controller\ManualController.cs" />
<Compile Include="Web\Controller\ProjectController.cs" />
<Compile Include="Web\Controller\JobreportController.cs" />
@@ -474,6 +481,9 @@
<EmbeddedResource Include="Dev\fDisableItem.resx">
<DependentUpon>fDisableItem.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\fHolyday.resx">
<DependentUpon>fHolyday.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialog\fJobReport.resx">
<DependentUpon>fJobReport.cs</DependentUpon>
</EmbeddedResource>
@@ -656,6 +666,9 @@
<Content Include="Web\wwwroot\Jobreport\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Web\wwwroot\Kuntae\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Web\wwwroot\login.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>