This commit is contained in:
chi
2020-10-12 13:27:25 +09:00
parent 5473f0f10c
commit 9fd97e8877
13 changed files with 1926 additions and 47 deletions

View File

@@ -136,6 +136,7 @@
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Management" />
<Reference Include="System.Net" />
@@ -157,6 +158,11 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CResult.cs" />
<Compile Include="DataClasses1.designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataClasses1.dbml</DependentUpon>
</Compile>
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -364,6 +370,14 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="DataClasses1.dbml">
<Generator>MSLinqToSQLGenerator</Generator>
<LastGenOutput>DataClasses1.designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="DataClasses1.dbml.layout">
<DependentUpon>DataClasses1.dbml</DependentUpon>
</None>
<None Include="DataSet1.xsc">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
@@ -484,6 +498,8 @@
<Name>StaffLayoutCtl</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>