This commit is contained in:
chi
2021-05-14 16:27:23 +09:00
parent 160222889a
commit d56775dc75
52 changed files with 9171 additions and 15 deletions

View File

@@ -229,12 +229,19 @@
<DependentUpon>AdoNetEFMain.edmx</DependentUpon>
</Compile>
<Compile Include="BaseController.cs" />
<Compile Include="Controller\ProjectController.cs" />
<Compile Include="Controller\JobreportController.cs" />
<Compile Include="Controller\CustomerController.cs" />
<Compile Include="Controller\PurchaseController.cs" />
<Compile Include="Controller\ItemController.cs" />
<Compile Include="Controller\HomeController.cs" />
<Compile Include="Controller\ResourceController.cs" />
<Compile Include="Controller\ResultController.cs" />
<Compile Include="Controller\SettingController.cs" />
<Compile Include="CResult.cs" />
<Compile Include="Customs.cs">
<DependentUpon>ModelCommon.tt</DependentUpon>
</Compile>
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@@ -334,6 +341,15 @@
<Compile Include="EETGW_LoginInfo.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
</Compile>
<Compile Include="EETGW_ProjecthistoryD.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="EETGW_ProjectsSchedule.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="EETGW_ProjectToDo.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="fLog.cs">
<SubType>Form</SubType>
</Compile>
@@ -352,8 +368,11 @@
<Compile Include="fSetting.Designer.cs">
<DependentUpon>fSetting.cs</DependentUpon>
</Compile>
<Compile Include="Items.cs">
<DependentUpon>ModelPurchase.tt</DependentUpon>
</Compile>
<Compile Include="JobReport.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
<DependentUpon>ModelJobreport.tt</DependentUpon>
</Compile>
<Compile Include="Language\Lang.cs" />
<Compile Include="Manager\DataBaseManager.cs" />
@@ -361,10 +380,88 @@
<Compile Include="Manager\ModelManager.cs" />
<Compile Include="MessageWindow.cs" />
<Compile Include="MethodExtentions.cs" />
<Compile Include="ModelCommon.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelCommon.Context.tt</DependentUpon>
</Compile>
<Compile Include="ModelCommon.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelCommon.tt</DependentUpon>
</Compile>
<Compile Include="ModelCommon.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelCommon.edmx</DependentUpon>
</Compile>
<Compile Include="ModelJobreport.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelJobreport.Context.tt</DependentUpon>
</Compile>
<Compile Include="ModelJobreport.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelJobreport.tt</DependentUpon>
</Compile>
<Compile Include="ModelJobreport.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelJobreport.edmx</DependentUpon>
</Compile>
<Compile Include="ModelProject.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelProject.Context.tt</DependentUpon>
</Compile>
<Compile Include="ModelProject.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="ModelProject.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelProject.edmx</DependentUpon>
</Compile>
<Compile Include="ModelPurchase.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelPurchase.Context.tt</DependentUpon>
</Compile>
<Compile Include="ModelPurchase.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelPurchase.tt</DependentUpon>
</Compile>
<Compile Include="ModelPurchase.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ModelPurchase.edmx</DependentUpon>
</Compile>
<Compile Include="Model\PageModel.cs" />
<Compile Include="OWIN\Startup.cs" />
<Compile Include="OWIN\StartupSSE.cs" />
<Compile Include="Program.cs" />
<Compile Include="Projects.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="ProjectsHistory.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="ProjectsIOMap.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="ProjectsMailList.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="ProjectsPart.cs">
<DependentUpon>ModelProject.tt</DependentUpon>
</Compile>
<Compile Include="Purchase.cs">
<DependentUpon>ModelPurchase.tt</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="SqlServerTypes\Loader.cs" />
<Compile Include="UserGroup.cs">
@@ -379,6 +476,12 @@
<Compile Include="vGroupUser.cs">
<DependentUpon>AdoNetEFMain.tt</DependentUpon>
</Compile>
<Compile Include="vJobReportForUser.cs">
<DependentUpon>ModelJobreport.tt</DependentUpon>
</Compile>
<Compile Include="vPurchase.cs">
<DependentUpon>ModelPurchase.tt</DependentUpon>
</Compile>
<Compile Include="_Common\fADSUserList.cs">
<SubType>Form</SubType>
</Compile>
@@ -569,6 +672,34 @@
<None Include="Manual.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<EntityDeploy Include="ModelPurchase.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>ModelPurchase.Designer.cs</LastGenOutput>
</EntityDeploy>
<EntityDeploy Include="ModelCommon.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>ModelCommon.Designer.cs</LastGenOutput>
</EntityDeploy>
<None Include="ModelCommon.edmx.diagram">
<DependentUpon>ModelCommon.edmx</DependentUpon>
</None>
<EntityDeploy Include="ModelJobreport.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>ModelJobreport.Designer.cs</LastGenOutput>
</EntityDeploy>
<None Include="ModelJobreport.edmx.diagram">
<DependentUpon>ModelJobreport.edmx</DependentUpon>
</None>
<EntityDeploy Include="ModelProject.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>ModelProject.Designer.cs</LastGenOutput>
</EntityDeploy>
<None Include="ModelProject.edmx.diagram">
<DependentUpon>ModelProject.edmx</DependentUpon>
</None>
<None Include="ModelPurchase.edmx.diagram">
<DependentUpon>ModelPurchase.edmx</DependentUpon>
</None>
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
@@ -603,6 +734,46 @@
<Content Include="libxl.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="ModelCommon.Context.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelCommon.edmx</DependentUpon>
<LastGenOutput>ModelCommon.Context.cs</LastGenOutput>
</Content>
<Content Include="ModelCommon.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelCommon.edmx</DependentUpon>
<LastGenOutput>ModelCommon.cs</LastGenOutput>
</Content>
<Content Include="ModelJobreport.Context.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelJobreport.edmx</DependentUpon>
<LastGenOutput>ModelJobreport.Context.cs</LastGenOutput>
</Content>
<Content Include="ModelJobreport.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelJobreport.edmx</DependentUpon>
<LastGenOutput>ModelJobreport.cs</LastGenOutput>
</Content>
<Content Include="ModelProject.Context.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelProject.edmx</DependentUpon>
<LastGenOutput>ModelProject.Context.cs</LastGenOutput>
</Content>
<Content Include="ModelProject.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelProject.edmx</DependentUpon>
<LastGenOutput>ModelProject.cs</LastGenOutput>
</Content>
<Content Include="ModelPurchase.Context.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelPurchase.edmx</DependentUpon>
<LastGenOutput>ModelPurchase.Context.cs</LastGenOutput>
</Content>
<Content Include="ModelPurchase.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>ModelPurchase.edmx</DependentUpon>
<LastGenOutput>ModelPurchase.cs</LastGenOutput>
</Content>
<Content Include="SqlServerTypes\readme.htm" />
<Content Include="SqlServerTypes\x64\msvcr120.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>