|
|
@@ -41,6 +41,9 @@
|
|
|
<Reference Include="Abp.AutoMapper, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Abp.AutoMapper.4.1.0\lib\netstandard2.0\Abp.AutoMapper.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="Abp.MailKit, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\Abp.MailKit.4.1.0\lib\netstandard2.0\Abp.MailKit.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Abp.Owin, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Abp.Owin.4.1.0\lib\net461\Abp.Owin.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -62,6 +65,9 @@
|
|
|
<Reference Include="AutoMapper.Collection, Version=5.0.0.0, Culture=neutral, PublicKeyToken=e57c3f0a3d6646db, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\AutoMapper.Collection.5.0.0\lib\net461\AutoMapper.Collection.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
|
|
+ <HintPath>..\..\packages\BouncyCastle.1.8.2\lib\BouncyCastle.Crypto.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -83,6 +89,9 @@
|
|
|
<Reference Include="JetBrains.Annotations, Version=2018.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\JetBrains.Annotations.2018.3.0\lib\net20\JetBrains.Annotations.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="MailKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\MailKit.2.1.2\lib\net45\MailKit.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -143,6 +152,9 @@
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="MimeKit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\..\packages\MimeKit.2.1.2\lib\net45\MimeKit.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -186,6 +198,7 @@
|
|
|
<Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.ComponentModel.Composition" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
<Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
@@ -232,6 +245,7 @@
|
|
|
<HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.Security" />
|
|
|
<Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -350,6 +364,10 @@
|
|
|
<Compile Include="CustomerInfo\Customers.cs" />
|
|
|
<Compile Include="CustomerInfo\CustomerSend.cs" />
|
|
|
<Compile Include="DecimalPrecisionAttribute.cs" />
|
|
|
+ <Compile Include="Emailing\EmailTemplateProvider.cs" />
|
|
|
+ <Compile Include="Emailing\IEmailTemplateProvider.cs" />
|
|
|
+ <Compile Include="Emailing\IwbZeroTemplateMailKitSmtpBuilder.cs" />
|
|
|
+ <Compile Include="Emailing\IwbZeroTemplateSmtpEmailSenderConfiguration.cs" />
|
|
|
<Compile Include="Inspection\CustomerDisabledProduct.cs" />
|
|
|
<Compile Include="Inspection\DisqualifiedProduct.cs" />
|
|
|
<Compile Include="Inspection\ProductInspectReportContent.cs" />
|
|
|
@@ -441,6 +459,7 @@
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
<LastGenOutput>PermissionNames.cs</LastGenOutput>
|
|
|
</Content>
|
|
|
+ <Content Include="Emailing\EmailTemplates\default.html" />
|
|
|
<EmbeddedResource Include="Localization\Language\Language-en.xml" />
|
|
|
<EmbeddedResource Include="Localization\Language\Language.xml">
|
|
|
<SubType>Designer</SubType>
|