Changeset 8cbeffc in network-game


Ignore:
Timestamp:
Jan 14, 2018, 6:59:53 PM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
fccd588
Parents:
8ed6c8a (diff), 033c78b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r8ed6c8a r8cbeffc  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <ItemGroup Label="ProjectConfigurations">
    44    <ProjectConfiguration Include="Debug|Win32">
     
    2020    <UseDebugLibraries>true</UseDebugLibraries>
    2121    <CharacterSet>MultiByte</CharacterSet>
     22    <PlatformToolset>v140</PlatformToolset>
    2223  </PropertyGroup>
    2324  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     
    2627    <WholeProgramOptimization>true</WholeProgramOptimization>
    2728    <CharacterSet>MultiByte</CharacterSet>
     29    <PlatformToolset>v140</PlatformToolset>
    2830  </PropertyGroup>
    2931  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Note: See TracChangeset for help on using the changeset viewer.