아웃룩 오픈 긴능 추가

This commit is contained in:
chikyun.kim
2018-09-27 08:21:00 +09:00
parent 30583ad369
commit 78f316bc3a
61 changed files with 3407 additions and 43 deletions

View File

@@ -58,6 +58,12 @@
<DesignTime>True</DesignTime>
<DependentUpon>dsMSSQL.xsd</DependentUpon>
</Compile>
<Compile Include="fCode.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fCode.Designer.cs">
<DependentUpon>fCode.cs</DependentUpon>
</Compile>
<Compile Include="fInventory.cs">
<SubType>Form</SubType>
</Compile>
@@ -82,9 +88,18 @@
<Compile Include="fLovItem.Designer.cs">
<DependentUpon>fLovItem.cs</DependentUpon>
</Compile>
<Compile Include="fMailform.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fMailform.Designer.cs">
<DependentUpon>fMailform.cs</DependentUpon>
</Compile>
<Compile Include="MethodExtentions.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="fCode.resx">
<DependentUpon>fCode.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fInventory.resx">
<DependentUpon>fInventory.cs</DependentUpon>
</EmbeddedResource>
@@ -97,6 +112,9 @@
<EmbeddedResource Include="fLovItem.resx">
<DependentUpon>fLovItem.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fMailform.resx">
<DependentUpon>fMailform.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>