PageRenderTime 35ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/src/NUnit/mocks/nunit.mocks.csproj

#
MSBuild | 167 lines | 167 code | 0 blank | 0 comment | 0 complexity | 8844f1bd2b051e6884505f21cd512fa9 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{EEE7C98B-23E6-472D-9036-C2D53B0DFE7C}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <AssemblyKeyContainerName>
  11. </AssemblyKeyContainerName>
  12. <AssemblyName>nunit.mocks</AssemblyName>
  13. <DefaultClientScript>JScript</DefaultClientScript>
  14. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  15. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  16. <DelaySign>false</DelaySign>
  17. <OutputType>Library</OutputType>
  18. <RootNamespace>NUnit.Mocks</RootNamespace>
  19. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <OldToolsVersion>3.5</OldToolsVersion>
  25. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  26. <TargetFrameworkProfile />
  27. <PublishUrl>publish\</PublishUrl>
  28. <Install>true</Install>
  29. <InstallFrom>Disk</InstallFrom>
  30. <UpdateEnabled>false</UpdateEnabled>
  31. <UpdateMode>Foreground</UpdateMode>
  32. <UpdateInterval>7</UpdateInterval>
  33. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  34. <UpdatePeriodically>false</UpdatePeriodically>
  35. <UpdateRequired>false</UpdateRequired>
  36. <MapFileExtensions>true</MapFileExtensions>
  37. <ApplicationRevision>0</ApplicationRevision>
  38. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  39. <IsWebBootstrapper>false</IsWebBootstrapper>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  44. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  45. <BaseAddress>285212672</BaseAddress>
  46. <ConfigurationOverrideFile>
  47. </ConfigurationOverrideFile>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <DocumentationFile>
  50. </DocumentationFile>
  51. <DebugSymbols>true</DebugSymbols>
  52. <FileAlignment>4096</FileAlignment>
  53. <NoWarn>1699</NoWarn>
  54. <Optimize>false</Optimize>
  55. <RegisterForComInterop>false</RegisterForComInterop>
  56. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  57. <WarningLevel>4</WarningLevel>
  58. <DebugType>full</DebugType>
  59. <ErrorReport>prompt</ErrorReport>
  60. <PlatformTarget>x86</PlatformTarget>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  64. <BaseAddress>285212672</BaseAddress>
  65. <ConfigurationOverrideFile>
  66. </ConfigurationOverrideFile>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <DocumentationFile>
  69. </DocumentationFile>
  70. <FileAlignment>4096</FileAlignment>
  71. <NoWarn>1699</NoWarn>
  72. <Optimize>true</Optimize>
  73. <RegisterForComInterop>false</RegisterForComInterop>
  74. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  75. <WarningLevel>4</WarningLevel>
  76. <DebugType>none</DebugType>
  77. <ErrorReport>prompt</ErrorReport>
  78. <PlatformTarget>x86</PlatformTarget>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|AnyCPU'">
  81. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  82. <DefineConstants>DEBUG</DefineConstants>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  85. <DebugSymbols>true</DebugSymbols>
  86. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  87. <DefineConstants>DEBUG;TRACE</DefineConstants>
  88. <BaseAddress>285212672</BaseAddress>
  89. <FileAlignment>4096</FileAlignment>
  90. <NoWarn>1699</NoWarn>
  91. <DebugType>full</DebugType>
  92. <PlatformTarget>x86</PlatformTarget>
  93. <ErrorReport>prompt</ErrorReport>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  96. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  97. <DefineConstants>TRACE</DefineConstants>
  98. <BaseAddress>285212672</BaseAddress>
  99. <Optimize>true</Optimize>
  100. <FileAlignment>4096</FileAlignment>
  101. <NoWarn>1699</NoWarn>
  102. <PlatformTarget>x86</PlatformTarget>
  103. <ErrorReport>prompt</ErrorReport>
  104. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  105. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|x86'">
  108. <OutputPath>..\..\..\nunit\framework\</OutputPath>
  109. <DefineConstants>DEBUG</DefineConstants>
  110. <PlatformTarget>x86</PlatformTarget>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <Reference Include="System">
  114. <Name>System</Name>
  115. </Reference>
  116. <Reference Include="System.Data">
  117. <Name>System.Data</Name>
  118. </Reference>
  119. <Reference Include="System.Xml">
  120. <Name>System.XML</Name>
  121. </Reference>
  122. <ProjectReference Include="..\framework\nunit.framework.dll.csproj">
  123. <Name>nunit.framework.dll</Name>
  124. <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
  125. <Private>False</Private>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Compile Include="AssemblyInfo.cs" />
  130. <Compile Include="CommonAssemblyInfo.cs" />
  131. <Compile Include="DynamicMock.cs" />
  132. <Compile Include="ICall.cs" />
  133. <Compile Include="ICallHandler.cs" />
  134. <Compile Include="IMethod.cs" />
  135. <Compile Include="IMock.cs" />
  136. <Compile Include="IVerify.cs" />
  137. <Compile Include="MethodSignature.cs" />
  138. <Compile Include="Mock.cs" />
  139. <Compile Include="MockCall.cs" />
  140. <Compile Include="MockInterfaceHandler.cs" />
  141. <Compile Include="MockMethod.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  145. <Visible>False</Visible>
  146. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  147. <Install>false</Install>
  148. </BootstrapperPackage>
  149. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.5 SP1</ProductName>
  152. <Install>true</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  155. <Visible>False</Visible>
  156. <ProductName>Windows Installer 3.1</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. </ItemGroup>
  160. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  161. <PropertyGroup>
  162. <PreBuildEvent>
  163. </PreBuildEvent>
  164. <PostBuildEvent>
  165. </PostBuildEvent>
  166. </PropertyGroup>
  167. </Project>