|
From: <fr...@us...> - 2019-07-09 05:23:35
|
Revision: 4958
http://sourceforge.net/p/mp-plugins/code/4958
Author: framug
Date: 2019-07-09 05:23:33 +0000 (Tue, 09 Jul 2019)
Log Message:
-----------
Remove some compil warning
Modified Paths:
--------------
trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj
trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.csproj
trunk/plugins/MultiShortcut/MultiShortcut.sln
trunk/plugins/MultiShortcut/TestServer/TestServer.csproj
Modified: trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj
===================================================================
--- trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj 2019-06-13 16:17:41 UTC (rev 4957)
+++ trunk/plugins/MultiShortcut/DLLFix/DLLFix.csproj 2019-07-09 05:23:33 UTC (rev 4958)
@@ -54,6 +54,24 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DebugType>full</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+ <OutputPath>bin\x86\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <DebugType>pdbonly</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Core, Version=1.0.4.32078, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
Modified: trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.csproj
===================================================================
--- trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.csproj 2019-06-13 16:17:41 UTC (rev 4957)
+++ trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.csproj 2019-07-09 05:23:33 UTC (rev 4958)
@@ -53,6 +53,24 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DebugType>full</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+ <OutputPath>bin\x86\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <DebugType>pdbonly</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Common.Utils">
<HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath>
Modified: trunk/plugins/MultiShortcut/MultiShortcut.sln
===================================================================
--- trunk/plugins/MultiShortcut/MultiShortcut.sln 2019-06-13 16:17:41 UTC (rev 4957)
+++ trunk/plugins/MultiShortcut/MultiShortcut.sln 2019-07-09 05:23:33 UTC (rev 4958)
@@ -1,6 +1,8 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.25420.1
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestServer", "TestServer\TestServer.csproj", "{D2159E0B-44FA-41D8-B701-081D2C931CC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiShortcut", "MultiShortcut\MultiShortcut.csproj", "{7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}"
@@ -10,21 +12,35 @@
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
+ Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2159E0B-44FA-41D8-B701-081D2C931CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2159E0B-44FA-41D8-B701-081D2C931CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D2159E0B-44FA-41D8-B701-081D2C931CC0}.Debug|x86.ActiveCfg = Debug|x86
+ {D2159E0B-44FA-41D8-B701-081D2C931CC0}.Debug|x86.Build.0 = Debug|x86
{D2159E0B-44FA-41D8-B701-081D2C931CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2159E0B-44FA-41D8-B701-081D2C931CC0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D2159E0B-44FA-41D8-B701-081D2C931CC0}.Release|x86.ActiveCfg = Release|x86
+ {D2159E0B-44FA-41D8-B701-081D2C931CC0}.Release|x86.Build.0 = Release|x86
{7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Debug|x86.ActiveCfg = Debug|x86
+ {7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Debug|x86.Build.0 = Debug|x86
{7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Release|x86.ActiveCfg = Release|x86
+ {7CBDA33F-E11F-400B-8B3F-ABB0B54462AC}.Release|x86.Build.0 = Release|x86
{8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Debug|x86.ActiveCfg = Debug|x86
+ {8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Debug|x86.Build.0 = Debug|x86
{8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Release|x86.ActiveCfg = Release|x86
+ {8EDA7E5D-E56B-486E-BFB3-DB3A47733E39}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified: trunk/plugins/MultiShortcut/TestServer/TestServer.csproj
===================================================================
--- trunk/plugins/MultiShortcut/TestServer/TestServer.csproj 2019-06-13 16:17:41 UTC (rev 4957)
+++ trunk/plugins/MultiShortcut/TestServer/TestServer.csproj 2019-07-09 05:23:33 UTC (rev 4958)
@@ -53,6 +53,24 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\x86\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DebugType>full</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+ <OutputPath>bin\x86\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <DebugType>pdbonly</DebugType>
+ <PlatformTarget>x86</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Core, Version=1.0.4.32078, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|