OSDN Git Service

improve error messages in FormMaterial
[tdcgexplorer/tso2mqo.git] / Tso2MqoGui.csproj
index 9696a75..65e3283 100644 (file)
@@ -1,21 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>9.0.21022</ProductVersion>\r
+    <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{C0DE49DD-78AB-4517-8234-7331DEF93472}</ProjectGuid>\r
-    <OutputType>WinExe</OutputType>\r
+    <OutputType>Exe</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>Tso2MqoGui</RootNamespace>\r
     <AssemblyName>Tso2MqoGui</AssemblyName>\r
     <FileUpgradeFlags>\r
     </FileUpgradeFlags>\r
-    <OldToolsVersion>2.0</OldToolsVersion>\r
+    <OldToolsVersion>3.5</OldToolsVersion>\r
     <UpgradeBackupLocation>\r
     </UpgradeBackupLocation>\r
     <StartupObject>\r
     </StartupObject>\r
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <WarningLevel>4</WarningLevel>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <OutputPath>bin\x64\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\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
-    <DebugType>full</DebugType>\r
-    <PlatformTarget>x64</PlatformTarget>\r
-    <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
-    <OutputPath>bin\x64\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\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
-    <DebugType>pdbonly</DebugType>\r
-    <PlatformTarget>x64</PlatformTarget>\r
-    <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Compile Include="RDBBonFile.cs" />\r
     <Compile Include="TDCGFile.cs" />\r
     <Compile Include="TSOFile.cs" />\r
-    <Compile Include="TSOGenerateConfig.cs" />\r
-    <Compile Include="TsoGenerator.cs" />\r
+    <Compile Include="TSOGeneratorConfig.cs" />\r
+    <Compile Include="TSOGenerator.cs" />\r
     <Compile Include="TSOWriter.cs" />\r
     <Compile Include="VertexHeap.cs" />\r
   </ItemGroup>\r
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
-</Project>\r
+</Project>
\ No newline at end of file