From 18ca81b6dd7ad6cc89b07c8865be2b9b4a30e258 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 29 三月 2021 17:03:31 +0800 Subject: [PATCH] nothing --- WebAPI/WebAPI.csproj | 72 ++++++++++++++++++++++++------------ 1 files changed, 48 insertions(+), 24 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index a95421d..d57c83a 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -22,6 +22,7 @@ <TargetFrameworkProfile /> <Use64BitIISExpress /> <UseGlobalApplicationHostFile /> + <WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -44,8 +45,8 @@ </PropertyGroup> <ItemGroup> <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> - <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> - <Private>True</Private> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\Antlr3.Runtime.dll</HintPath> </Reference> <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> @@ -72,8 +73,8 @@ <HintPath>..\..\..\..\LMES\LMES\LMES\OCX\Kingdee.BOS.WebApi.ServicesStub.dll</HintPath> </Reference> <Reference Include="Microsoft.Azure.AppService.ApiApps.Service, Version=0.9.16.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.Azure.AppService.ApiApps.Service.0.9.16\lib\net45\Microsoft.Azure.AppService.ApiApps.Service.dll</HintPath> - <Private>True</Private> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\Microsoft.Azure.AppService.ApiApps.Service.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp"> <Private>True</Private> @@ -102,15 +103,15 @@ <HintPath>DLL\SQLHelper.dll</HintPath> </Reference> <Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL"> - <HintPath>..\packages\Swashbuckle.Core.5.0.0\lib\net40\Swashbuckle.Core.dll</HintPath> - <Private>True</Private> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\Swashbuckle.Core.dll</HintPath> </Reference> <Reference Include="System.Data.DataSetExtensions"> <Private>True</Private> </Reference> <Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.4.0.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath> - <Private>True</Private> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\System.IdentityModel.Tokens.Jwt.dll</HintPath> </Reference> <Reference Include="System.Net.Http"> <Private>True</Private> @@ -123,7 +124,8 @@ </Reference> <Reference Include="System.ServiceModel" /> <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.7\lib\net45\System.Web.Cors.dll</HintPath> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\System.Web.Cors.dll</HintPath> </Reference> <Reference Include="System.Web.DynamicData"> <Private>True</Private> @@ -152,9 +154,9 @@ <Reference Include="System.Web.Extensions"> <Private>True</Private> </Reference> - <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> - <Private>True</Private> + <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\System.Web.Helpers.dll</HintPath> </Reference> <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath> @@ -162,9 +164,11 @@ <Reference Include="System.Web.Http.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.7\lib\net45\System.Web.Http.Cors.dll</HintPath> </Reference> - <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>DLL\System.Web.Http.WebHost.dll</HintPath> + <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath> + </Reference> + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> </Reference> <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> @@ -176,19 +180,15 @@ </Reference> <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> - <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> - <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> - <Private>True</Private> </Reference> <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> - <Private>True</Private> </Reference> <Reference Include="System.Xml"> <Private>True</Private> @@ -207,14 +207,14 @@ </Reference> <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL"> <HintPath>..\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll</HintPath> - <Private>True</Private> </Reference> <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> - <Private>True</Private> </Reference> </ItemGroup> <ItemGroup> + <Content Include="Content\bootstrap-theme.css" /> + <Content Include="Content\bootstrap-theme.min.css" /> <Content Include="Content\bootstrap.css" /> <Content Include="Content\bootstrap.min.css" /> <Content Include="Content\Site.css" /> @@ -230,12 +230,27 @@ <Content Include="fonts\glyphicons-halflings-regular.svg" /> <Content Include="Global.asax" /> <Content Include="Index.html" /> + <Content Include="fonts\glyphicons-halflings-regular.woff" /> + <Content Include="fonts\glyphicons-halflings-regular.ttf" /> + <Content Include="fonts\glyphicons-halflings-regular.eot" /> + <None Include="Scripts\jquery-1.10.2.intellisense.js" /> + <Content Include="Scripts\bootstrap.js" /> + <Content Include="Scripts\bootstrap.min.js" /> + <Content Include="Scripts\jquery-1.10.2.js" /> + <Content Include="Scripts\jquery-1.10.2.min.js" /> + <None Include="Scripts\jquery.validate-vsdoc.js" /> + <Content Include="Scripts\jquery.validate.js" /> + <Content Include="Scripts\jquery.validate.min.js" /> + <Content Include="Scripts\jquery.validate.unobtrusive.js" /> + <Content Include="Scripts\jquery.validate.unobtrusive.min.js" /> + <Content Include="Scripts\modernizr-2.6.2.js" /> <Content Include="Views\Scripts\bootstrap.js" /> <Content Include="Views\Scripts\bootstrap.min.js" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> + <Content Include="Scripts\jquery-1.10.2.min.map" /> <None Include="Views\Scripts\jquery-1.10.2.intellisense.js" /> <Content Include="Views\Scripts\jquery-1.10.2.js" /> <Content Include="Views\Scripts\jquery-1.10.2.min.js" /> @@ -314,14 +329,26 @@ <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\SwaggerConfig.cs" /> <Compile Include="App_Start\WebApiConfig.cs" /> + <Compile Include="Controllers\BaseSet\Gy_BadReasonController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_CustomerController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_BadReasonController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_GroupController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_SupplierController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_WarehouseController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_EmployeeController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_DepartmentController.cs" /> + <Compile Include="Controllers\BaseSet\Gy_ProcessController.cs" /> <Compile Include="Controllers\LMESController.cs" /> + <Compile Include="Controllers\LookingForBillController.cs" /> <Compile Include="Controllers\NewApiController.cs" /> + <Compile Include="Controllers\Sc_CheckToolsRepairWorkBillController.cs" /> <Compile Include="Dapper\SqlHelper.cs" /> <Compile Include="Dapper\SqlPools.cs" /> <Compile Include="DbUntil\DataFormatUntil.cs" /> <Compile Include="Models\ApiConfig.cs" /> <Compile Include="Models\ApiResult.cs" /> <Compile Include="Models\DocumentsView.cs" /> + <Compile Include="Models\LookingForBill.cs" /> <Compile Include="Models\M_Department.cs" /> <Compile Include="Models\M_ProcMul.cs" /> <Compile Include="Models\M_StationBillMail.cs" /> @@ -380,9 +407,6 @@ </Content> <Content Include="Metadata\deploymentTemplates\apiappconfig.azureresource.json" /> <Content Include="apiapp.json" /> - <Content Include="fonts\glyphicons-halflings-regular.woff" /> - <Content Include="fonts\glyphicons-halflings-regular.ttf" /> - <Content Include="fonts\glyphicons-halflings-regular.eot" /> <None Include="Properties\PublishProfiles\PDAWeb.pubxml" /> <None Include="Properties\PublishProfiles\WEBAPI.pubxml" /> <Content Include="Views\Shared\Error.cshtml" /> -- Gitblit v1.9.1