]> granicus.if.org Git - graphviz/commitdiff
viewer app now builds in build dir instead of bin dir; removed 'Any CPU' configuration
authorglenlow <devnull@localhost>
Thu, 3 Apr 2008 13:06:43 +0000 (13:06 +0000)
committerglenlow <devnull@localhost>
Thu, 3 Apr 2008 13:06:43 +0000 (13:06 +0000)
windows/graphviz.csproj
windows/graphviz.sln

index b499c6c017c5cd389bb9c6c69e19df4d2edfe791..817b618c3b0bbeefa7650c7be76a2a6df8708009 100755 (executable)
     <RootNamespace>Graphviz</RootNamespace>\r
     <AssemblyName>Graphviz</AssemblyName>\r
   </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-    <PlatformTarget>x86</PlatformTarget>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-    <PlatformTarget>x86</PlatformTarget>\r
-  </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
     <DebugSymbols>true</DebugSymbols>\r
-    <OutputPath>bin\x86\Debug\</OutputPath>\r
+    <OutputPath>build\x86\Debug\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <DebugType>full</DebugType>\r
@@ -41,7 +20,7 @@
     <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
-    <OutputPath>bin\x86\Release\</OutputPath>\r
+    <OutputPath>build\x86\Release\</OutputPath>\r
     <DefineConstants>TRACE</DefineConstants>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <Optimize>true</Optimize>\r
index 8e4aa6b008a469d23c5148234b9021d4f9a2d25d..84aa767f78f3af8624139f078119649b643aa74b 100755 (executable)
@@ -1,22 +1,16 @@
-\r
+\r
 Microsoft Visual Studio Solution File, Format Version 9.00\r
 # Visual Studio 2005\r
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "graphviz", "graphviz.csproj", "{DECED886-4C60-47C7-BBB9-44A32EDBE62D}"\r
 EndProject\r
 Global\r
        GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
-               Debug|Any CPU = Debug|Any CPU\r
                Debug|x86 = Debug|x86\r
-               Release|Any CPU = Release|Any CPU\r
                Release|x86 = Release|x86\r
        EndGlobalSection\r
        GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|x86.ActiveCfg = Debug|x86\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|x86.Build.0 = Debug|x86\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
-               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Release|Any CPU.Build.0 = Release|Any CPU\r
+               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|x86.ActiveCfg = Release|x86\r
+               {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Debug|x86.Build.0 = Release|x86\r
                {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Release|x86.ActiveCfg = Release|x86\r
                {DECED886-4C60-47C7-BBB9-44A32EDBE62D}.Release|x86.Build.0 = Release|x86\r
        EndGlobalSection\r