OTSIncAReportTemplate.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{BA8F9918-E809-4957-99D3-B2CD823BB236}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>OTSIncAReportTemplate</RootNamespace>
  11. <AssemblyName>OTSIncAReportTemplate</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>x86</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\Bin\Win32\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>..\Bin\x64\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  42. <OutputPath>..\bin\Win32\Release_oxford50\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <Optimize>false</Optimize>
  45. <DebugType>pdbonly</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <LangVersion>7.3</LangVersion>
  48. <ErrorReport>prompt</ErrorReport>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  51. <DebugSymbols>true</DebugSymbols>
  52. <OutputPath>..\Bin\x64\Debug\ReportTemplateExe\</OutputPath>
  53. <DefineConstants>DEBUG;TRACE</DefineConstants>
  54. <DebugType>full</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
  57. <LangVersion>7.3</LangVersion>
  58. <ErrorReport>prompt</ErrorReport>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  61. <OutputPath>..\bin\x64\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>AnyCPU</PlatformTarget>
  66. <LangVersion>7.3</LangVersion>
  67. <ErrorReport>prompt</ErrorReport>
  68. <Prefer32Bit>false</Prefer32Bit>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  71. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <LangVersion>7.3</LangVersion>
  77. <ErrorReport>prompt</ErrorReport>
  78. <Prefer32Bit>true</Prefer32Bit>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x86'">
  81. <PlatformTarget>x86</PlatformTarget>
  82. <OutputPath>..\Bin\x64\Release_oxford50\ReportTemplateExe\</OutputPath>
  83. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  86. <OutputPath>bin\CleannessRelease\</OutputPath>
  87. <DefineConstants>TRACE</DefineConstants>
  88. <DebugType>pdbonly</DebugType>
  89. <PlatformTarget>AnyCPU</PlatformTarget>
  90. <LangVersion>7.3</LangVersion>
  91. <ErrorReport>prompt</ErrorReport>
  92. <Prefer32Bit>true</Prefer32Bit>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  95. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  96. <DefineConstants>TRACE</DefineConstants>
  97. <Optimize>true</Optimize>
  98. <DebugType>pdbonly</DebugType>
  99. <PlatformTarget>x64</PlatformTarget>
  100. <LangVersion>7.3</LangVersion>
  101. <ErrorReport>prompt</ErrorReport>
  102. <Prefer32Bit>true</Prefer32Bit>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x86'">
  105. <OutputPath>bin\x86\CleannessRelease\</OutputPath>
  106. <PlatformTarget>x86</PlatformTarget>
  107. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  108. <LangVersion>7.3</LangVersion>
  109. <Prefer32Bit>true</Prefer32Bit>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  112. <OutputPath>bin\LithiumCleanness\</OutputPath>
  113. <DefineConstants>TRACE</DefineConstants>
  114. <DebugType>pdbonly</DebugType>
  115. <PlatformTarget>AnyCPU</PlatformTarget>
  116. <LangVersion>7.3</LangVersion>
  117. <ErrorReport>prompt</ErrorReport>
  118. <Prefer32Bit>true</Prefer32Bit>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  121. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  122. <DefineConstants>TRACE</DefineConstants>
  123. <Optimize>true</Optimize>
  124. <DebugType>pdbonly</DebugType>
  125. <PlatformTarget>x64</PlatformTarget>
  126. <LangVersion>7.3</LangVersion>
  127. <ErrorReport>prompt</ErrorReport>
  128. <Prefer32Bit>true</Prefer32Bit>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x86'">
  131. <OutputPath>bin\x86\LithiumCleanness\</OutputPath>
  132. <PlatformTarget>x86</PlatformTarget>
  133. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  134. <LangVersion>7.3</LangVersion>
  135. <Prefer32Bit>true</Prefer32Bit>
  136. </PropertyGroup>
  137. <ItemGroup>
  138. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  139. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  140. </Reference>
  141. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  142. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  143. </Reference>
  144. <Reference Include="RM.Interop.ReportMachine">
  145. <HintPath>..\Bin\x64\Release_oxford50\RM.Interop.ReportMachine.dll</HintPath>
  146. <EmbedInteropTypes>True</EmbedInteropTypes>
  147. </Reference>
  148. <Reference Include="RM.ReportEngine, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  149. <SpecificVersion>False</SpecificVersion>
  150. <HintPath>..\Bin\x64\Release_oxford50\RM.ReportEngine.dll</HintPath>
  151. </Reference>
  152. <Reference Include="System">
  153. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.ComponentModel.DataAnnotations" />
  156. <Reference Include="System.Core" />
  157. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  158. <SpecificVersion>False</SpecificVersion>
  159. <HintPath>..\Bin\x64\Debug\ReportTemplateExe\System.Data.SQLite.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Xml.Linq" />
  162. <Reference Include="Microsoft.CSharp" />
  163. <Reference Include="System.Data" />
  164. <Reference Include="System.Deployment" />
  165. <Reference Include="System.Drawing" />
  166. <Reference Include="System.Windows.Forms" />
  167. <Reference Include="System.Xml" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Compile Include="OTSIncAReportTemplate.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="OTSIncAReportTemplate.Designer.cs">
  174. <DependentUpon>OTSIncAReportTemplate.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="Program.cs" />
  177. <Compile Include="Properties\AssemblyInfo.cs" />
  178. <Compile Include="SqLiteHelper.cs" />
  179. <Compile Include="XmlConfigUtil.cs" />
  180. <EmbeddedResource Include="OTSIncAReportTemplate.resx">
  181. <DependentUpon>OTSIncAReportTemplate.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="Properties\Resources.resx">
  184. <Generator>ResXFileCodeGenerator</Generator>
  185. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  186. <SubType>Designer</SubType>
  187. </EmbeddedResource>
  188. <Compile Include="Properties\Resources.Designer.cs">
  189. <AutoGen>True</AutoGen>
  190. <DependentUpon>Resources.resx</DependentUpon>
  191. <DesignTime>True</DesignTime>
  192. </Compile>
  193. <None Include="app.config" />
  194. <None Include="packages.config" />
  195. <None Include="Properties\Settings.settings">
  196. <Generator>SettingsSingleFileGenerator</Generator>
  197. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  198. </None>
  199. <Compile Include="Properties\Settings.Designer.cs">
  200. <AutoGen>True</AutoGen>
  201. <DependentUpon>Settings.settings</DependentUpon>
  202. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  203. </Compile>
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  207. <PropertyGroup>
  208. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  209. </PropertyGroup>
  210. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  211. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  212. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  213. </Target>
  214. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  215. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  216. </Project>