Changeset 88

Show
Ignore:
Timestamp:
09/11/07 13:44:40 (1 year ago)
Author:
rryu
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r79 r88  
    1 <VisualStudioProject> 
    2     <CSHARP 
    3         ProjectType = "Local" 
    4         ProductVersion = "7.10.3077" 
    5         SchemaVersion = "2.0" 
    6         ProjectGuid = "{60DE0E19-7B98-41E8-8001-A8C7A75AF08E}" 
    7     > 
    8         <Build> 
    9             <Settings 
    10                 ApplicationIcon = "App.ico" 
    11                 AssemblyKeyContainerName = "" 
    12                 AssemblyName = "MacFace" 
    13                 AssemblyOriginatorKeyFile = "" 
    14                 DefaultClientScript = "JScript" 
    15                 DefaultHTMLPageLayout = "Grid" 
    16                 DefaultTargetSchema = "IE50" 
    17                 DelaySign = "false" 
    18                 OutputType = "WinExe" 
    19                 PreBuildEvent = "" 
    20                 PostBuildEvent = 'xcopy /Y /I "$(ProjectDir)default.mcface" "$(TargetDir)default.mcface"' 
    21                 RootNamespace = "MacFace.FloatApp" 
    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.Drawing" 
    79                     AssemblyName = "System.Drawing" 
    80                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" 
    81                 /> 
    82                 <Reference 
    83                     Name = "System.Windows.Forms" 
    84                     AssemblyName = "System.Windows.Forms" 
    85                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" 
    86                 /> 
    87                 <Reference 
    88                     Name = "System.XML" 
    89                     AssemblyName = "System.Xml" 
    90                     HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 
    91                 /> 
    92                 <Reference 
    93                     Name = "MacFaceLibrary" 
    94                     Project = "{23267F41-38FE-41F6-BF08-2D8940A1E024}" 
    95                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" 
    96                 /> 
    97             </References> 
    98         </Build> 
    99         <Files> 
    100             <Include> 
    101                 <File 
    102                     RelPath = "AlphaForm.cs" 
    103                     SubType = "Form" 
    104                     BuildAction = "Compile" 
    105                 /> 
    106                 <File 
    107                     RelPath = "AlphaForm.resx" 
    108                     DependentUpon = "AlphaForm.cs" 
    109                     BuildAction = "EmbeddedResource" 
    110                 /> 
    111                 <File 
    112                     RelPath = "App.ico" 
    113                     BuildAction = "EmbeddedResource" 
    114                 /> 
    115                 <File 
    116                     RelPath = "ApplicationVersionStringAttribute.cs" 
    117                     SubType = "Code" 
    118                     BuildAction = "Compile" 
    119                 /> 
    120                 <File 
    121                     RelPath = "AppSettings.cs" 
    122                     SubType = "Code" 
    123                     BuildAction = "Compile" 
    124                 /> 
    125                 <File 
    126                     RelPath = "AssemblyInfo.cs" 
    127                     SubType = "Code" 
    128                     BuildAction = "Compile" 
    129                 /> 
    130                 <File 
    131                     RelPath = "AutoConfigurator.cs" 
    132                     SubType = "Code" 
    133                     BuildAction = "Compile" 
    134                 /> 
    135                 <File 
    136                     RelPath = "Configuration.cs" 
    137                     SubType = "Code" 
    138                     BuildAction = "Compile" 
    139                 /> 
    140                 <File 
    141                     RelPath = "ConfigurationForm.cs" 
    142                     SubType = "Form" 
    143                     BuildAction = "Compile" 
    144                 /> 
    145                 <File 
    146                     RelPath = "ConfigurationForm.resx" 
    147                     DependentUpon = "ConfigurationForm.cs" 
    148                     BuildAction = "EmbeddedResource" 
    149                 /> 
    150                 <File 
    151                     RelPath = "InfoWindow.cs" 
    152                     SubType = "Form" 
    153                     BuildAction = "Compile" 
    154                 /> 
    155                 <File 
    156                     RelPath = "InfoWindow.resx" 
    157                     DependentUpon = "InfoWindow.cs" 
    158                     BuildAction = "EmbeddedResource" 
    159                 /> 
    160                 <File 
    161                     RelPath = "MacFaceApp.cs" 
    162                     SubType = "Code" 
    163                     BuildAction = "Compile" 
    164                 /> 
    165                 <File 
    166                     RelPath = "PatternWindow.cs" 
    167                     SubType = "Form" 
    168                     BuildAction = "Compile" 
    169                 /> 
    170                 <File 
    171                     RelPath = "StatusWindow.cs" 
    172                     SubType = "Form" 
    173                     BuildAction = "Compile" 
    174                 /> 
    175                 <File 
    176                     RelPath = "StatusWindow.resx" 
    177                     DependentUpon = "StatusWindow.cs" 
    178                     BuildAction = "EmbeddedResource" 
    179                 /> 
    180             </Include> 
    181         </Files> 
    182     </CSHARP> 
    183 </VisualStudioProject> 
    184  
     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>{60DE0E19-7B98-41E8-8001-A8C7A75AF08E}</ProjectGuid> 
     7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
     9    <ApplicationIcon>App.ico</ApplicationIcon> 
     10    <AssemblyKeyContainerName> 
     11    </AssemblyKeyContainerName> 
     12    <AssemblyName>MacFace</AssemblyName> 
     13    <AssemblyOriginatorKeyFile> 
     14    </AssemblyOriginatorKeyFile> 
     15    <DefaultClientScript>JScript</DefaultClientScript> 
     16    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 
     17    <DefaultTargetSchema>IE50</DefaultTargetSchema> 
     18    <DelaySign>false</DelaySign> 
     19    <OutputType>WinExe</OutputType> 
     20    <RootNamespace>MacFace.FloatApp</RootNamespace> 
     21    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 
     22    <StartupObject> 
     23    </StartupObject> 
     24    <FileUpgradeFlags> 
     25    </FileUpgradeFlags> 
     26    <UpgradeBackupLocation> 
     27    </UpgradeBackupLocation> 
     28  </PropertyGroup> 
     29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     30    <OutputPath>bin\Debug\</OutputPath> 
     31    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
     32    <BaseAddress>285212672</BaseAddress> 
     33    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 
     34    <ConfigurationOverrideFile> 
     35    </ConfigurationOverrideFile> 
     36    <DefineConstants>DEBUG;TRACE</DefineConstants> 
     37    <DocumentationFile> 
     38    </DocumentationFile> 
     39    <DebugSymbols>true</DebugSymbols> 
     40    <FileAlignment>4096</FileAlignment> 
     41    <NoStdLib>false</NoStdLib> 
     42    <NoWarn> 
     43    </NoWarn> 
     44    <Optimize>false</Optimize> 
     45    <RegisterForComInterop>false</RegisterForComInterop> 
     46    <RemoveIntegerChecks>false</RemoveIntegerChecks> 
     47    <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 
     48    <WarningLevel>4</WarningLevel> 
     49    <DebugType>full</DebugType> 
     50    <ErrorReport>prompt</ErrorReport> 
     51  </PropertyGroup> 
     52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     53    <OutputPath>bin\Release\</OutputPath> 
     54    <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 
     55    <BaseAddress>285212672</BaseAddress> 
     56    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 
     57    <ConfigurationOverrideFile> 
     58    </ConfigurationOverrideFile> 
     59    <DefineConstants>TRACE</DefineConstants> 
     60    <DocumentationFile> 
     61    </DocumentationFile> 
     62    <DebugSymbols>false</DebugSymbols> 
     63    <FileAlignment>4096</FileAlignment> 
     64    <NoStdLib>false</NoStdLib> 
     65    <NoWarn> 
     66    </NoWarn> 
     67    <Optimize>true</Optimize> 
     68    <RegisterForComInterop>false</RegisterForComInterop> 
     69    <RemoveIntegerChecks>false</RemoveIntegerChecks> 
     70    <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 
     71    <WarningLevel>4</WarningLevel> 
     72    <DebugType>none</DebugType> 
     73    <ErrorReport>prompt</ErrorReport> 
     74  </PropertyGroup> 
     75  <ItemGroup> 
     76    <Reference Include="System"> 
     77      <Name>System</Name> 
     78    </Reference> 
     79    <Reference Include="System.Data"> 
     80      <Name>System.Data</Name> 
     81    </Reference> 
     82    <Reference Include="System.Drawing"> 
     83      <Name>System.Drawing</Name> 
     84    </Reference> 
     85    <Reference Include="System.Windows.Forms"> 
     86      <Name>System.Windows.Forms</Name> 
     87    </Reference> 
     88    <Reference Include="System.Xml"> 
     89      <Name>System.XML</Name> 
     90    </Reference> 
     91    <ProjectReference Include="..\MacFaceLibrary\MacFaceLibrary.csproj"> 
     92      <Name>MacFaceLibrary</Name> 
     93      <Project>{23267F41-38FE-41F6-BF08-2D8940A1E024}</Project> 
     94      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 
     95    </ProjectReference> 
     96  </ItemGroup> 
     97  <ItemGroup> 
     98    <Compile Include="AlphaForm.cs"> 
     99      <SubType>Form</SubType> 
     100    </Compile> 
     101    <Compile Include="ApplicationVersionStringAttribute.cs"> 
     102      <SubType>Code</SubType> 
     103    </Compile> 
     104    <Compile Include="AppSettings.cs"> 
     105      <SubType>Code</SubType> 
     106    </Compile> 
     107    <Compile Include="AssemblyInfo.cs"> 
     108      <SubType>Code</SubType> 
     109    </Compile> 
     110    <Compile Include="AutoConfigurator.cs"> 
     111      <SubType>Code</SubType> 
     112    </Compile> 
     113    <Compile Include="Configuration.cs"> 
     114      <SubType>Code</SubType> 
     115    </Compile> 
     116    <Compile Include="ConfigurationForm.cs"> 
     117      <SubType>Form</SubType> 
     118    </Compile> 
     119    <Compile Include="InfoWindow.cs"> 
     120      <SubType>Form</SubType> 
     121    </Compile> 
     122    <Compile Include="MacFaceApp.cs"> 
     123      <SubType>Code</SubType> 
     124    </Compile> 
     125    <Compile Include="PatternWindow.cs"> 
     126      <SubType>Form</SubType> 
     127    </Compile> 
     128    <Compile Include="StatusWindow.cs"> 
     129      <SubType>Form</SubType> 
     130    </Compile> 
     131    <EmbeddedResource Include="AlphaForm.resx"> 
     132      <DependentUpon>AlphaForm.cs</DependentUpon> 
     133    </EmbeddedResource> 
     134    <EmbeddedResource Include="App.ico" /> 
     135    <EmbeddedResource Include="ConfigurationForm.resx"> 
     136      <DependentUpon>ConfigurationForm.cs</DependentUpon> 
     137    </EmbeddedResource> 
     138    <EmbeddedResource Include="InfoWindow.resx"> 
     139      <DependentUpon>InfoWindow.cs</DependentUpon> 
     140    </EmbeddedResource> 
     141    <EmbeddedResource Include="StatusWindow.resx"> 
     142      <DependentUpon>StatusWindow.cs</DependentUpon> 
     143    </EmbeddedResource> 
     144  </ItemGroup> 
     145  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
     146  <PropertyGroup> 
     147    <PreBuildEvent> 
     148    </PreBuildEvent> 
     149    <PostBuildEvent>xcopy /Y /I "$(ProjectDir)default.mcface" "$(TargetDir)default.mcface"</PostBuildEvent> 
     150  </PropertyGroup> 
     151</Project> 
  • trunk/MacFaceForWin.sln

    r31 r88  
    1 Microsoft Visual Studio Solution File, Format Version 8.00 
     1Microsoft Visual Studio Solution File, Format Version 9.00 
     2# Visual Studio 2005 
    23Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacFaceLibrary", "MacFaceLibrary\MacFaceLibrary.csproj", "{23267F41-38FE-41F6-BF08-2D8940A1E024}" 
    3         ProjectSection(ProjectDependencies) = postProject 
    4         EndProjectSection 
    54EndProject 
    65Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacFaceFloat", "MacFaceFloat\MacFaceFloat.csproj", "{60DE0E19-7B98-41E8-8001-A8C7A75AF08E}" 
     
    109EndProject 
    1110Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacFaceTest", "MacFaceTest\MacFaceTest.csproj", "{40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}" 
    12         ProjectSection(ProjectDependencies) = postProject 
    13         EndProjectSection 
    1411EndProject 
    1512Global 
    16         GlobalSection(SolutionConfiguration) = preSolution 
    17                 Debug = Debug 
    18                 Release = Release 
     13        GlobalSection(SolutionConfigurationPlatforms) = preSolution 
     14                Debug|Any CPU = Debug|Any CPU 
     15                Release|Any CPU = Release|Any CPU 
    1916        EndGlobalSection 
    20         GlobalSection(ProjectConfiguration) = postSolution 
    21                 {23267F41-38FE-41F6-BF08-2D8940A1E024}.Debug.ActiveCfg = Debug|.NET 
    22                 {23267F41-38FE-41F6-BF08-2D8940A1E024}.Debug.Build.0 = Debug|.NET 
    23                 {23267F41-38FE-41F6-BF08-2D8940A1E024}.Release.ActiveCfg = Release|.NET 
    24                 {23267F41-38FE-41F6-BF08-2D8940A1E024}.Release.Build.0 = Release|.NET 
    25                 {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Debug.ActiveCfg = Debug|.NET 
    26                 {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Debug.Build.0 = Debug|.NET 
    27                 {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Release.ActiveCfg = Release|.NET 
    28                 {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Release.Build.0 = Release|.NET 
    29                 {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Debug.ActiveCfg = Debug|.NET 
    30                 {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Debug.Build.0 = Debug|.NET 
    31                 {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Release.ActiveCfg = Release|.NET 
    32                 {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Release.Build.0 = Release|.NET 
     17        GlobalSection(ProjectConfigurationPlatforms) = postSolution 
     18                {23267F41-38FE-41F6-BF08-2D8940A1E024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
     19                {23267F41-38FE-41F6-BF08-2D8940A1E024}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     20                {23267F41-38FE-41F6-BF08-2D8940A1E024}.Release|Any CPU.ActiveCfg = Release|Any CPU 
     21                {23267F41-38FE-41F6-BF08-2D8940A1E024}.Release|Any CPU.Build.0 = Release|Any CPU 
     22                {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
     23                {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     24                {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Release|Any CPU.ActiveCfg = Release|Any CPU 
     25                {60DE0E19-7B98-41E8-8001-A8C7A75AF08E}.Release|Any CPU.Build.0 = Release|Any CPU 
     26                {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
     27                {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     28                {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Release|Any CPU.ActiveCfg = Release|Any CPU 
     29                {40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}.Release|Any CPU.Build.0 = Release|Any CPU 
    3330        EndGlobalSection 
    34         GlobalSection(ExtensibilityGlobals) = postSolution 
    35         EndGlobalSection 
    36         GlobalSection(ExtensibilityAddIns) = postSolution 
     31        GlobalSection(SolutionProperties) = preSolution 
     32                HideSolutionNode = FALSE 
    3733        EndGlobalSection 
    3834EndGlobal 
  • 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> 
  • trunk/MacFaceTest/MacFaceTest.csproj

    r8 r88  
    1 <VisualStudioProject> 
    2     <CSHARP 
    3         ProjectType = "Local" 
    4         ProductVersion = "7.10.3077" 
    5         SchemaVersion = "2.0" 
    6         ProjectGuid = "{40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}" 
    7     > 
    8         <Build> 
    9             <Settings 
    10                 ApplicationIcon = "" 
    11                 AssemblyKeyContainerName = "" 
    12                 AssemblyName = "MacFaceTest" 
    13                 AssemblyOriginatorKeyFile = "" 
    14                 DefaultClientScript = "JScript" 
    15                 DefaultHTMLPageLayout = "Grid" 
    16                 DefaultTargetSchema = "IE50" 
    17                 DelaySign = "false" 
    18                 OutputType = "Library" 
    19                 PreBuildEvent = "" 
    20                 PostBuildEvent = "" 
    21                 RootNamespace = "MacFaceTest" 
    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         </Build> 
    68         <Files> 
    69             <Include/> 
    70         </Files> 
    71     </CSHARP> 
    72 </VisualStudioProject> 
    73  
     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>{40CD5CB5-835A-4DDD-928D-AEFE64EFAA8E}</ProjectGuid> 
     7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
     9    <ApplicationIcon> 
     10    </ApplicationIcon> 
     11    <AssemblyKeyContainerName> 
     12    </AssemblyKeyContainerName> 
     13    <AssemblyName>MacFaceTest</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>MacFaceTest</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  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
     77  <PropertyGroup> 
     78    <PreBuildEvent> 
     79    </PreBuildEvent> 
     80    <PostBuildEvent> 
     81    </PostBuildEvent> 
     82  </PropertyGroup> 
     83</Project>