update conf build progetti satelliti

This commit is contained in:
Samuele E. Locatelli
2016-12-05 14:03:19 +01:00
parent 548bd01717
commit f735d0b6c4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -42,7 +42,7 @@
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CMS|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CMS-FANUC|AnyCPU' ">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\CMS\</OutputPath>
<DocumentationFile>CMSCncLib.xml</DocumentationFile>
@@ -52,7 +52,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SCM|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'SCM-ESA|AnyCPU' ">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\SCM\</OutputPath>
<DocumentationFile>CMSCncLib.xml</DocumentationFile>
+2 -2
View File
@@ -29,7 +29,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CMS|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'CMS-FANUC|AnyCPU' ">
<OutputPath>bin\CMS\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
@@ -38,7 +38,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SCM|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'SCM-ESA|AnyCPU' ">
<OutputPath>bin\SCM\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>