Changeset 106


Ignore:
Timestamp:
Aug 15, 2008, 10:29:36 PM (16 years ago)
Author:
rryu
Message:

ソリューションをVS2008用にアップグレードした。

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r97 r106  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
     
    4848    <ApplicationVersion>1.0.0.96</ApplicationVersion>
    4949    <BootstrapperEnabled>true</BootstrapperEnabled>
     50    <OldToolsVersion>2.0</OldToolsVersion>
    5051  </PropertyGroup>
    5152  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  • trunk/MacFaceForWin.sln

    r88 r106  
    1 Microsoft Visual Studio Solution File, Format Version 9.00
    2 # Visual Studio 2005
     1Microsoft Visual Studio Solution File, Format Version 10.00
     2# Visual Studio 2008
    33Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacFaceLibrary", "MacFaceLibrary\MacFaceLibrary.csproj", "{23267F41-38FE-41F6-BF08-2D8940A1E024}"
    44EndProject
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r88 r106  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
     
    2727    <UpgradeBackupLocation>
    2828    </UpgradeBackupLocation>
     29    <OldToolsVersion>2.0</OldToolsVersion>
    2930  </PropertyGroup>
    3031  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  • trunk/MacFaceTest/MacFaceTest.csproj

    r88 r106  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
     
    2727    <UpgradeBackupLocation>
    2828    </UpgradeBackupLocation>
     29    <OldToolsVersion>2.0</OldToolsVersion>
    2930  </PropertyGroup>
    3031  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Note: See TracChangeset for help on using the changeset viewer.