Ignore:
Timestamp:
Sep 11, 2007, 1:44:40 PM (17 years ago)
Author:
rryu
Message:

ソリューションファイルをVS2005形式に変更した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r81 r88  
    1 <VisualStudioProject>
    2     <CSHARP
    3         ProjectType = "Local"
    4         ProductVersion = "7.10.3077"
    5         SchemaVersion = "2.0"
    6         ProjectGuid = "{23267F41-38FE-41F6-BF08-2D8940A1E024}"
    7     >
    8         <Build>
    9             <Settings
    10                 ApplicationIcon = ""
    11                 AssemblyKeyContainerName = ""
    12                 AssemblyName = "MacFaceLibrary"
    13                 AssemblyOriginatorKeyFile = ""
    14                 DefaultClientScript = "JScript"
    15                 DefaultHTMLPageLayout = "Grid"
    16                 DefaultTargetSchema = "IE50"
    17                 DelaySign = "false"
    18                 OutputType = "Library"
    19                 PreBuildEvent = ""
    20                 PostBuildEvent = ""
    21                 RootNamespace = "MacFace"
    22                 RunPostBuildEvent = "OnBuildSuccess"
    23                 StartupObject = ""
    24             >
    25                 <Config
    26                     Name = "Debug"
    27                     AllowUnsafeBlocks = "false"
    28                     BaseAddress = "285212672"
    29                     CheckForOverflowUnderflow = "false"
    30                     ConfigurationOverrideFile = ""
    31                     DefineConstants = "DEBUG;TRACE"
    32                     DocumentationFile = ""
    33                     DebugSymbols = "true"
    34                     FileAlignment = "4096"
    35                     IncrementalBuild = "false"
    36                     NoStdLib = "false"
    37                     NoWarn = ""
    38                     Optimize = "false"
    39                     OutputPath = "bin\Debug\"
    40                     RegisterForComInterop = "false"
    41                     RemoveIntegerChecks = "false"
    42                     TreatWarningsAsErrors = "false"
    43                     WarningLevel = "4"
    44                 />
    45                 <Config
    46                     Name = "Release"
    47                     AllowUnsafeBlocks = "false"
    48                     BaseAddress = "285212672"
    49                     CheckForOverflowUnderflow = "false"
    50                     ConfigurationOverrideFile = ""
    51                     DefineConstants = "TRACE"
    52                     DocumentationFile = ""
    53                     DebugSymbols = "false"
    54                     FileAlignment = "4096"
    55                     IncrementalBuild = "false"
    56                     NoStdLib = "false"
    57                     NoWarn = ""
    58                     Optimize = "true"
    59                     OutputPath = "bin\Release\"
    60                     RegisterForComInterop = "false"
    61                     RemoveIntegerChecks = "false"
    62                     TreatWarningsAsErrors = "false"
    63                     WarningLevel = "4"
    64                 />
    65             </Settings>
    66             <References>
    67                 <Reference
    68                     Name = "System"
    69                     AssemblyName = "System"
    70                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
    71                 />
    72                 <Reference
    73                     Name = "System.Data"
    74                     AssemblyName = "System.Data"
    75                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
    76                 />
    77                 <Reference
    78                     Name = "System.XML"
    79                     AssemblyName = "System.Xml"
    80                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
    81                 />
    82                 <Reference
    83                     Name = "System.Drawing"
    84                     AssemblyName = "System.Drawing"
    85                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
    86                 />
    87                 <Reference
    88                     Name = "System.Management"
    89                     AssemblyName = "System.Management"
    90                     HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Management.dll"
    91                 />
    92             </References>
    93         </Build>
    94         <Files>
    95             <Include>
    96                 <File
    97                     RelPath = "AssemblyInfo.cs"
    98                     SubType = "Code"
    99                     BuildAction = "Compile"
    100                 />
    101                 <File
    102                     RelPath = "CPUStatistics.cs"
    103                     SubType = "Code"
    104                     BuildAction = "Compile"
    105                 />
    106                 <File
    107                     RelPath = "CPUStatisticsGetSystemTime.cs"
    108                     SubType = "Code"
    109                     BuildAction = "Compile"
    110                 />
    111                 <File
    112                     RelPath = "CPUStatisticsNtQuerySystemInformation.cs"
    113                     SubType = "Code"
    114                     BuildAction = "Compile"
    115                 />
    116                 <File
    117                     RelPath = "CPUUsage.cs"
    118                     SubType = "Code"
    119                     BuildAction = "Compile"
    120                 />
    121                 <File
    122                     RelPath = "Face.cs"
    123                     SubType = "Code"
    124                     BuildAction = "Compile"
    125                 />
    126                 <File
    127                     RelPath = "FaceDef.cs"
    128                     SubType = "Code"
    129                     BuildAction = "Compile"
    130                 />
    131                 <File
    132                     RelPath = "MemoryStatistics.cs"
    133                     SubType = "Code"
    134                     BuildAction = "Compile"
    135                 />
    136                 <File
    137                     RelPath = "MemoryStatisticsGlobalMemoryStatusEx.cs"
    138                     SubType = "Code"
    139                     BuildAction = "Compile"
    140                 />
    141                 <File
    142                     RelPath = "MemoryStatisticsNtQuerySystemInformation.cs"
    143                     SubType = "Code"
    144                     BuildAction = "Compile"
    145                 />
    146                 <File
    147                     RelPath = "MemoryStatisticsPSAPI.cs"
    148                     SubType = "Code"
    149                     BuildAction = "Compile"
    150                 />
    151                 <File
    152                     RelPath = "MemoryUsage.cs"
    153                     SubType = "Code"
    154                     BuildAction = "Compile"
    155                 />
    156                 <File
    157                     RelPath = "Part.cs"
    158                     SubType = "Code"
    159                     BuildAction = "Compile"
    160                 />
    161                 <File
    162                     RelPath = "Pentium4UsageCounter.cs"
    163                     SubType = "Code"
    164                     BuildAction = "Compile"
    165                 />
    166                 <File
    167                     RelPath = "PropertyList.cs"
    168                     SubType = "Code"
    169                     BuildAction = "Compile"
    170                 />
    171             </Include>
    172         </Files>
    173     </CSHARP>
    174 </VisualStudioProject>
    175 
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2  <PropertyGroup>
     3    <ProjectType>Local</ProjectType>
     4    <ProductVersion>8.0.50727</ProductVersion>
     5    <SchemaVersion>2.0</SchemaVersion>
     6    <ProjectGuid>{23267F41-38FE-41F6-BF08-2D8940A1E024}</ProjectGuid>
     7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     9    <ApplicationIcon>
     10    </ApplicationIcon>
     11    <AssemblyKeyContainerName>
     12    </AssemblyKeyContainerName>
     13    <AssemblyName>MacFaceLibrary</AssemblyName>
     14    <AssemblyOriginatorKeyFile>
     15    </AssemblyOriginatorKeyFile>
     16    <DefaultClientScript>JScript</DefaultClientScript>
     17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
     18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
     19    <DelaySign>false</DelaySign>
     20    <OutputType>Library</OutputType>
     21    <RootNamespace>MacFace</RootNamespace>
     22    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
     23    <StartupObject>
     24    </StartupObject>
     25    <FileUpgradeFlags>
     26    </FileUpgradeFlags>
     27    <UpgradeBackupLocation>
     28    </UpgradeBackupLocation>
     29  </PropertyGroup>
     30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     31    <OutputPath>bin\Debug\</OutputPath>
     32    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     33    <BaseAddress>285212672</BaseAddress>
     34    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     35    <ConfigurationOverrideFile>
     36    </ConfigurationOverrideFile>
     37    <DefineConstants>DEBUG;TRACE</DefineConstants>
     38    <DocumentationFile>
     39    </DocumentationFile>
     40    <DebugSymbols>true</DebugSymbols>
     41    <FileAlignment>4096</FileAlignment>
     42    <NoStdLib>false</NoStdLib>
     43    <NoWarn>
     44    </NoWarn>
     45    <Optimize>false</Optimize>
     46    <RegisterForComInterop>false</RegisterForComInterop>
     47    <RemoveIntegerChecks>false</RemoveIntegerChecks>
     48    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     49    <WarningLevel>4</WarningLevel>
     50    <DebugType>full</DebugType>
     51    <ErrorReport>prompt</ErrorReport>
     52  </PropertyGroup>
     53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     54    <OutputPath>bin\Release\</OutputPath>
     55    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     56    <BaseAddress>285212672</BaseAddress>
     57    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     58    <ConfigurationOverrideFile>
     59    </ConfigurationOverrideFile>
     60    <DefineConstants>TRACE</DefineConstants>
     61    <DocumentationFile>
     62    </DocumentationFile>
     63    <DebugSymbols>false</DebugSymbols>
     64    <FileAlignment>4096</FileAlignment>
     65    <NoStdLib>false</NoStdLib>
     66    <NoWarn>
     67    </NoWarn>
     68    <Optimize>true</Optimize>
     69    <RegisterForComInterop>false</RegisterForComInterop>
     70    <RemoveIntegerChecks>false</RemoveIntegerChecks>
     71    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     72    <WarningLevel>4</WarningLevel>
     73    <DebugType>none</DebugType>
     74    <ErrorReport>prompt</ErrorReport>
     75  </PropertyGroup>
     76  <ItemGroup>
     77    <Reference Include="System">
     78      <Name>System</Name>
     79    </Reference>
     80    <Reference Include="System.Data">
     81      <Name>System.Data</Name>
     82    </Reference>
     83    <Reference Include="System.Drawing">
     84      <Name>System.Drawing</Name>
     85    </Reference>
     86    <Reference Include="System.Management">
     87      <Name>System.Management</Name>
     88    </Reference>
     89    <Reference Include="System.Xml">
     90      <Name>System.XML</Name>
     91    </Reference>
     92  </ItemGroup>
     93  <ItemGroup>
     94    <Compile Include="AssemblyInfo.cs">
     95      <SubType>Code</SubType>
     96    </Compile>
     97    <Compile Include="CPUStatistics.cs">
     98      <SubType>Code</SubType>
     99    </Compile>
     100    <Compile Include="CPUStatisticsGetSystemTime.cs">
     101      <SubType>Code</SubType>
     102    </Compile>
     103    <Compile Include="CPUStatisticsNtQuerySystemInformation.cs">
     104      <SubType>Code</SubType>
     105    </Compile>
     106    <Compile Include="CPUUsage.cs">
     107      <SubType>Code</SubType>
     108    </Compile>
     109    <Compile Include="Face.cs">
     110      <SubType>Code</SubType>
     111    </Compile>
     112    <Compile Include="FaceDef.cs">
     113      <SubType>Code</SubType>
     114    </Compile>
     115    <Compile Include="MemoryStatistics.cs">
     116      <SubType>Code</SubType>
     117    </Compile>
     118    <Compile Include="MemoryStatisticsGlobalMemoryStatusEx.cs">
     119      <SubType>Code</SubType>
     120    </Compile>
     121    <Compile Include="MemoryStatisticsNtQuerySystemInformation.cs">
     122      <SubType>Code</SubType>
     123    </Compile>
     124    <Compile Include="MemoryStatisticsPSAPI.cs">
     125      <SubType>Code</SubType>
     126    </Compile>
     127    <Compile Include="MemoryUsage.cs">
     128      <SubType>Code</SubType>
     129    </Compile>
     130    <Compile Include="Part.cs">
     131      <SubType>Code</SubType>
     132    </Compile>
     133    <Compile Include="Pentium4UsageCounter.cs">
     134      <SubType>Code</SubType>
     135    </Compile>
     136    <Compile Include="PropertyList.cs">
     137      <SubType>Code</SubType>
     138    </Compile>
     139  </ItemGroup>
     140  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     141  <PropertyGroup>
     142    <PreBuildEvent>
     143    </PreBuildEvent>
     144    <PostBuildEvent>
     145    </PostBuildEvent>
     146  </PropertyGroup>
     147</Project>
Note: See TracChangeset for help on using the changeset viewer.