|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>HourBoostr</RootNamespace> |
11 | 11 | <AssemblyName>HourBoostr</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 15 | + <TargetFrameworkProfile /> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
22 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 24 | <ErrorReport>prompt</ErrorReport> |
24 | 25 | <WarningLevel>4</WarningLevel> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup> |
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 29 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
31 | 33 | <DefineConstants>TRACE</DefineConstants> |
32 | 34 | <ErrorReport>prompt</ErrorReport> |
33 | 35 | <WarningLevel>4</WarningLevel> |
| 36 | + <Prefer32Bit>false</Prefer32Bit> |
34 | 37 | </PropertyGroup> |
35 | 38 | <PropertyGroup> |
36 | 39 | <ApplicationIcon>icon.ico</ApplicationIcon> |
37 | 40 | </PropertyGroup> |
38 | 41 | <ItemGroup> |
| 42 | + <Reference Include="Microsoft.Win32.Registry, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Microsoft.Win32.Registry.4.4.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath> |
| 44 | + </Reference> |
39 | 45 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
40 | 46 | <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
41 | | - </Reference> |
42 | | - <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath> |
44 | 47 | <Private>True</Private> |
45 | 48 | </Reference> |
46 | | - <Reference Include="SteamKit2, Version=1.8.2.0, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\packages\SteamKit2.1.8.2\lib\net45\SteamKit2.dll</HintPath> |
| 49 | + <Reference Include="protobuf-net, Version=2.1.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\protobuf-net.2.1.0\lib\net451\protobuf-net.dll</HintPath> |
| 51 | + </Reference> |
| 52 | + <Reference Include="SteamKit2, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\SteamKit2.2.0.0\lib\netstandard2.0\SteamKit2.dll</HintPath> |
48 | 54 | </Reference> |
49 | 55 | <Reference Include="System" /> |
50 | 56 | <Reference Include="System.Core" /> |
51 | 57 | <Reference Include="System.Drawing" /> |
| 58 | + <Reference Include="System.Security.AccessControl, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\System.Security.AccessControl.4.4.0\lib\net461\System.Security.AccessControl.dll</HintPath> |
| 60 | + </Reference> |
| 61 | + <Reference Include="System.Security.Principal.Windows, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\System.Security.Principal.Windows.4.4.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> |
| 63 | + </Reference> |
52 | 64 | <Reference Include="System.Web" /> |
53 | 65 | <Reference Include="System.Xml.Linq" /> |
54 | 66 | <Reference Include="System.Data.DataSetExtensions" /> |
|
84 | 96 | </ItemGroup> |
85 | 97 | <ItemGroup> |
86 | 98 | <None Include="App.config" /> |
87 | | - <None Include="packages.config" /> |
88 | 99 | </ItemGroup> |
89 | 100 | <ItemGroup> |
90 | 101 | <Content Include="icon.ico" /> |
| 102 | + <None Include="packages.config" /> |
91 | 103 | <None Include="Resources\icon.ico" /> |
92 | 104 | <None Include="media\icon.ico" /> |
93 | 105 | <None Include="media\icon.png" /> |
|
0 commit comments