Commit 3477fcec by 施晓雨

调试三个报告

parent 17a739a7
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14 # Visual Studio 15
VisualStudioVersion = 14.0.25420.1 VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Client.OfficeSample", "Kivii.Client.OfficeSample\Kivii.Client.OfficeSample.csproj", "{F2390914-2306-416C-A087-27BABA9A705C}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Client.OfficeSample", "Kivii.Client.OfficeSample\Kivii.Client.OfficeSample.csproj", "{F2390914-2306-416C-A087-27BABA9A705C}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Office.OpenXml.V4.0", "..\..\K5\Functions-V5.4\Kivii.Office.OpenXml\Src\Kivii.Office.OpenXml.V4.0.csproj", "{035CC24B-2C04-4AC2-A016-187D2D81F74C}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
DevTest|Any CPU = DevTest|Any CPU
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2390914-2306-416C-A087-27BABA9A705C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F2390914-2306-416C-A087-27BABA9A705C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2390914-2306-416C-A087-27BABA9A705C}.Debug|Any CPU.Build.0 = Debug|Any CPU {F2390914-2306-416C-A087-27BABA9A705C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2390914-2306-416C-A087-27BABA9A705C}.DevTest|Any CPU.ActiveCfg = Debug|Any CPU
{F2390914-2306-416C-A087-27BABA9A705C}.DevTest|Any CPU.Build.0 = Debug|Any CPU
{F2390914-2306-416C-A087-27BABA9A705C}.Release|Any CPU.ActiveCfg = Release|Any CPU {F2390914-2306-416C-A087-27BABA9A705C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2390914-2306-416C-A087-27BABA9A705C}.Release|Any CPU.Build.0 = Release|Any CPU {F2390914-2306-416C-A087-27BABA9A705C}.Release|Any CPU.Build.0 = Release|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.DevTest|Any CPU.ActiveCfg = DevTest|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.DevTest|Any CPU.Build.0 = DevTest|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{035CC24B-2C04-4AC2-A016-187D2D81F74C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51ACA094-B75A-4BE9-B6D4-CB5808E39449}
EndGlobalSection
EndGlobal EndGlobal
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
<Reference Include="Kivii.Core.V4.0, Version=5.4.2019.9250, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Core.V4.0, Version=5.4.2019.9250, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Kivii.Core.5.4.2019.9250\lib\net40\Kivii.Core.V4.0.dll</HintPath> <HintPath>..\packages\Kivii.Core.5.4.2019.9250\lib\net40\Kivii.Core.V4.0.dll</HintPath>
</Reference> </Reference>
<Reference Include="Kivii.Office.OpenXml.V4.0, Version=5.4.2019.9230, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Kivii.Office.OpenXml.5.4.2019.9230\lib\net40\Kivii.Office.OpenXml.V4.0.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
...@@ -95,6 +92,12 @@ ...@@ -95,6 +92,12 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\K5\Functions-V5.4\Kivii.Office.OpenXml\Src\Kivii.Office.OpenXml.V4.0.csproj">
<Project>{035cc24b-2c04-4ac2-a016-187d2d81f74c}</Project>
<Name>Kivii.Office.OpenXml.V4.0</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment