SonopostSearchTool.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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.Wpf.63.0.3\build\CefSharp.Wpf.props" Condition="Exists('..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.props')" />
  4. <Import Project="..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.props" Condition="Exists('..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.props')" />
  5. <Import Project="..\..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props" Condition="Exists('..\..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props')" />
  6. <Import Project="..\..\packages\cef.redist.x64.3.3239.1723\build\cef.redist.x64.props" Condition="Exists('..\..\packages\cef.redist.x64.3.3239.1723\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>{12DE2F0E-FE72-4F5C-9021-3DEB44BDF65B}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>SonopostSearchTool</RootNamespace>
  14. <AssemblyName>SonopostSearchTool</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  20. <Deterministic>true</Deterministic>
  21. <NuGetPackageImportStamp>
  22. </NuGetPackageImportStamp>
  23. <IsWebBootstrapper>false</IsWebBootstrapper>
  24. <PublishUrl>publish\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ApplicationIcon>Resources\Images\SonoPost_Icon.ico</ApplicationIcon>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ApplicationManifest>app.manifest</ApplicationManifest>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  65. <DebugSymbols>true</DebugSymbols>
  66. <OutputPath>bin\x86\Debug\</OutputPath>
  67. <DefineConstants>DEBUG;TRACE</DefineConstants>
  68. <DebugType>full</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <LangVersion>7.3</LangVersion>
  71. <ErrorReport>prompt</ErrorReport>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  75. <OutputPath>bin\x86\Release\</OutputPath>
  76. <DefineConstants>TRACE</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>x86</PlatformTarget>
  80. <LangVersion>7.3</LangVersion>
  81. <ErrorReport>prompt</ErrorReport>
  82. <Prefer32Bit>true</Prefer32Bit>
  83. </PropertyGroup>
  84. <ItemGroup>
  85. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="System.Net.Http" />
  96. <Reference Include="System.Xaml">
  97. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="WindowsBase" />
  100. <Reference Include="PresentationCore" />
  101. <Reference Include="PresentationFramework" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ApplicationDefinition Include="App.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </ApplicationDefinition>
  108. <Compile Include="BoolToRevertConverterExtension.cs" />
  109. <Compile Include="BoolToVisibilityConverterExtension.cs" />
  110. <Compile Include="CustomMessageBox.xaml.cs">
  111. <DependentUpon>CustomMessageBox.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="DevicePackage.cs" />
  114. <Compile Include="LoadingMask.xaml.cs">
  115. <DependentUpon>LoadingMask.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Logger.cs" />
  118. <Compile Include="MainDispatcher.cs" />
  119. <Compile Include="TranslateHelper.cs" />
  120. <Compile Include="VBoxItem.cs" />
  121. <Compile Include="WindowHeader.xaml.cs">
  122. <DependentUpon>WindowHeader.xaml</DependentUpon>
  123. </Compile>
  124. <Page Include="CustomMessageBox.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="LoadingMask.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="MainWindow.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Compile Include="App.xaml.cs">
  137. <DependentUpon>App.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="MainViewModel.cs" />
  141. <Compile Include="MainWindow.xaml.cs">
  142. <DependentUpon>MainWindow.xaml</DependentUpon>
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Page Include="Resources\Language\Chinese.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Page>
  150. <Content Include="Resources\Language\English.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Content>
  155. <Page Include="WindowHeader.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Properties\AssemblyInfo.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <Compile Include="Properties\Resources.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DesignTime>True</DesignTime>
  167. <DependentUpon>Resources.resx</DependentUpon>
  168. </Compile>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. <EmbeddedResource Include="Properties\Resources.resx">
  175. <Generator>ResXFileCodeGenerator</Generator>
  176. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  177. </EmbeddedResource>
  178. <None Include="app.manifest" />
  179. <None Include="packages.config" />
  180. <None Include="Properties\Settings.settings">
  181. <Generator>SettingsSingleFileGenerator</Generator>
  182. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <None Include="App.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Resource Include="Resources\Images\SonoPost_Icon.ico" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Resource Include="Resources\Images\Background.png" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Client.Standard\Vinno.IUS.Common.Client.csproj">
  196. <Project>{0de3356c-0ed1-450c-aebb-39c49b9f8048}</Project>
  197. <Name>Vinno.IUS.Common.Client</Name>
  198. </ProjectReference>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  202. <Visible>False</Visible>
  203. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1</ProductName>
  209. <Install>false</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  213. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  214. <PropertyGroup>
  215. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  216. </PropertyGroup>
  217. <Error Condition="!Exists('..\..\packages\cef.redist.x64.3.3239.1723\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\cef.redist.x64.3.3239.1723\build\cef.redist.x64.props'))" />
  218. <Error Condition="!Exists('..\..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props'))" />
  219. <Error Condition="!Exists('..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.props'))" />
  220. <Error Condition="!Exists('..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.targets'))" />
  221. <Error Condition="!Exists('..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.props'))" />
  222. <Error Condition="!Exists('..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.targets'))" />
  223. </Target>
  224. <Import Project="..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.targets" Condition="Exists('..\..\packages\CefSharp.Common.63.0.3\build\CefSharp.Common.targets')" />
  225. <Import Project="..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.targets" Condition="Exists('..\..\packages\CefSharp.Wpf.63.0.3\build\CefSharp.Wpf.targets')" />
  226. <PropertyGroup>
  227. <PostBuildEvent>copy /Y "$(SolutionDir)packages\CefSharpRuntime\x86\*.dll" "$(TargetDir)*.dll"</PostBuildEvent>
  228. </PropertyGroup>
  229. </Project>