This commit is contained in:
chikyun.kim
2018-10-02 08:24:16 +09:00
parent 7b86ca98d9
commit 327adb3779
19 changed files with 973 additions and 491 deletions

View File

@@ -101,6 +101,12 @@
<Compile Include="Equipment\rpt_equipmentB.Designer.cs">
<DependentUpon>rpt_equipmentB.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase_Add.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\fPurchase_Add.Designer.cs">
<DependentUpon>fPurchase_Add.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase_Data.cs">
<SubType>Form</SubType>
</Compile>
@@ -152,6 +158,9 @@
<EmbeddedResource Include="Equipment\rpt_equipmentB.resx">
<DependentUpon>rpt_equipmentB.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase_Add.resx">
<DependentUpon>fPurchase_Add.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase_Data.resx">
<DependentUpon>fPurchase_Data.cs</DependentUpon>
</EmbeddedResource>
@@ -201,6 +210,10 @@
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FCM0000\FCM0000.csproj">
<Project>{26982882-c1ff-45f8-861c-d67558725ff1}</Project>
<Name>FCM0000</Name>
</ProjectReference>
<ProjectReference Include="..\FCOMMON\FCOMMON.csproj">
<Project>{304bd018-194b-47da-b4e0-f16df7b606da}</Project>
<Name>FCOMMON</Name>