From: <che...@us...> - 2009-11-15 11:05:25
|
Revision: 3154 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3154&view=rev Author: chef_koch Date: 2009-11-15 11:05:17 +0000 (Sun, 15 Nov 2009) Log Message: ----------- fixed build process Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IRServer.Shared/IRServer.Shared.csproj trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IRServer.Shared/IRServer.Shared.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IRServer.Shared/IRServer.Shared.csproj 2009-11-15 10:48:19 UTC (rev 3153) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server/IRServer.Shared/IRServer.Shared.csproj 2009-11-15 11:05:17 UTC (rev 3154) @@ -32,6 +32,14 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <PlatformTarget>x86</PlatformTarget> + <OutputPath>bin\Debug\</OutputPath> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <PlatformTarget>x86</PlatformTarget> + <OutputPath>bin\Release\</OutputPath> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.ServiceProcess" /> Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln 2009-11-15 10:48:19 UTC (rev 3153) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln 2009-11-15 11:05:17 UTC (rev 3154) @@ -613,10 +613,12 @@ {5C0DF76E-D1AE-4161-B8D1-843925C8AB58}.Release|x86.Build.0 = Release|x86 {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|x86.ActiveCfg = Debug|Any CPU + {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|x86.ActiveCfg = Debug|x86 + {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|x86.Build.0 = Debug|x86 {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|Any CPU.ActiveCfg = Release|Any CPU {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|Any CPU.Build.0 = Release|Any CPU - {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|x86.ActiveCfg = Release|Any CPU + {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|x86.ActiveCfg = Release|x86 + {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |