|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 7 | + <AssemblyName>$(MSBuildProjectName)</AssemblyName> |
| 8 | + <SchemaVersion>2.0</SchemaVersion> |
| 9 | + <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid> |
| 10 | + <OutputType>Exe</OutputType> |
| 11 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 12 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
| 13 | + </PropertyGroup> |
| 14 | + <!-- Default configurations to help VS understand the configurations --> |
| 15 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup> |
| 16 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "></PropertyGroup> |
| 17 | + <ItemGroup> |
| 18 | + <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> |
| 19 | + <Visible>False</Visible> |
| 20 | + </CodeAnalysisDependentAssemblyPaths> |
| 21 | + </ItemGroup> |
| 22 | + <PropertyGroup> |
| 23 | + <DebugType></DebugType> |
| 24 | + <Optimize>True</Optimize> |
| 25 | + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 26 | + </PropertyGroup> |
| 27 | + <ItemGroup> |
| 28 | + <Compile Include="$(MSBuildProjectName).cs" /> |
| 29 | + </ItemGroup> |
| 30 | + <PropertyGroup> |
| 31 | + <CLRTestBatchPreCommands><![CDATA[ |
| 32 | +$(CLRTestBatchPreCommands) |
| 33 | +set COMPlus_GcStress=0xc |
| 34 | +]]></CLRTestBatchPreCommands> |
| 35 | + <BashCLRTestPreCommands><![CDATA[ |
| 36 | +$(BashCLRTestPreCommands) |
| 37 | +export COMPlus_GcStress=0xc |
| 38 | +]]></BashCLRTestPreCommands> |
| 39 | + </PropertyGroup> |
| 40 | + <ItemGroup> |
| 41 | + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 42 | + </ItemGroup> |
| 43 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> |
| 44 | + <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup> |
| 45 | +</Project> |
| 46 | + |
0 commit comments