|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProjectGuid>{4079E460-6CA1-47DC-81B6-5AB1EEC8B42D}</ProjectGuid> |
| 7 | + <ProjectGuid>{BE83304B-4BCB-44EB-A8A1-B7E61CDC670F}</ProjectGuid> |
8 | 8 | <OutputType>Exe</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>HourBoostr</RootNamespace> |
11 | 11 | <AssemblyName>HourBoostr</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | | - <TargetFrameworkProfile /> |
| 14 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
15 | 15 | </PropertyGroup> |
16 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 17 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
35 | 35 | <PropertyGroup> |
36 | 36 | <ApplicationIcon>icon.ico</ApplicationIcon> |
37 | 37 | </PropertyGroup> |
38 | | - <PropertyGroup> |
39 | | - <StartupObject /> |
40 | | - </PropertyGroup> |
41 | | - <PropertyGroup> |
42 | | - <Win32Resource> |
43 | | - </Win32Resource> |
44 | | - </PropertyGroup> |
45 | 38 | <ItemGroup> |
46 | 39 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
47 | 40 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
48 | 41 | <Private>True</Private> |
49 | 42 | </Reference> |
50 | | - <Reference Include="protobuf-net"> |
51 | | - <HintPath>.\protobuf-net.dll</HintPath> |
| 43 | + <Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath> |
| 45 | + <Private>True</Private> |
52 | 46 | </Reference> |
53 | | - <Reference Include="SteamKit2"> |
54 | | - <HintPath>.\SteamKit2.dll</HintPath> |
| 47 | + <Reference Include="SteamKit2, Version=1.8.0.26737, Culture=neutral, PublicKeyToken=ed3ce47ed5aad940, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\SteamKit2.1.8.0\lib\net45\SteamKit2.dll</HintPath> |
| 49 | + <Private>True</Private> |
55 | 50 | </Reference> |
56 | 51 | <Reference Include="System" /> |
57 | 52 | <Reference Include="System.Core" /> |
58 | 53 | <Reference Include="System.Drawing" /> |
59 | | - <Reference Include="System.Runtime.Serialization" /> |
60 | 54 | <Reference Include="System.Web" /> |
61 | | - <Reference Include="System.Web.Extensions" /> |
62 | 55 | <Reference Include="System.Windows.Forms" /> |
63 | 56 | <Reference Include="System.Xml.Linq" /> |
64 | 57 | <Reference Include="System.Data.DataSetExtensions" /> |
65 | 58 | <Reference Include="Microsoft.CSharp" /> |
66 | 59 | <Reference Include="System.Data" /> |
| 60 | + <Reference Include="System.Net.Http" /> |
67 | 61 | <Reference Include="System.Xml" /> |
68 | 62 | </ItemGroup> |
69 | 63 | <ItemGroup> |
|
88 | 82 | </ItemGroup> |
89 | 83 | <ItemGroup> |
90 | 84 | <None Include="App.config" /> |
| 85 | + <None Include="packages.config" /> |
91 | 86 | </ItemGroup> |
92 | 87 | <ItemGroup> |
93 | | - <Content Include="AppIcon.ico" /> |
94 | 88 | <Content Include="icon.ico" /> |
95 | | - <None Include="packages.config" /> |
96 | | - <None Include="Resources\icon.ico" /> |
| 89 | + <None Include="media\icon.ico" /> |
| 90 | + <None Include="media\icon.png" /> |
97 | 91 | </ItemGroup> |
98 | 92 | <ItemGroup> |
99 | 93 | <EmbeddedResource Include="Properties\Resources.resx"> |
|
0 commit comments