ReportConverter.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{FE6A45A6-0DCF-40D6-BE32-FF818A114674}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>ReportConverter</RootNamespace>
  10. <AssemblyName>ReportConverter</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>..\..\Bin\netcoreapp3.1\ReportConverter\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>..\..\Bin\ReportConverter\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PDFsharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\PDFsharpNetStandard2.1.51.4845\lib\netstandard2.0\PDFsharp.dll</HintPath>
  56. </Reference>
  57. <Reference Include="PresentationCore" />
  58. <Reference Include="Syncfusion.Compression.Base, Version=17.1460.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\packages\Syncfustion\Syncfusion.Compression.Base.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Syncfusion.DocIO.Base, Version=17.1460.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\packages\Syncfustion\Syncfusion.DocIO.Base.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Syncfusion.OfficeChart.Base, Version=17.1460.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\packages\Syncfustion\Syncfusion.OfficeChart.Base.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Runtime.Serialization" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="WindowsBase" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="GenderTranslater.cs" />
  87. <Compile Include="GetReportInfo.cs" />
  88. <Compile Include="InitializeLanguage.cs" />
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config" />
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  103. <Visible>False</Visible>
  104. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  105. <Install>true</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  108. <Visible>False</Visible>
  109. <ProductName>.NET Framework 3.5 SP1</ProductName>
  110. <Install>false</Install>
  111. </BootstrapperPackage>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <EmbeddedResource Include="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. </EmbeddedResource>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\..\Client\Vinno.vCloud.Report.Standard\Vinno.vCloud.Report.csproj">
  121. <Project>{604079CC-815A-484F-82A4-8E62A32249B0}</Project>
  122. <Name>Vinno.vCloud.Report</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\Client\Vinno.vCloud.ReportGenerator\Vinno.vCloud.ReportGenerator.csproj">
  125. <Project>{8fe3908e-3095-4aed-b7bc-dd6caf8ca721}</Project>
  126. <Name>Vinno.vCloud.ReportGenerator</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj">
  129. <Project>{AC67AA9E-19FE-459E-A0D1-9E29F099F846}</Project>
  130. <Name>Vinno.IUS.Common.Network</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Standard\Vinno.IUS.Common.csproj">
  133. <Project>{099CF965-2583-4B20-B849-B1302B579B0E}</Project>
  134. <Name>Vinno.IUS.Common</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj">
  137. <Project>{B3065800-80EA-4E61-AF59-570DDB6A1B16}</Project>
  138. <Name>Vinno.vCloud.Common.Storage</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj">
  141. <Project>{1E3022D9-044F-4B71-BB04-466E75ED5870}</Project>
  142. <Name>Vinno.vCloud.Protocol</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. </Project>