OSDN Git Service

platform x86
authornomeu <nomeu@72ae2088-5f33-de11-a17b-0000e250a282>
Sat, 17 Sep 2011 03:49:00 +0000 (03:49 +0000)
committernomeu <nomeu@72ae2088-5f33-de11-a17b-0000e250a282>
Sat, 17 Sep 2011 03:49:00 +0000 (03:49 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tdcgexplorer/trunk/tso2mqo@2015 72ae2088-5f33-de11-a17b-0000e250a282

Tso2MqoGui.csproj
Tso2MqoGui.sln

index 40fbdb3..c2fe50c 100644 (file)
     <WarningLevel>4</WarningLevel>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
+    <PlatformTarget>x86</PlatformTarget>\r
+    <OutputPath>bin\x86\Debug\</OutputPath>\r
+    <DefineConstants>TRACE;DEBUG</DefineConstants>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
+    <PlatformTarget>x86</PlatformTarget>\r
+    <OutputPath>bin\x86\Release\</OutputPath>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
+    <Optimize>true</Optimize>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
index 39c20d3..f581ae2 100644 (file)
@@ -5,14 +5,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tso2MqoGui", "Tso2MqoGui.cs
 EndProject\r
 Global\r
        GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
-               Debug|Any CPU = Debug|Any CPU\r
-               Release|Any CPU = Release|Any CPU\r
+               Debug|x86 = Debug|x86\r
+               Release|x86 = Release|x86\r
        EndGlobalSection\r
        GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
-               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
-               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
-               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
-               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Release|Any CPU.Build.0 = Release|Any CPU\r
+               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Debug|x86.ActiveCfg = Debug|x86\r
+               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Debug|x86.Build.0 = Debug|x86\r
+               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Release|x86.ActiveCfg = Release|x86\r
+               {C0DE49DD-78AB-4517-8234-7331DEF93472}.Release|x86.Build.0 = Release|x86\r
        EndGlobalSection\r
        GlobalSection(SolutionProperties) = preSolution\r
                HideSolutionNode = FALSE\r