07_B_WebBrowser.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{770DE484-39C4-4D67-A137-50A3AC2CA947}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>_09_B_WebBrowser</RootNamespace>
  10. <AssemblyName>09_B_WebBrowser</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Deployment" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Form1.cs">
  51. <SubType>Form</SubType>
  52. </Compile>
  53. <Compile Include="Form1.Designer.cs">
  54. <DependentUpon>Form1.cs</DependentUpon>
  55. </Compile>
  56. <Compile Include="Form2.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="Form2.Designer.cs">
  60. <DependentUpon>Form2.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <EmbeddedResource Include="Form1.resx">
  65. <DependentUpon>Form1.cs</DependentUpon>
  66. </EmbeddedResource>
  67. <EmbeddedResource Include="Form2.resx">
  68. <DependentUpon>Form2.cs</DependentUpon>
  69. </EmbeddedResource>
  70. <EmbeddedResource Include="Properties\Resources.resx">
  71. <Generator>ResXFileCodeGenerator</Generator>
  72. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73. <SubType>Designer</SubType>
  74. </EmbeddedResource>
  75. <Compile Include="Properties\Resources.Designer.cs">
  76. <AutoGen>True</AutoGen>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. <DesignTime>True</DesignTime>
  79. </Compile>
  80. <None Include="Properties\Settings.settings">
  81. <Generator>SettingsSingleFileGenerator</Generator>
  82. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  83. </None>
  84. <Compile Include="Properties\Settings.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Settings.settings</DependentUpon>
  87. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  88. </Compile>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="App.config" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\_Log\_Log.csproj">
  95. <Project>{1ae581ec-6d38-4ef4-9c67-94c215e8cff1}</Project>
  96. <Name>_Log</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. </Project>