Avalonia.LeakTests.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E1AA3DBF-9056-4530-9376-18119A7A3FFE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Avalonia.LeakTests</RootNamespace>
  11. <AssemblyName>Avalonia.LeakTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="dotMemory.Unit, Version=103.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\JetBrains.dotMemoryUnit.2.1.20150828.125449\lib\dotMemory.Unit.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Ploeh.AutoFixture, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\AutoFixture.3.40.0\lib\net40\Ploeh.AutoFixture.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="Ploeh.AutoFixture.AutoMoq, Version=3.40.0.0, Culture=neutral, PublicKeyToken=b24654c590009d4f, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\AutoFixture.AutoMoq.3.40.0\lib\net40\Ploeh.AutoFixture.AutoMoq.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  59. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\System.Reactive.Windows.Threading.3.0.0\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="WindowsBase" />
  81. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  82. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  94. <HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AvaloniaObjectTests.cs" />
  100. <Compile Include="ControlTests.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="app.config" />
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  109. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  110. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  113. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  114. <Name>Avalonia.Markup.Xaml</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  117. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  118. <Name>Avalonia.Markup</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  121. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  122. <Name>Avalonia.Animation</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  125. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  126. <Name>Avalonia.Base</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  129. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  130. <Name>Avalonia.Controls</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  133. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  134. <Name>Avalonia.Input</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  137. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  138. <Name>Avalonia.Interactivity</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  141. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  142. <Name>Avalonia.Layout</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\..\src\Avalonia.SceneGraph\Avalonia.SceneGraph.csproj">
  145. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  146. <Name>Avalonia.SceneGraph</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  149. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  150. <Name>Avalonia.Styling</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  153. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  154. <Name>Avalonia.Themes.Default</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\Avalonia.Controls.UnitTests\Avalonia.Controls.UnitTests.csproj">
  157. <Project>{5ccb5571-7c30-4e7d-967d-0e2158ebd91f}</Project>
  158. <Name>Avalonia.Controls.UnitTests</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\Avalonia.UnitTests\Avalonia.UnitTests.csproj">
  161. <Project>{88060192-33d5-4932-b0f9-8bd2763e857d}</Project>
  162. <Name>Avalonia.UnitTests</Name>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <Content Include="Readme.txt" />
  170. </ItemGroup>
  171. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  172. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  173. Other similar extension points exist, see Microsoft.Common.targets.
  174. <Target Name="BeforeBuild">
  175. </Target>
  176. <Target Name="AfterBuild">
  177. </Target>
  178. -->
  179. </Project>