<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>MinimumRecommendedRules.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>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
- <Reference Include="Noesis.Javascript, Version=0.0.0.0, Culture=neutral processorArchitecture=MSIL">
+ <Reference Include="Noesis.Javascript, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86" Condition="'$(PlatformTarget)' == 'x86'">
<HintPath>..\packages\Noesis.Javascript.0.7.1.0\lib\net40\x86\Noesis.Javascript.dll</HintPath>
<Private>True</Private>
</Reference>
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
+VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeedportHybridControl", "SpeedportHybridControl\SpeedportHybridControl.csproj", "{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}"
EndProject
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|x86.Build.0 = Debug|Any CPU
+ {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|x86.ActiveCfg = Debug|x86
+ {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Debug|x86.Build.0 = Debug|x86
{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|Any CPU.Build.0 = Release|Any CPU
- {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|x86.ActiveCfg = Release|Any CPU
- {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|x86.Build.0 = Release|Any CPU
+ {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|x86.ActiveCfg = Release|x86
+ {50680F1A-2AF6-4A6A-8491-602E2F51CAC6}.Release|x86.Build.0 = Release|x86
{BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|x86.ActiveCfg = Debug|Any CPU
- {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|x86.Build.0 = Debug|Any CPU
+ {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|x86.ActiveCfg = Debug|x86
+ {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Debug|x86.Build.0 = Debug|x86
{BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|Any CPU.Build.0 = Release|Any CPU
- {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|x86.ActiveCfg = Release|Any CPU
- {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|x86.Build.0 = Release|Any CPU
+ {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|x86.ActiveCfg = Release|x86
+ {BF9D21E9-4823-455C-9BDA-E29C7CE1B0BE}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
<PropertyGroup>
<ApplicationIcon>t-com icon.ico</ApplicationIcon>
</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>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+ <Prefer32Bit>true</Prefer32Bit>
+ </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>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+ <Prefer32Bit>true</Prefer32Bit>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="DynamicDataDisplay, Version=0.3.0.1, Culture=neutral, PublicKeyToken=5b7d744a7263923f, processorArchitecture=MSIL">
<HintPath>..\packages\DynamicDataDisplay.0.3.0.1\lib\net45\DynamicDataDisplay.dll</HintPath>
image: Visual Studio 2015
-platform: Any CPU
+platform: x86
configuration: Release
skip_tags: true