|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>AutomaticReservation_UI</RootNamespace> |
11 | 11 | <AssemblyName>ホテル自動予約ツール</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
16 | 16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
17 | 17 | <NuGetPackageImportStamp> |
18 | 18 | </NuGetPackageImportStamp> |
| 19 | + <TargetFrameworkProfile /> |
| 20 | + <PublishUrl>publish\</PublishUrl> |
| 21 | + <Install>true</Install> |
| 22 | + <InstallFrom>Disk</InstallFrom> |
| 23 | + <UpdateEnabled>false</UpdateEnabled> |
| 24 | + <UpdateMode>Foreground</UpdateMode> |
| 25 | + <UpdateInterval>7</UpdateInterval> |
| 26 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 27 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 28 | + <UpdateRequired>false</UpdateRequired> |
| 29 | + <MapFileExtensions>true</MapFileExtensions> |
| 30 | + <ApplicationRevision>0</ApplicationRevision> |
| 31 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 32 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 33 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 34 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
19 | 35 | </PropertyGroup> |
20 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 37 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
27 | 43 | <ErrorReport>prompt</ErrorReport> |
28 | 44 | <WarningLevel>4</WarningLevel> |
29 | 45 | <RunCodeAnalysis>true</RunCodeAnalysis> |
| 46 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
30 | 47 | </PropertyGroup> |
31 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | 49 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
62 | 79 | <Reference Include="Livet, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b0b1d3f711ef38cb, processorArchitecture=MSIL"> |
63 | 80 | <HintPath>..\packages\LivetCask.1.3.1.0\lib\net45\Livet.dll</HintPath> |
64 | 81 | </Reference> |
65 | | - <Reference Include="log4net, Version=2.0.9.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
66 | | - <HintPath>..\packages\log4net.2.0.10\lib\net45\log4net.dll</HintPath> |
| 82 | + <Reference Include="log4net, Version=2.0.17.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\log4net.2.0.17\lib\net45\log4net.dll</HintPath> |
67 | 84 | </Reference> |
68 | 85 | <Reference Include="MahApps.Metro, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
69 | 86 | <HintPath>..\packages\MahApps.Metro.1.6.3\lib\net45\MahApps.Metro.dll</HintPath> |
|
250 | 267 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
251 | 268 | </Resource> |
252 | 269 | </ItemGroup> |
| 270 | + <ItemGroup> |
| 271 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
| 272 | + <Visible>False</Visible> |
| 273 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 および x64%29</ProductName> |
| 274 | + <Install>true</Install> |
| 275 | + </BootstrapperPackage> |
| 276 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 277 | + <Visible>False</Visible> |
| 278 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 279 | + <Install>false</Install> |
| 280 | + </BootstrapperPackage> |
| 281 | + </ItemGroup> |
253 | 282 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
254 | 283 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
255 | 284 | <PropertyGroup> |
256 | 285 | <ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText> |
257 | 286 | </PropertyGroup> |
258 | 287 | <Error Condition="!Exists('..\packages\Selenium.WebDriver.GeckoDriver.0.20.1\build\Selenium.WebDriver.GeckoDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.GeckoDriver.0.20.1\build\Selenium.WebDriver.GeckoDriver.targets'))" /> |
259 | 288 | <Error Condition="!Exists('..\packages\Selenium.WebDriver.IEDriver.3.12.0\build\Selenium.WebDriver.IEDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.IEDriver.3.12.0\build\Selenium.WebDriver.IEDriver.targets'))" /> |
260 | | - <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.118.0.5993.7000\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.118.0.5993.7000\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
| 289 | + <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.125.0.6422.14100\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.125.0.6422.14100\build\Selenium.WebDriver.ChromeDriver.targets'))" /> |
261 | 290 | </Target> |
262 | 291 | <Import Project="..\packages\Selenium.WebDriver.GeckoDriver.0.20.1\build\Selenium.WebDriver.GeckoDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.GeckoDriver.0.20.1\build\Selenium.WebDriver.GeckoDriver.targets')" /> |
263 | 292 | <Import Project="..\packages\Selenium.WebDriver.IEDriver.3.12.0\build\Selenium.WebDriver.IEDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.IEDriver.3.12.0\build\Selenium.WebDriver.IEDriver.targets')" /> |
264 | | - <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.118.0.5993.7000\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.118.0.5993.7000\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
| 293 | + <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.125.0.6422.14100\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.125.0.6422.14100\build\Selenium.WebDriver.ChromeDriver.targets')" /> |
| 294 | + <PropertyGroup> |
| 295 | + <PreBuildEvent>taskkill /f /im chromedriver.exe 2>nul 1>nul |
| 296 | +exit 0</PreBuildEvent> |
| 297 | + </PropertyGroup> |
265 | 298 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
266 | 299 | Other similar extension points exist, see Microsoft.Common.targets. |
267 | 300 | <Target Name="BeforeBuild"> |
|
0 commit comments