This commit is contained in:
chikyun.kim
2019-01-25 15:47:38 +09:00
parent b8aeffa10a
commit f2c368fecb
20 changed files with 3880 additions and 368 deletions

View File

@@ -73,6 +73,12 @@
<DesignTime>True</DesignTime>
<DependentUpon>dsPRJ.xsd</DependentUpon>
</Compile>
<Compile Include="fMailList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fMailList.Designer.cs">
<DependentUpon>fMailList.cs</DependentUpon>
</Compile>
<Compile Include="fPartList.cs">
<SubType>Form</SubType>
</Compile>
@@ -125,6 +131,9 @@
<Compile Include="MethodExtentions.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="fMailList.resx">
<DependentUpon>fMailList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fPartList.resx">
<DependentUpon>fPartList.cs</DependentUpon>
</EmbeddedResource>
@@ -197,6 +206,12 @@
<Name>FCOMMON</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\accept.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\find.png" />
</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.