4 Star 11 Fork 8

鸣飞/BuildH框架代码开发辅助工具

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CodeGenerator.Core.csproj 5.33 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{1F5C55E6-E4FB-4AF4-B78B-9A3BA72A409B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CodeGenerator.Core</RootNamespace>
<AssemblyName>CodeGenerator.Core</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aspose.Cells">
<HintPath>..\..\..\新版开发平台\CodeGenerator\CodeGenerator.Common\libs\Aspose.Cells.DLL</HintPath>
</Reference>
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapper.1.50.2\lib\net40\Dapper.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Security">
<HintPath>..\CodeGenerator.Common\libs\Mono.Security.dll</HintPath>
</Reference>
<Reference Include="MySql.Data">
<HintPath>..\CodeGenerator.Common\libs\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Npgsql, Version=2.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\CodeGenerator.Common\libs\Npgsql.dll</HintPath>
</Reference>
<Reference Include="Oracle.ManagedDataAccess">
<HintPath>..\CodeGenerator.Common\libs\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite">
<HintPath>..\CodeGenerator.Common\libs\System.Data.SQLite.dll</HintPath>
</Reference>
<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="Constant.cs" />
<Compile Include="DbHelper\DBFactory.cs" />
<Compile Include="DbHelper\IDatabase.cs" />
<Compile Include="DbHelper\SqlHelper.cs" />
<Compile Include="DbHelper\SqliteDatabase.cs" />
<Compile Include="DbHelper\MySqlDatabase.cs" />
<Compile Include="DbHelper\PostgreSQLDatabase.cs" />
<Compile Include="DbHelper\SqlServerDatabase.cs" />
<Compile Include="Dictionary\ToExcel.cs" />
<Compile Include="Dictionary\ToChm.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Model\EntityCodeCreate.cs" />
<Compile Include="Model\Mybatis\JavaConfig.cs" />
<Compile Include="Model\MybatisCodeCreate.cs" />
<Compile Include="Model\BuildHCodeCreate.cs" />
<Compile Include="Model\CodeCreate.cs" />
<Compile Include="Model\CreateFormCode.cs" />
<Compile Include="Model\CreateListCode.cs" />
<Compile Include="Model\MainSetting.cs" />
<Compile Include="Model\TreeNodeEx.cs" />
<Compile Include="Model\ViewsInfo.cs" />
<Compile Include="Model\DataTypeHelper.cs" />
<Compile Include="Model\TemplateFiles.cs" />
<Compile Include="Model\NameElement.cs" />
<Compile Include="Model\TableInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Model\ServerInfo.cs" />
<Compile Include="Config.cs" />
<Compile Include="Model\ColumnInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodeGenerator.Common\CodeGenerator.Common.csproj">
<Project>{389da6aa-b4af-4e06-822a-658114282f5b}</Project>
<Name>CodeGenerator.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助