XqMainFrame.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props" Condition="Exists('packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props')" />
  4. <Import Project="packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props" Condition="Exists('packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props')" />
  5. <Import Project="packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props" Condition="Exists('packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props')" />
  6. <Import Project="packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props" Condition="Exists('packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props')" />
  7. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProjectGuid>{0C0953A5-A2DC-45A2-B437-0D92F08990E5}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>XqMainFrame</RootNamespace>
  14. <AssemblyName>XqMainFrame</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <TargetFrameworkProfile />
  18. <IsWebBootstrapper>true</IsWebBootstrapper>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. <PublishUrl>E:\Release\XqMainFrame\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Web</InstallFrom>
  24. <UpdateEnabled>true</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <InstallUrl>http://mes.natlinear.com:9933/</InstallUrl>
  32. <UpdateUrl>http://mes.natlinear.com:9933/</UpdateUrl>
  33. <ApplicationRevision>9</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <PublishWizardCompleted>true</PublishWizardCompleted>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. <BootstrapperComponentsLocation>Relative</BootstrapperComponentsLocation>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>x64</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestCertificateThumbprint>A77A7DED624BF96F538B4192C2F16621E9476AFC</ManifestCertificateThumbprint>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ManifestKeyFile>XqMainFrame_TemporaryKey.pfx</ManifestKeyFile>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <GenerateManifests>true</GenerateManifests>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <SignManifests>true</SignManifests>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>bin\x64\Debug\</OutputPath>
  74. <DefineConstants>DEBUG;TRACE</DefineConstants>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  82. <OutputPath>bin\x64\Release\</OutputPath>
  83. <DefineConstants>TRACE</DefineConstants>
  84. <Optimize>true</Optimize>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>x64</PlatformTarget>
  87. <ErrorReport>prompt</ErrorReport>
  88. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  92. <DebugSymbols>true</DebugSymbols>
  93. <OutputPath>bin\x86\Debug\</OutputPath>
  94. <DefineConstants>DEBUG;TRACE</DefineConstants>
  95. <DebugType>full</DebugType>
  96. <PlatformTarget>x86</PlatformTarget>
  97. <ErrorReport>prompt</ErrorReport>
  98. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  99. <Prefer32Bit>true</Prefer32Bit>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  102. <OutputPath>bin\x86\Release\</OutputPath>
  103. <DefineConstants>TRACE</DefineConstants>
  104. <Optimize>true</Optimize>
  105. <DebugType>pdbonly</DebugType>
  106. <PlatformTarget>x86</PlatformTarget>
  107. <ErrorReport>prompt</ErrorReport>
  108. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  109. <Prefer32Bit>true</Prefer32Bit>
  110. </PropertyGroup>
  111. <ItemGroup>
  112. <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\dll\Microsoft.Practices.Unity.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  117. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System" />
  120. <Reference Include="System.Configuration" />
  121. <Reference Include="System.Core" />
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="System.Data.DataSetExtensions" />
  124. <Reference Include="Microsoft.CSharp" />
  125. <Reference Include="System.Data" />
  126. <Reference Include="System.Deployment" />
  127. <Reference Include="System.Drawing" />
  128. <Reference Include="System.Net.Http" />
  129. <Reference Include="System.Windows.Forms" />
  130. <Reference Include="System.Xml" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="Component1.cs">
  134. <SubType>Component</SubType>
  135. </Compile>
  136. <Compile Include="Component1.Designer.cs">
  137. <DependentUpon>Component1.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Form1.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="Form1.Designer.cs">
  143. <DependentUpon>Form1.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Form2.cs">
  146. <SubType>Form</SubType>
  147. </Compile>
  148. <Compile Include="Form2.Designer.cs">
  149. <DependentUpon>Form2.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="MainFrame.cs">
  152. <SubType>Form</SubType>
  153. </Compile>
  154. <Compile Include="MainFrame.Designer.cs">
  155. <DependentUpon>MainFrame.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="Program.cs" />
  158. <Compile Include="Properties\AssemblyInfo.cs" />
  159. <Compile Include="TEntityControl.cs">
  160. <SubType>Component</SubType>
  161. </Compile>
  162. <Compile Include="UserControl1.cs">
  163. <SubType>Component</SubType>
  164. </Compile>
  165. <Compile Include="UserControl1.Designer.cs">
  166. <DependentUpon>UserControl1.cs</DependentUpon>
  167. </Compile>
  168. <EmbeddedResource Include="Component1.resx">
  169. <DependentUpon>Component1.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Form1.resx">
  172. <DependentUpon>Form1.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <EmbeddedResource Include="Form2.resx">
  175. <DependentUpon>Form2.cs</DependentUpon>
  176. </EmbeddedResource>
  177. <EmbeddedResource Include="MainFrame.resx">
  178. <DependentUpon>MainFrame.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="Properties\Resources.resx">
  181. <Generator>ResXFileCodeGenerator</Generator>
  182. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  183. <SubType>Designer</SubType>
  184. </EmbeddedResource>
  185. <Compile Include="Properties\Resources.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DependentUpon>Resources.resx</DependentUpon>
  188. <DesignTime>True</DesignTime>
  189. </Compile>
  190. <EmbeddedResource Include="UserControl1.resx">
  191. <DependentUpon>UserControl1.cs</DependentUpon>
  192. </EmbeddedResource>
  193. <None Include="packages.config" />
  194. <None Include="Properties\Settings.settings">
  195. <Generator>SettingsSingleFileGenerator</Generator>
  196. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  197. </None>
  198. <Compile Include="Properties\Settings.Designer.cs">
  199. <AutoGen>True</AutoGen>
  200. <DependentUpon>Settings.settings</DependentUpon>
  201. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  202. </Compile>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <None Include="App.config">
  206. <SubType>Designer</SubType>
  207. </None>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <ProjectReference Include="..\..\DataAcc\Cksoft.Unity\Cksoft.Unity.csproj">
  211. <Project>{abcc7518-c4a2-4a71-8e96-daef76c21036}</Project>
  212. <Name>Cksoft.Unity</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\..\Eap\DllEapEntity\DllEapEntity.csproj">
  215. <Project>{314E27E4-5E0F-4EAA-A3EB-8EF4F05689E2}</Project>
  216. <Name>DllEapEntity</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\..\MesMainFrame\DllPubInfo\DllPubInfo.csproj">
  219. <Project>{ADD976AB-2AC0-4FC4-BD10-17667AC899A5}</Project>
  220. <Name>DllPubInfo</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\DllXqManager\DllXqManager.csproj">
  223. <Project>{6fe747f8-1c3b-4171-b0ad-efe16975be0d}</Project>
  224. <Name>DllXqManager</Name>
  225. </ProjectReference>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  229. <Visible>False</Visible>
  230. <ProductName>.NET Framework 3.5 SP1</ProductName>
  231. <Install>false</Install>
  232. </BootstrapperPackage>
  233. </ItemGroup>
  234. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  235. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  236. <PropertyGroup>
  237. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  238. </PropertyGroup>
  239. <Error Condition="!Exists('packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props'))" />
  240. <Error Condition="!Exists('packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props'))" />
  241. <Error Condition="!Exists('packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props'))" />
  242. <Error Condition="!Exists('packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets'))" />
  243. <Error Condition="!Exists('packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props'))" />
  244. <Error Condition="!Exists('packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets'))" />
  245. </Target>
  246. <Import Project="packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets" Condition="Exists('packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets')" />
  247. <Import Project="packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets" Condition="Exists('packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets')" />
  248. </Project>