업무일지 리포트 추가

This commit is contained in:
chikyun.kim
2019-05-07 14:11:57 +09:00
parent 1b487e8c5d
commit a9888ebf39
60 changed files with 8953 additions and 10776 deletions

View File

@@ -98,6 +98,16 @@
<DesignTime>True</DesignTime>
<DependentUpon>dsPRJ.xsd</DependentUpon>
</Compile>
<Compile Include="dsQuery.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dsQuery.xsd</DependentUpon>
</Compile>
<Compile Include="dsReport.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dsReport.xsd</DependentUpon>
</Compile>
<Compile Include="fHistAdd.cs">
<SubType>Form</SubType>
</Compile>
@@ -183,6 +193,18 @@
<Compile Include="JobReport\fJobReport_Add.Designer.cs">
<DependentUpon>fJobReport_Add.cs</DependentUpon>
</Compile>
<Compile Include="JobReport\fJobReportImport.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="JobReport\fJobReportImport.Designer.cs">
<DependentUpon>fJobReportImport.cs</DependentUpon>
</Compile>
<Compile Include="JobReport\rJobReport.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="JobReport\rJobReport.Designer.cs">
<DependentUpon>rJobReport.cs</DependentUpon>
</Compile>
<Compile Include="MethodExtentions.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -228,6 +250,13 @@
<EmbeddedResource Include="JobReport\fJobReport_Add.resx">
<DependentUpon>fJobReport_Add.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="JobReport\fJobReportImport.resx">
<DependentUpon>fJobReportImport.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="JobReport\rJobReport.rdlc" />
<EmbeddedResource Include="JobReport\rJobReport.resx">
<DependentUpon>rJobReport.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
@@ -263,6 +292,28 @@
<None Include="dsPRJ.xss">
<DependentUpon>dsPRJ.xsd</DependentUpon>
</None>
<None Include="dsQuery.xsc">
<DependentUpon>dsQuery.xsd</DependentUpon>
</None>
<None Include="dsQuery.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dsQuery.Designer.cs</LastGenOutput>
</None>
<None Include="dsQuery.xss">
<DependentUpon>dsQuery.xsd</DependentUpon>
</None>
<None Include="dsReport.xsc">
<DependentUpon>dsReport.xsd</DependentUpon>
</None>
<None Include="dsReport.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dsReport.Designer.cs</LastGenOutput>
</None>
<None Include="dsReport.xss">
<DependentUpon>dsReport.xsd</DependentUpon>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -298,6 +349,12 @@
<ItemGroup>
<None Include="Resources\find.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\copy.gif" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\action_save.gif" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.