Browse Source

Adjust StressTest to SD5 API change

pull/512/head
Daniel Grunwald 11 years ago
parent
commit
9744db9e5a
  1. 12
      src/Tools/StressTest/StressTest.sln
  2. 3
      src/Tools/StressTest/StressTest/StressTest.csproj
  3. 1
      src/Tools/StressTest/StressTest/UserControl.xaml.cs

12
src/Tools/StressTest/StressTest.sln

@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.3
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# SharpDevelop 5.0
VisualStudioVersion = 12.0.20827.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTest", "StressTest\StressTest.csproj", "{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}"
EndProject
Global
@ -10,9 +12,9 @@ Global @@ -10,9 +12,9 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.ActiveCfg = Debug|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.ActiveCfg = Release|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal

3
src/Tools/StressTest/StressTest/StressTest.csproj

@ -98,9 +98,6 @@ @@ -98,9 +98,6 @@
<ItemGroup>
<Page Include="UserControl.xaml" />
</ItemGroup>
<ItemGroup>
<Content Include="ProfilingSessions\Session20100225_205054.sdps" />
</ItemGroup>
<PropertyGroup>
<StartArguments>/addindir:"$(MsBuildProjectDirectory)\$(OutputPath)"</StartArguments>
</PropertyGroup>

1
src/Tools/StressTest/StressTest/UserControl.xaml.cs

@ -35,6 +35,7 @@ using ICSharpCode.Core; @@ -35,6 +35,7 @@ using ICSharpCode.Core;
using ICSharpCode.SharpDevelop;
using ICSharpCode.SharpDevelop.Editor;
using ICSharpCode.SharpDevelop.Gui;
using ICSharpCode.SharpDevelop.Workbench;
namespace StressTest
{

Loading…
Cancel
Save