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

StressTest.csproj « StressTest « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2fa0d4080c84fbeb67e9bfb1b86b4644232638d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProjectGuid>{A1F9B020-6573-4BB2-A887-7F26561A9D18}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>MonoDevelop.StressTest</RootNamespace>
    <AssemblyName>StressTest</AssemblyName>
    <TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x64</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ExternalConsole>true</ExternalConsole>
    <PlatformTarget>x64</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="MonoDevelop.Ide">
      <HintPath>..\..\build\bin\MonoDevelop.Ide.dll</HintPath>
    </Reference>
    <Reference Include="MonoDevelop.Core">
      <HintPath>..\..\build\bin\MonoDevelop.Core.dll</HintPath>
    </Reference>
    <Reference Include="nunit.framework">
      <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="MonoDevelop.StressTest\Program.cs" />
    <Compile Include="MonoDevelop.StressTest\StressTestApp.cs" />
    <Compile Include="..\UserInterfaceTests\Ide.cs">
      <Link>UserInterfaceTests\Ide.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\IdeQuery.cs">
      <Link>UserInterfaceTests\IdeQuery.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\Workbench.cs">
      <Link>UserInterfaceTests\Workbench.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\TestService.cs">
      <Link>UserInterfaceTests\TestService.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\Util.cs">
      <Link>UserInterfaceTests\Util.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\UITestDebug.cs">
      <Link>UserInterfaceTests\UITestDebug.cs</Link>
    </Compile>
    <Compile Include="..\UserInterfaceTests\TemplateTestOptions.cs">
      <Link>UserInterfaceTests\TemplateTestOptions.cs</Link>
    </Compile>
    <Compile Include="UserInterfaceTests\UITestBase.cs" />
    <Compile Include="UserInterfaceTests\CreateBuildTemplatesTestBase.cs" />
    <Compile Include="UserInterfaceTests\WorkbenchExtensions.cs" />
    <Compile Include="MonoDevelop.StressTest\TestScenario.cs" />
    <Compile Include="MonoDevelop.StressTest\TextEditor.cs" />
    <Compile Include="MonoDevelop.StressTest\ITestScenario.cs" />
    <Compile Include="MonoDevelop.StressTest\TestScenarioProvider.cs" />
    <Compile Include="MonoDevelop.StressTest\StressTestOptions.cs" />
    <Compile Include="MonoDevelop.StressTest\ProfilerProcessor.cs" />
    <Compile Include="Mono.Profiling.Log\LogEnums.cs" />
    <Compile Include="Mono.Profiling.Log\LogStreamHeader.cs" />
    <Compile Include="Mono.Profiling.Log\LogStream.cs" />
    <Compile Include="Mono.Profiling.Log\LogReader.cs" />
    <Compile Include="Mono.Profiling.Log\LogProfiler.cs" />
    <Compile Include="Mono.Profiling.Log\LogProcessor.cs" />
    <Compile Include="Mono.Profiling.Log\LogException.cs" />
    <Compile Include="Mono.Profiling.Log\LogEvents.cs" />
    <Compile Include="Mono.Profiling.Log\LogEventVisitor.cs" />
    <Compile Include="Mono.Profiling.Log\LogEvent.cs" />
    <Compile Include="Mono.Profiling.Log\LogBufferHeader.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="UserInterfaceTests\" />
    <Folder Include="Mono.Profiling.Log\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Target Name="AfterBuild">
      <PropertyGroup>
        <MonoAddinsDir>..\..\external\mono-addins</MonoAddinsDir>
      </PropertyGroup>
      <ItemGroup>
          <TestProjectFiles Include="TestProject\**" />
          <MonoAddinsFiles Include="$(MonoAddinsDir)\Mono.Addins\**" Exclude="$(MonoAddinsDir)\Mono.Addins\obj\**;$(MonoAddinsDir)\**\.DS_Store"/>
      </ItemGroup>
      <Copy SourceFiles="@(TestProjectFiles)" DestinationFolder="$(OutputPath)\TestProject\%(RecursiveDir)" SkipUnchangedFiles="true" />
      <Copy SourceFiles="@(MonoAddinsFiles)" DestinationFolder="$(OutputPath)\TestProject\mono-addins\Mono.Addins\%(RecursiveDir)" SkipUnchangedFiles="true" />
      <Copy SourceFiles="$(MonoAddinsDir)\Version.props;$(MonoAddinsDir)\mono-addins.snk" DestinationFolder="$(OutputPath)\TestProject\mono-addins" SkipUnchangedFiles="true" />
  </Target>
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <Policies>
          <DotNetNamingPolicy ResourceNamePolicy="FileFormatDefault" DirectoryNamespaceAssociation="Hierarchical" />
        </Policies>
      </Properties>
    </MonoDevelop>
  </ProjectExtensions>
</Project>