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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.