TestApplication.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{E3A1060B-50D0-44E8-88B6-F44EF2E5BD72}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TestApplication</RootNamespace>
  11. <AssemblyName>TestApplication</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>true</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Reactive.Windows.Threading">
  42. <HintPath>..\..\packages\Rx-Xaml.2.2.5\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="WindowsBase" />
  51. <Reference Include="System.Reactive.Core">
  52. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Reactive.Interfaces">
  55. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Reactive.Linq">
  58. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Reactive.PlatformServices">
  61. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
  64. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10">
  67. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.FullNetFx.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="App.config" />
  76. <None Include="packages.config" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\..\src\Gtk\Perspex.Cairo\Perspex.Cairo.csproj">
  80. <Project>{FB05AC90-89BA-4F2F-A924-F37875FB547C}</Project>
  81. <Name>Perspex.Cairo</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\src\Gtk\Perspex.Gtk\Perspex.Gtk.csproj">
  84. <Project>{54f237d5-a70a-4752-9656-0c70b1a7b047}</Project>
  85. <Name>Perspex.Gtk</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  88. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  89. <Name>Perspex.Animation</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
  92. <Project>{799A7BB5-3C2C-48B6-85A7-406A12C420DA}</Project>
  93. <Name>Perspex.Application</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  96. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  97. <Name>Perspex.Base</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  100. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  101. <Name>Perspex.Controls</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  104. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  105. <Name>Perspex.Diagnostics</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\src\Perspex.HtmlRenderer\Perspex.HtmlRenderer.csproj">
  108. <Project>{5FB2B005-0A7F-4DAD-ADD4-3ED01444E63D}</Project>
  109. <Name>Perspex.HtmlRenderer</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  112. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  113. <Name>Perspex.Input</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  116. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  117. <Name>Perspex.Interactivity</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  120. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  121. <Name>Perspex.Layout</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
  124. <Project>{6417B24E-49C2-4985-8DB2-3AB9D898EC91}</Project>
  125. <Name>Perspex.ReactiveUI</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  128. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  129. <Name>Perspex.SceneGraph</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  132. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  133. <Name>Perspex.Styling</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  136. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  137. <Name>Perspex.Themes.Default</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\src\Windows\Perspex.Direct2D1\Perspex.Direct2D1.csproj">
  140. <Project>{3E908F67-5543-4879-A1DC-08EACE79B3CD}</Project>
  141. <Name>Perspex.Direct2D1</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\..\src\Windows\Perspex.Win32\Perspex.Win32.csproj">
  144. <Project>{811A76CF-1CF6-440F-963B-BBE31BD72A82}</Project>
  145. <Name>Perspex.Win32</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <Import Project="..\TestApplicationShared\TestApplicationShared.projitems" Label="Shared" />
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <Import Project="..\..\src\Shared\perspex.platform.targets" />
  151. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  152. Other similar extension points exist, see Microsoft.Common.targets.
  153. <Target Name="BeforeBuild">
  154. </Target>
  155. <Target Name="AfterBuild">
  156. </Target>
  157. -->
  158. </Project>