hhx 3 years ago
parent
commit
ebe1d6fbe4
  1. 2
      04.系统编码/App/App.csproj
  2. 1
      04.系统编码/BLL/BLL.csproj
  3. 1
      04.系统编码/DAL/DAL.csproj
  4. 1
      04.系统编码/Model/Model.csproj

2
04.系统编码/App/App.csproj

@ -137,6 +137,7 @@
<Compile Include="Controllers\MengguController.cs" />
<Compile Include="Controllers\UserController.cs" />
<Compile Include="Controllers\SystemManagementController.cs" />
<Compile Include="Controllers\PointController.cs" />
<Compile Include="Controllers\UserManagementController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
@ -202,7 +203,6 @@
<Content Include="Content\images\toggle-left.png" />
<Content Include="Content\images\toggle-right.png" />
<Content Include="Content\images\user-icon.png" />
<Content Include="Content\scripts\beijing\info-point.js" />
<Content Include="Content\scripts\config.js" />
<Content Include="Content\scripts\menggu\app.js" />
<Content Include="Content\scripts\menggu\history-panel.js" />

1
04.系统编码/BLL/BLL.csproj

@ -53,6 +53,7 @@
<Compile Include="TaskBLL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TagBLL.cs" />
<Compile Include="PointBLL.cs" />
<Compile Include="UserBLL.cs" />
</ItemGroup>
<ItemGroup>

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

@ -57,6 +57,7 @@
<Compile Include="TaskDAL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TagDAL.cs" />
<Compile Include="PointDAL.cs" />
<Compile Include="UserDAL.cs" />
</ItemGroup>
<ItemGroup>

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

@ -50,6 +50,7 @@
<Compile Include="Config.cs" />
<Compile Include="Org.cs" />
<Compile Include="Pagination.cs" />
<Compile Include="Point.cs" />
<Compile Include="RealPoint.cs" />
<Compile Include="Statistic.cs" />
<Compile Include="Task.cs" />

Loading…
Cancel
Save