This commit is contained in:
chi
2021-08-02 16:26:53 +09:00
parent 12a33f174b
commit 2311774c42
23 changed files with 3823 additions and 231 deletions

View File

@@ -90,6 +90,12 @@
<DesignTime>True</DesignTime>
<DependentUpon>EEDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="License\fLicenseList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="License\fLicenseList.Designer.cs">
<DependentUpon>fLicenseList.cs</DependentUpon>
</Compile>
<Compile Include="MethodExtentions.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -99,6 +105,9 @@
<Compile Include="Education\fEdulist.Designer.cs">
<DependentUpon>fEdulist.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="License\fLicenseList.resx">
<DependentUpon>fLicenseList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
@@ -160,6 +169,7 @@
<Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<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.