初始化项目
This commit is contained in:
343
AUTS.Domain/AUTS.Domain.csproj
Normal file
343
AUTS.Domain/AUTS.Domain.csproj
Normal file
@@ -0,0 +1,343 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
||||
<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>{709AA98F-388F-44DD-B64B-AD44E695C34C}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>AUTS.Domain</RootNamespace>
|
||||
<AssemblyName>AUTS.Domain</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<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="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Google.Protobuf, Version=3.21.9.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Google.Protobuf.3.21.9\lib\net45\Google.Protobuf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="K4os.Compression.LZ4, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\K4os.Compression.LZ4.1.3.5\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.5.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.5\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\MySql.Data.Entity.6.9.11\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SqlSugar, Version=5.1.2.7, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SqlSugar.5.1.2.7\lib\SqlSugar.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ComponentModel" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Configuration.Install" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Drawing.Design" />
|
||||
<Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Management" />
|
||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Security" />
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Transactions" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Application\DBCofinStrModel.cs" />
|
||||
<Compile Include="Application\OInternalNumber.cs" />
|
||||
<Compile Include="Application\NurseScheduleStatisticsModel.cs" />
|
||||
<Compile Include="Application\OutputValue.cs" />
|
||||
<Compile Include="Application\RepairReason.cs" />
|
||||
<Compile Include="Application\Sys_Currency.cs" />
|
||||
<Compile Include="Application\TBL_ColorBoxList.cs" />
|
||||
<Compile Include="Application\TBL_ImportInfo.cs" />
|
||||
<Compile Include="Application\TBL_ImportinfoLog.cs" />
|
||||
<Compile Include="Application\TBL_importinfo_log.cs" />
|
||||
<Compile Include="Application\TBL_Process.cs" />
|
||||
<Compile Include="Application\TBL_QA_TestLog.cs" />
|
||||
<Compile Include="Application\TBL_RejectsExplain.cs" />
|
||||
<Compile Include="Application\TBL_RepairLog.cs" />
|
||||
<Compile Include="Application\TBL_RepairReason.cs" />
|
||||
<Compile Include="Application\TBL_RepairResults.cs" />
|
||||
<Compile Include="Application\TBL_RepairTypes.cs" />
|
||||
<Compile Include="Application\TBL_shipping.cs" />
|
||||
<Compile Include="Application\TBL_TestLog.cs" />
|
||||
<Compile Include="Application\TBL_UTS_UserOperation.cs" />
|
||||
<Compile Include="Application\ToDayCapacity.cs" />
|
||||
<Compile Include="Application\uts_bindhistoryinfo_log.cs" />
|
||||
<Compile Include="Application\uts_johao_tbl_importinfo.cs" />
|
||||
<Compile Include="Application\uts_johao_tbl_shipping.cs" />
|
||||
<Compile Include="Application\uts_zongqing_tbl_importinfo.cs" />
|
||||
<Compile Include="Application\TBL_StationList_ForZongQing.cs" />
|
||||
<Compile Include="Application\uts_zongqing_tbl_shipping.cs" />
|
||||
<Compile Include="Application\Uts_Importinfo_Log.cs" />
|
||||
<Compile Include="Entities\InHaosEntity.Context.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>InHaosEntity.Context.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\InHaosEntity.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\InHaosEntity.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>InHaosEntity.edmx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\ManageEntity.Context.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>ManageEntity.Context.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\ManageEntity.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\ManageEntity.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>ManageEntity.edmx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\SqlSugarBase.cs" />
|
||||
<Compile Include="Entities\TBL_Customer.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_FlowCtr.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_Log.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_OrderInternal.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_Orders.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_ProductionLine.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_ProductionPlan.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_ProductTypes.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_Project.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_RepairRequest.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_SnList.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_SnRules.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_StationList.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_SyncList.cs">
|
||||
<DependentUpon>InHaosEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_AppList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_AppLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_AuthLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_AuthManage.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_Company.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_DataServiceList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_DataServiceLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_DBList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_DevLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_ErrCode.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_LicenseList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_Log.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_Module.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_OrderStatus.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_SearchKey.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_ServiceLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_SwReleaseLog.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_SwUpdate.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_SyncList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_TestPlanTips.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_User.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_UserAuth_Operation.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Entities\TBL_UTS_Manage_UtsCmdList.cs">
|
||||
<DependentUpon>ManageEntity.tt</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<EntityDeploy Include="Entities\ManageEntity.edmx">
|
||||
<Generator>EntityModelCodeGenerator</Generator>
|
||||
<LastGenOutput>ManageEntity.Designer.cs</LastGenOutput>
|
||||
</EntityDeploy>
|
||||
<EntityDeploy Include="Entities\InHaosEntity.edmx">
|
||||
<Generator>EntityModelCodeGenerator</Generator>
|
||||
<LastGenOutput>InHaosEntity.Designer.cs</LastGenOutput>
|
||||
</EntityDeploy>
|
||||
<None Include="Entities\InHaosEntity.edmx.diagram">
|
||||
<DependentUpon>InHaosEntity.edmx</DependentUpon>
|
||||
</None>
|
||||
<None Include="Entities\ManageEntity.edmx.diagram">
|
||||
<DependentUpon>ManageEntity.edmx</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Entities\InHaosEntity.Context.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<DependentUpon>InHaosEntity.edmx</DependentUpon>
|
||||
<LastGenOutput>InHaosEntity.Context.cs</LastGenOutput>
|
||||
</Content>
|
||||
<Content Include="Entities\InHaosEntity.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<DependentUpon>InHaosEntity.edmx</DependentUpon>
|
||||
<LastGenOutput>InHaosEntity.cs</LastGenOutput>
|
||||
</Content>
|
||||
<Content Include="Entities\ManageEntity.Context.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<LastGenOutput>ManageEntity.Context.cs</LastGenOutput>
|
||||
<DependentUpon>ManageEntity.edmx</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Entities\ManageEntity.tt">
|
||||
<Generator>TextTemplatingFileGenerator</Generator>
|
||||
<DependentUpon>ManageEntity.edmx</DependentUpon>
|
||||
<LastGenOutput>ManageEntity.cs</LastGenOutput>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
||||
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user