Browse Source

Update project files

master
fanwensheng 3 years ago
parent
commit
92f72b9032
  1. 6
      04.系统编码/App/Controllers/SystemManagementController.cs
  2. 7
      04.系统编码/DAL/DAL.csproj
  3. 9
      04.系统编码/Model/Model.csproj

6
04.系统编码/App/Controllers/SystemManagementController.cs

@ -1,12 +1,6 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System;
using System.Web.Mvc; using System.Web.Mvc;
using Pingchuan.BeijingSafeguard.BLL;
using Pingchuan.BeijingSafeguard.Model;
namespace Pingchuan.BeijingSafeguard.App.Controllers namespace Pingchuan.BeijingSafeguard.App.Controllers
{ {
public class SystemManagementController : BaseController public class SystemManagementController : BaseController

7
04.系统编码/DAL/DAL.csproj

@ -35,8 +35,8 @@
<Reference Include="MySql.Data"> <Reference Include="MySql.Data">
<HintPath>..\packages\MySql.Data.6.9.12\lib\net40\MySql.Data.dll</HintPath> <HintPath>..\packages\MySql.Data.6.9.12\lib\net40\MySql.Data.dll</HintPath>
</Reference> </Reference>
<Reference Include="PetaPoco"> <Reference Include="PetaPoco, Version=6.0.480.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PetaPoco.Compiled.6.0.441\lib\net45\PetaPoco.dll</HintPath> <HintPath>..\packages\PetaPoco.Compiled.6.0.480\lib\net45\PetaPoco.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
@ -66,5 +66,8 @@
<Name>Utility</Name> <Name>Utility</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>

9
04.系统编码/Model/Model.csproj

@ -32,10 +32,11 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="PetaPoco"> <Reference Include="PetaPoco, Version=6.0.480.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PetaPoco.Compiled.6.0.441\lib\net45\PetaPoco.dll</HintPath> <HintPath>..\packages\PetaPoco.Compiled.6.0.480\lib\net45\PetaPoco.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.DataSetExtensions" />
@ -58,6 +59,8 @@
<Name>Utility</Name> <Name>Utility</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
Loading…
Cancel
Save