OTSIncAReportTemplate.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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\</OutputPath>
  53. <DefineConstants>DEBUG;TRACE</DefineConstants>
  54. <DebugType>full</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <GenerateSerializationAssemblies>On</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\%24%28Configuration%29\</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. <ItemGroup>
  81. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  82. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  83. </Reference>
  84. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  85. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  86. </Reference>
  87. <Reference Include="RM.Interop.ReportMachine">
  88. <HintPath>..\Bin\x64\Release_oxford50\RM.Interop.ReportMachine.dll</HintPath>
  89. <EmbedInteropTypes>True</EmbedInteropTypes>
  90. </Reference>
  91. <Reference Include="RM.ReportEngine">
  92. <HintPath>..\Bin\x64\Release_oxford50\RM.ReportEngine.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System">
  95. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\System.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.ComponentModel.DataAnnotations" />
  98. <Reference Include="System.Core" />
  99. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>..\Bin\x64\Debug\ReportTemplateExe\System.Data.SQLite.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Xml.Linq" />
  110. <Reference Include="System.Data.DataSetExtensions" />
  111. <Reference Include="Microsoft.CSharp" />
  112. <Reference Include="System.Data" />
  113. <Reference Include="System.Deployment" />
  114. <Reference Include="System.Drawing" />
  115. <Reference Include="System.Windows.Forms" />
  116. <Reference Include="System.Xml" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="OTSIncAReportTemplate.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="OTSIncAReportTemplate.Designer.cs">
  123. <DependentUpon>OTSIncAReportTemplate.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="SqLiteHelper.cs" />
  128. <Compile Include="XmlConfigUtil.cs" />
  129. <EmbeddedResource Include="OTSIncAReportTemplate.resx">
  130. <DependentUpon>OTSIncAReportTemplate.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="Properties\Resources.resx">
  133. <Generator>ResXFileCodeGenerator</Generator>
  134. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  135. <SubType>Designer</SubType>
  136. </EmbeddedResource>
  137. <Compile Include="Properties\Resources.Designer.cs">
  138. <AutoGen>True</AutoGen>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. <DesignTime>True</DesignTime>
  141. </Compile>
  142. <None Include="app.config" />
  143. <None Include="packages.config" />
  144. <None Include="Properties\Settings.settings">
  145. <Generator>SettingsSingleFileGenerator</Generator>
  146. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  147. </None>
  148. <Compile Include="Properties\Settings.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Settings.settings</DependentUpon>
  151. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  152. </Compile>
  153. </ItemGroup>
  154. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  155. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  156. <PropertyGroup>
  157. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  158. </PropertyGroup>
  159. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  160. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  161. <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'))" />
  162. </Target>
  163. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  164. <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')" />
  165. </Project>