Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:57:55 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-21 15:57:55 +0300
commita7e28bf4932f68d7fb0aa79ab8cafc9cd8d2e28f (patch)
treec5de148923a0a473ecf6890d09741677534b960e /Testing
parent14dae89f30f97871e889c186f10d0cdb37df9a77 (diff)
Fixup release configs
Diffstat (limited to 'Testing')
-rw-r--r--Testing/GtkTestRunner.csproj5
-rw-r--r--Testing/MacTestRunner.csproj5
-rw-r--r--Testing/WpfTestRunner.csproj1
3 files changed, 8 insertions, 3 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index ed8ef7b9..3dc4106e 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -20,12 +20,13 @@
<ConsolePause>False</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <Externalconsole>True</Externalconsole>
+ <DebugSymbols>true</DebugSymbols>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/Testing/MacTestRunner.csproj b/Testing/MacTestRunner.csproj
index a5c366b3..c7003c76 100644
--- a/Testing/MacTestRunner.csproj
+++ b/Testing/MacTestRunner.csproj
@@ -28,9 +28,10 @@
<EnableCodeSigning>False</EnableCodeSigning>
<CreatePackage>False</CreatePackage>
<UseRefCounting>false</UseRefCounting>
+ <Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<OutputPath>bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
@@ -44,6 +45,8 @@
<CreatePackage>True</CreatePackage>
<CodeSigningKey>Developer ID Application</CodeSigningKey>
<UseRefCounting>false</UseRefCounting>
+ <Profiling>false</Profiling>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/Testing/WpfTestRunner.csproj b/Testing/WpfTestRunner.csproj
index f61a2df7..0c7e36d1 100644
--- a/Testing/WpfTestRunner.csproj
+++ b/Testing/WpfTestRunner.csproj
@@ -30,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit-console-runner">