19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
68 lines
3.6 KiB
XML
68 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<ProjectGuid>{94A88112-9E7E-45FA-A3FF-ACF8E1DF0FCB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<NoWarn>1699</NoWarn>
|
|
<LangVersion>latest</LangVersion>
|
|
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
|
|
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
|
|
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
|
<NoStdLib>True</NoStdLib>
|
|
<NoConfig>True</NoConfig>
|
|
<AssemblyName>nunit.mocks</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
|
|
Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
|
|
is a problem to compile the Mono mscorlib.dll -->
|
|
<PropertyGroup>
|
|
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
|
|
<OutputPath>./../../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
|
|
<IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
|
|
<DefineConstants>StronglyNamedAssembly;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
|
|
</PropertyGroup>
|
|
<!-- @ALL_PROFILE_PROPERTIES@ -->
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
|
|
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- @COMMON_SOURCES@ -->
|
|
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
|
|
<Compile Include="..\..\CommonAssemblyInfo.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="DynamicMock.cs" />
|
|
<Compile Include="ICall.cs" />
|
|
<Compile Include="ICallHandler.cs" />
|
|
<Compile Include="IMethod.cs" />
|
|
<Compile Include="IMock.cs" />
|
|
<Compile Include="IVerify.cs" />
|
|
<Compile Include="MethodSignature.cs" />
|
|
<Compile Include="Mock.cs" />
|
|
<Compile Include="MockCall.cs" />
|
|
<Compile Include="MockInterfaceHandler.cs" />
|
|
<Compile Include="MockMethod.cs" />
|
|
</ItemGroup>
|
|
<!-- @ALL_SOURCES@ -->
|
|
<!-- @COMMON_PROJECT_REFERENCES@ -->
|
|
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
|
|
<ProjectReference Include="../../NUnitFramework/framework/NUnit.Framework.csproj" />
|
|
<ProjectReference Include="../../../class/System/System.csproj" />
|
|
<ProjectReference Include="../../../class/corlib/corlib.csproj" />
|
|
</ItemGroup>
|
|
<!-- @ALL_REFERENCES@ -->
|
|
<!-- @ALL_RESOURCES@ -->
|
|
</Project> |