34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>D:\temp_task\20220313\gitcode\number_zj\20220330_Vote\Vote.Services\Vote.Services.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ewide.Core\Ewide.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="ICSharpCode.SharpZipLib">
|
|
<HintPath>..\Ewide.Web.Entry\bin\Debug\net5.0\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI">
|
|
<HintPath>..\Ewide.Web.Entry\bin\Debug\net5.0\NPOI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OOXML">
|
|
<HintPath>..\Ewide.Web.Entry\bin\Debug\net5.0\NPOI.OOXML.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXml4Net">
|
|
<HintPath>..\Ewide.Web.Entry\bin\Debug\net5.0\NPOI.OpenXml4Net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXmlFormats">
|
|
<HintPath>..\Ewide.Web.Entry\bin\Debug\net5.0\NPOI.OpenXmlFormats.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|