Changeset 262 for uKadecot/trunk/tools


Ignore:
Timestamp:
Nov 18, 2016, 2:58:30 PM (7 years ago)
Author:
coas-nagasima
Message:

uIPを更新
プロジェクトファイルを更新

Location:
uKadecot/trunk/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/tools/makefsdata/makefsdata.sln

    r101 r262  
    11
    22Microsoft Visual Studio Solution File, Format Version 12.00
    3 # Visual Studio 2013
    4 VisualStudioVersion = 12.0.31101.0
     3# Visual Studio 14
     4VisualStudioVersion = 14.0.25420.1
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "makefsdata", "makefsdata.vcxproj", "{5F923912-3171-4047-9C5A-37E352D460F5}"
  • uKadecot/trunk/tools/makefsdata/makefsdata.vcxproj

    r101 r262  
    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    <ConfigurationType>Application</ConfigurationType>
    2121    <UseDebugLibraries>true</UseDebugLibraries>
    22     <PlatformToolset>v110</PlatformToolset>
     22    <PlatformToolset>v140</PlatformToolset>
    2323    <CharacterSet>MultiByte</CharacterSet>
    2424  </PropertyGroup>
     
    2626    <ConfigurationType>Application</ConfigurationType>
    2727    <UseDebugLibraries>false</UseDebugLibraries>
    28     <PlatformToolset>v110</PlatformToolset>
     28    <PlatformToolset>v140</PlatformToolset>
    2929    <WholeProgramOptimization>true</WholeProgramOptimization>
    3030    <CharacterSet>MultiByte</CharacterSet>
  • uKadecot/trunk/tools/zlib/zlib.vcxproj

    r101 r262  
    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    <ConfigurationType>StaticLibrary</ConfigurationType>
    2121    <UseDebugLibraries>true</UseDebugLibraries>
    22     <PlatformToolset>v110</PlatformToolset>
     22    <PlatformToolset>v140</PlatformToolset>
    2323    <CharacterSet>Unicode</CharacterSet>
    2424  </PropertyGroup>
     
    2626    <ConfigurationType>StaticLibrary</ConfigurationType>
    2727    <UseDebugLibraries>false</UseDebugLibraries>
    28     <PlatformToolset>v110</PlatformToolset>
     28    <PlatformToolset>v140</PlatformToolset>
    2929    <WholeProgramOptimization>true</WholeProgramOptimization>
    3030    <CharacterSet>Unicode</CharacterSet>
Note: See TracChangeset for help on using the changeset viewer.