2018-05-10 08:37:03 +00:00
<?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>
2018-08-07 15:19:03 +00:00
<Platform Condition= " '$(Platform)' == '' " > net_4_x</Platform>
2018-05-10 08:37:03 +00:00
<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>
2018-08-07 15:19:03 +00:00
<DefineConstants > StronglyNamedAssembly;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
2018-05-10 08:37:03 +00:00
</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" />
2018-10-09 08:20:59 +00:00
<!-- @BUILT_SOURCES@ -->
<ItemGroup >
2018-05-10 08:37:03 +00:00
<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>
2018-10-09 08:20:59 +00:00
<ItemGroup > </ItemGroup>
2018-05-10 08:37:03 +00:00
<!-- @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>