efunbox_xyyf_windows.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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.Common.106.0.290\build\CefSharp.Common.props" Condition="Exists('packages\CefSharp.Common.106.0.290\build\CefSharp.Common.props')" />
  4. <Import Project="packages\cef.redist.x86.106.0.29\build\cef.redist.x86.props" Condition="Exists('packages\cef.redist.x86.106.0.29\build\cef.redist.x86.props')" />
  5. <Import Project="packages\cef.redist.x64.106.0.29\build\cef.redist.x64.props" Condition="Exists('packages\cef.redist.x64.106.0.29\build\cef.redist.x64.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{A721D487-6B75-4F44-9BD7-02D9D6C00525}</ProjectGuid>
  11. <OutputType>WinExe</OutputType>
  12. <RootNamespace>efunbox_xyyf_windows</RootNamespace>
  13. <AssemblyName>efunbox_xyyf_windows</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="CefSharp, Version=106.0.290.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  42. <HintPath>packages\CefSharp.Common.106.0.290\lib\net452\CefSharp.dll</HintPath>
  43. </Reference>
  44. <Reference Include="CefSharp.Core, Version=106.0.290.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  45. <HintPath>packages\CefSharp.Common.106.0.290\lib\net452\CefSharp.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="CefSharp.WinForms, Version=106.0.290.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  48. <HintPath>packages\CefSharp.WinForms.106.0.290\lib\net462\CefSharp.WinForms.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="cusview\DragHandler.cs" />
  64. <Compile Include="cusview\MenuHandler.cs" />
  65. <Compile Include="Form1.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="Form1.Designer.cs">
  69. <DependentUpon>Form1.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="interfaces\JSInterfaces.cs" />
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <EmbeddedResource Include="Form1.resx">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </EmbeddedResource>
  77. <EmbeddedResource Include="Properties\Resources.resx">
  78. <Generator>ResXFileCodeGenerator</Generator>
  79. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  80. <SubType>Designer</SubType>
  81. </EmbeddedResource>
  82. <Compile Include="Properties\Resources.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DependentUpon>Resources.resx</DependentUpon>
  85. </Compile>
  86. <None Include="packages.config" />
  87. <None Include="Properties\Settings.settings">
  88. <Generator>SettingsSingleFileGenerator</Generator>
  89. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  90. </None>
  91. <Compile Include="Properties\Settings.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Settings.settings</DependentUpon>
  94. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Folder Include="util\" />
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  105. <PropertyGroup>
  106. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  107. </PropertyGroup>
  108. <Error Condition="!Exists('packages\cef.redist.x64.106.0.29\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x64.106.0.29\build\cef.redist.x64.props'))" />
  109. <Error Condition="!Exists('packages\cef.redist.x86.106.0.29\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\cef.redist.x86.106.0.29\build\cef.redist.x86.props'))" />
  110. <Error Condition="!Exists('packages\CefSharp.Common.106.0.290\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.106.0.290\build\CefSharp.Common.props'))" />
  111. <Error Condition="!Exists('packages\CefSharp.Common.106.0.290\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\CefSharp.Common.106.0.290\build\CefSharp.Common.targets'))" />
  112. </Target>
  113. <Import Project="packages\CefSharp.Common.106.0.290\build\CefSharp.Common.targets" Condition="Exists('packages\CefSharp.Common.106.0.290\build\CefSharp.Common.targets')" />
  114. </Project>