OSDN Git Service

fixes solution
authornomeu <nomeu@72ae2088-5f33-de11-a17b-0000e250a282>
Wed, 7 Jul 2010 09:27:02 +0000 (09:27 +0000)
committernomeu <nomeu@72ae2088-5f33-de11-a17b-0000e250a282>
Wed, 7 Jul 2010 09:27:02 +0000 (09:27 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tdcgexplorer/trunk/tso2mqo@1322 72ae2088-5f33-de11-a17b-0000e250a282

Properties/Resources.Designer.cs
Properties/Settings.Designer.cs
tso2mqo.csproj [moved from Tso2MqoGui.csproj with 83% similarity]
tso2mqo.sln [new file with mode: 0644]

index 3276895..d6376e6 100644 (file)
@@ -1,14 +1,14 @@
 //------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     このコードはツールによって生成されました。\r
-//     ランタイム バージョン:2.0.50727.1433\r
+//     ランタイム バージョン:2.0.50727.4200\r
 //\r
 //     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、\r
 //     コードが再生成されるときに損失したりします。\r
 // </auto-generated>\r
 //------------------------------------------------------------------------------\r
 \r
-namespace Tso2MqoGui.Properties {\r
+namespace tso2mqo.Properties {\r
     using System;\r
     \r
     \r
@@ -39,7 +39,7 @@ namespace Tso2MqoGui.Properties {
         internal static global::System.Resources.ResourceManager ResourceManager {\r
             get {\r
                 if (object.ReferenceEquals(resourceMan, null)) {\r
-                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tso2MqoGui.Properties.Resources", typeof(Resources).Assembly);\r
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("tso2mqo.Properties.Resources", typeof(Resources).Assembly);\r
                     resourceMan = temp;\r
                 }\r
                 return resourceMan;\r
index 24718e9..459db01 100644 (file)
@@ -1,14 +1,14 @@
 //------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     このコードはツールによって生成されました。\r
-//     ランタイム バージョン:2.0.50727.1433\r
+//     ランタイム バージョン:2.0.50727.4200\r
 //\r
 //     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、\r
 //     コードが再生成されるときに損失したりします。\r
 // </auto-generated>\r
 //------------------------------------------------------------------------------\r
 \r
-namespace Tso2MqoGui.Properties {\r
+namespace tso2mqo.Properties {\r
     \r
     \r
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r
similarity index 83%
rename from Tso2MqoGui.csproj
rename to tso2mqo.csproj
index 2a178f9..4af0edf 100644 (file)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
@@ -7,8 +7,8 @@
     <ProjectGuid>{C0DE49DD-78AB-4517-8234-7331DEF93472}</ProjectGuid>\r
     <OutputType>WinExe</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tso2MqoGui</RootNamespace>\r
-    <AssemblyName>Tso2MqoGui</AssemblyName>\r
+    <RootNamespace>tso2mqo</RootNamespace>\r
+    <AssemblyName>tso2mqo</AssemblyName>\r
     <FileUpgradeFlags>\r
     </FileUpgradeFlags>\r
     <OldToolsVersion>2.0</OldToolsVersion>\r
@@ -16,6 +16,7 @@
     </UpgradeBackupLocation>\r
     <StartupObject>\r
     </StartupObject>\r
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <PlatformTarget>x64</PlatformTarget>\r
     <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
+    <PlatformTarget>x86</PlatformTarget>\r
+    <OutputPath>..\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>..\build\</OutputPath>\r
+    <Optimize>true</Optimize>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />\r
     <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />\r
     <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />\r
     <Reference Include="System" />\r
+    <Reference Include="System.Core">\r
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
+    </Reference>\r
     <Reference Include="System.Data" />\r
     <Reference Include="System.Deployment" />\r
     <Reference Include="System.Design" />\r
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
-</Project>
\ No newline at end of file
+</Project>\r
diff --git a/tso2mqo.sln b/tso2mqo.sln
new file mode 100644 (file)
index 0000000..a6379ed
--- /dev/null
@@ -0,0 +1,20 @@
+\r
+Microsoft Visual Studio Solution File, Format Version 10.00\r
+# Visual C# Express 2008\r
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tso2mqo", "tso2mqo.csproj", "{C0DE49DD-78AB-4517-8234-7331DEF93472}"\r
+EndProject\r
+Global\r
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
+               Debug|x86 = Debug|x86\r
+               Release|x86 = Release|x86\r
+       EndGlobalSection\r
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution\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
+       EndGlobalSection\r
+EndGlobal\r