Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 9744db9

Browse files
committed
Adjust StressTest to SD5 API change
1 parent 382c621 commit 9744db9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
# SharpDevelop 4.3
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
# SharpDevelop 5.0
5+
VisualStudioVersion = 12.0.20827.3
6+
MinimumVisualStudioVersion = 10.0.40219.1
57
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTest", "StressTest\StressTest.csproj", "{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}"
68
EndProject
79
Global
@@ -10,9 +12,9 @@ Global
1012
Release|x86 = Release|x86
1113
EndGlobalSection
1214
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
1415
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.ActiveCfg = Debug|x86
15-
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
16+
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
1617
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.ActiveCfg = Release|x86
18+
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
1719
EndGlobalSection
1820
EndGlobal

src/Tools/StressTest/StressTest/StressTest.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
<ItemGroup>
9999
<Page Include="UserControl.xaml" />
100100
</ItemGroup>
101-
<ItemGroup>
102-
<Content Include="ProfilingSessions\Session20100225_205054.sdps" />
103-
</ItemGroup>
104101
<PropertyGroup>
105102
<StartArguments>/addindir:"$(MsBuildProjectDirectory)\$(OutputPath)"</StartArguments>
106103
</PropertyGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
using ICSharpCode.SharpDevelop;
3636
using ICSharpCode.SharpDevelop.Editor;
3737
using ICSharpCode.SharpDevelop.Gui;
38+
using ICSharpCode.SharpDevelop.Workbench;
3839

3940
namespace StressTest
4041
{

0 commit comments

Comments
 (0)