1 Star 1 Fork 9

qq356179407/NetWebMVC

forked from PRSoft/NetWebMVC 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NetWebMVC.csproj 4.24 KB
一键复制 编辑 原始数据 按行查看 历史
PRSoft 提交于 2020-04-07 15:58 . no commit message
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B9F17424-38F3-41B0-94A6-1CF075CB875B}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>NetWebMVC</RootNamespace>
<AssemblyName>NetWebMVC</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Publish\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Publish\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Dos.Common">
<HintPath>..\..\Dos代码生成\Debug\Dos.Common.dll</HintPath>
</Reference>
<Reference Include="Dos.ORM">
<HintPath>..\..\Dos代码生成\Debug\Dos.ORM.dll</HintPath>
</Reference>
<Reference Include="Dos.ORM.MySql">
<HintPath>..\..\Dos代码生成\Debug\Dos.ORM.MySql.dll</HintPath>
</Reference>
<Reference Include="MySql.Data">
<HintPath>..\..\Dos代码生成\Debug\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Web\Config\DB.cs" />
<Compile Include="Web\Config\CheckUser.cs" />
<Compile Include="Web\Model\dict_menu.cs" />
<Compile Include="Web\Model\dict_power.cs" />
<Compile Include="Web\Model\dict_role.cs" />
<Compile Include="Web\Model\tb_account.cs" />
<Compile Include="Web\Model\tb_detail.cs" />
<Compile Include="Web\Model\tb_order.cs" />
<Compile Include="Web\Model\tb_project.cs" />
<Compile Include="Web\Model\tb_set.cs" />
<Compile Include="Web\Model\tb_sms.cs" />
<Compile Include="Web\Model\tb_sms_template.cs" />
<Compile Include="Web\Model\tb_users.cs" />
<Compile Include="Web\Model\tb_version.cs" />
<Compile Include="Web\Model\tb_vip.cs" />
<Compile Include="Web\Controller\HomeController.cs" />
<Compile Include="Web\Controller\IndexController.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="MVC\MVC.csproj">
<Project>{7bd84a34-1001-45f1-afaf-f250daa4252a}</Project>
<Name>MVC</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/qq356179407/NetWebMVC.git
git@gitee.com:qq356179407/NetWebMVC.git
qq356179407
NetWebMVC
NetWebMVC
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385