build as x86 application
authorStricted <info@stricted.net>
Sun, 26 Feb 2017 09:26:38 +0000 (10:26 +0100)
committerStricted <info@stricted.net>
Sun, 26 Feb 2017 09:26:38 +0000 (10:26 +0100)
SpeedportHybridControl.Implementations/SpeedportHybridControl.Implementations.csproj
SpeedportHybridControl.sln
SpeedportHybridControl/SpeedportHybridControl.csproj
appveyor.yml

index 60904c661639b391a4361a147c4b225cfa80278b..7be62002d0c797259c9fa7ead393429717455039 100644 (file)
     <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>
index d8cbe8dbb9df84e5007569e315610837cc52f2de..65a683b7db2d186db2996a622d776b62b8ebef8f 100644 (file)
@@ -1,7 +1,7 @@
 
 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
@@ -17,20 +17,20 @@ Global
        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
index 727d5548d5c9e23580b261d049890fb4fa94f923..cff5fac89a1c1f8b2d3fb611ea268641fe0b1ba1 100644 (file)
   <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>
index 0e024773b14669385089effec7cfc7c584037f71..5d8f60e72cde2cfd4b7c5879bcb6660a4beac180 100644 (file)
@@ -1,5 +1,5 @@
 image: Visual Studio 2015
-platform: Any CPU
+platform: x86
 configuration: Release
 skip_tags: true