fix project compile output location

master
xieguigang 8 years ago
parent af8d39a4f7
commit fc206be3c6

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -27,7 +27,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBasic.ComputingServices.Bootstrapping.GeneticAlgorithm.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -27,7 +27,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<PlatformTarget>AnyCPU</PlatformTarget>
@ -57,7 +57,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -67,7 +67,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -77,7 +77,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -89,7 +89,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -108,7 +108,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -118,7 +118,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -128,7 +128,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -138,7 +138,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -147,17 +147,17 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|AnyCPU'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x64'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x86'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -177,7 +177,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>AnalysisExample.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -27,7 +27,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>AnalysisExample.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -47,7 +47,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>AnalysisExample.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -56,7 +56,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>AnalysisExample.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -21,7 +21,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>local.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
@ -32,7 +32,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>local.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -52,7 +52,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>local.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -61,7 +61,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>local.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Demo.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -30,7 +30,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Demo.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>

@ -34,7 +34,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
@ -45,7 +45,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
@ -82,7 +82,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -92,7 +92,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -102,7 +102,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -115,7 +115,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -134,7 +134,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -145,7 +145,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -155,7 +155,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -166,7 +166,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -176,17 +176,17 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|AnyCPU'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x64'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x86'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -207,7 +207,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>LINQ_v1.0_22.0.122.6544__a540a5d6a87b0ca91c.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestLINQEntity.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -27,7 +27,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestLINQEntity.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>

@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestMain.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -30,7 +30,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestMain.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -50,7 +50,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestMain.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -60,7 +60,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>TestMain.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -18,7 +18,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -27,7 +27,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -56,7 +56,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -66,7 +66,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -76,7 +76,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -88,7 +88,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -107,7 +107,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -117,7 +117,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -127,7 +127,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -137,7 +137,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'docs|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -146,17 +146,17 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|AnyCPU'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x64'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28UNIX-Release_X64%29|x86'">
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
@ -176,7 +176,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'GCModeller%28Release_X64%29|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>sciBASIC#.ComputingServices.RQL.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

@ -21,7 +21,7 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Taskhost.d.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -31,7 +31,7 @@
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Taskhost.d.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
@ -51,7 +51,7 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Taskhost.d.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
@ -61,7 +61,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>G:\GCModeller\GCModeller\bin</OutputPath>
<OutputPath>./bin</OutputPath>
<DocumentationFile>Taskhost.d.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>

Loading…
Cancel
Save