Skip to content

Commit

Permalink
[EasyTests for OpenWebModel from a win client]
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Mar 27, 2015
1 parent ff43714 commit 7c64727
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Demos/FeatureCenter/FeatureCenter.Base/FeatureCenter.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<AssemblyName>FeatureCenter.Base</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags></FileUpgradeFlags>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OutputPath>bin\Debug\</OutputPath>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
Expand Down Expand Up @@ -52,6 +53,15 @@
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EasyTest|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\EasyTest\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v14.2">
<SpecificVersion>False</SpecificVersion>
Expand Down
4 changes: 2 additions & 2 deletions Demos/FeatureCenter/FeatureCenterVS2010.sln
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Global
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.DebugGAC|Any CPU.Build.0 = Debug|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.DebugTest|Any CPU.ActiveCfg = Debug|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.DebugTest|Any CPU.Build.0 = Debug|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.EasyTest|Any CPU.ActiveCfg = Release|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.EasyTest|Any CPU.Build.0 = Release|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.RecompiledDxSources|Any CPU.ActiveCfg = Release|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.RecompiledDxSources|Any CPU.Build.0 = Release|Any CPU
{782230D9-DFA4-4D7A-89A9-660A361B5A8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 7c64727

Please sign in to comment.