메모장 추가

This commit is contained in:
chi
2020-05-26 13:21:41 +09:00
parent 117d7a3ba2
commit 2bb7472cb0
17 changed files with 3896 additions and 370 deletions

View File

@@ -155,6 +155,18 @@
<Compile Include="JobReport\rJobChart.Designer.cs">
<DependentUpon>rJobChart.cs</DependentUpon>
</Compile>
<Compile Include="Note\fNote.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Note\fNote.Designer.cs">
<DependentUpon>fNote.cs</DependentUpon>
</Compile>
<Compile Include="Note\fNote_Add.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Note\fNote_Add.Designer.cs">
<DependentUpon>fNote_Add.cs</DependentUpon>
</Compile>
<Compile Include="Project\fPartList.cs">
<SubType>Form</SubType>
</Compile>
@@ -283,6 +295,12 @@
<EmbeddedResource Include="JobReport\rJobChart.resx">
<DependentUpon>rJobChart.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Note\fNote.resx">
<DependentUpon>fNote.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Note\fNote_Add.resx">
<DependentUpon>fNote_Add.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Project\fPartList.resx">
<DependentUpon>fPartList.cs</DependentUpon>
</EmbeddedResource>
@@ -451,14 +469,6 @@
<ItemGroup>
<None Include="Resources\action_refresh.gif" />
</ItemGroup>
<ItemGroup>
<Content Include="editform.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="hcwgenericclasses.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</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.