纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

130 lines
6.2 KiB

<?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>{7DC886CD-B8A0-44E8-AADD-57FCB0CFECB8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NFine.Domain</RootNamespace>
<AssemblyName>NFine.Domain</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</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="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<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="01 Infrastructure\ICreationAudited.cs" />
<Compile Include="01 Infrastructure\IDeleteAudited.cs" />
<Compile Include="01 Infrastructure\IEntity.cs" />
<Compile Include="01 Infrastructure\IModificationAudited_PORelease.cs" />
<Compile Include="01 Infrastructure\IModificationAudited.cs" />
<Compile Include="03 Entity\KY\ICSVendor.cs" />
<Compile Include="03 Entity\SystemManage\AreaEntity.cs" />
<Compile Include="03 Entity\SystemManage\CommonReportModel.cs" />
<Compile Include="03 Entity\SystemManage\ModuleButtonEntity.cs" />
<Compile Include="03 Entity\SystemManage\ModuleEntity.cs" />
<Compile Include="03 Entity\SystemManage\RoleAuthorizeEntity.cs" />
<Compile Include="03 Entity\SystemManage\CustomerEntity.cs" />
<Compile Include="03 Entity\SystemManage\UserLogOnEntity.cs" />
<Compile Include="03 Entity\SystemManage\ItemsDetailEntity.cs" />
<Compile Include="03 Entity\SystemSecurity\DbBackupEntity.cs" />
<Compile Include="03 Entity\SystemSecurity\FilterIPEntity.cs" />
<Compile Include="03 Entity\SystemSecurity\LogEntity.cs" />
<Compile Include="02 ViewModel\AuthorizeActionModel.cs" />
<Compile Include="03 Entity\WMS\ForkLiftResult.cs" />
<Compile Include="03 Entity\WMS\ICSHGResult.cs" />
<Compile Include="03 Entity\WMS\ICSInventoryLot.cs" />
<Compile Include="03 Entity\WMS\ICSMTDOC.cs" />
<Compile Include="03 Entity\WMS\ICSWareHouseLotInfo.cs" />
<Compile Include="03 Entity\WMS\ICSWareHouseLotInfoLog.cs" />
<Compile Include="03 Entity\WMS\InitialImportModel.cs" />
<Compile Include="03 Entity\WMS\LotNoCombine.cs" />
<Compile Include="03 Entity\WMS\PrintPara.cs" />
<Compile Include="03 Entity\WMS\Rejection.cs" />
<Compile Include="03 Entity\WMS\WWRejection.cs" />
<Compile Include="04 IRepository\SystemManage\IAreaRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IItemsDetailRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IItemsRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IModuleButtonRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IModuleRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IOrganizeRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IRoleAuthorizeRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IRoleRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IUserLogOnRepository.cs" />
<Compile Include="04 IRepository\SystemManage\ICustomerRepository.cs" />
<Compile Include="04 IRepository\SystemManage\IUserRepository.cs" />
<Compile Include="04 IRepository\SystemSecurity\IDbBackupRepository.cs" />
<Compile Include="04 IRepository\SystemSecurity\IFilterIPRepository.cs" />
<Compile Include="04 IRepository\SystemSecurity\ILogRepository.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="03 Entity\SystemManage\ItemsEntity.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="03 Entity\SystemManage\OrganizeEntity.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="03 Entity\SystemManage\RoleEntity.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="03 Entity\SystemManage\UserEntity.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
<Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
<Name>NFine.Code</Name>
</ProjectReference>
<ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
<Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
<Name>NFine.Data</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="04 IRepository\KY\" />
</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>