TestApplication.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.FullNetFx.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Reactive.Windows.Threading">
  50. <HintPath>..\..\packages\Rx-Xaml.2.2.5\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="WindowsBase" />
  59. <Reference Include="System.Reactive.Core">
  60. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Reactive.Interfaces">
  63. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Reactive.Linq">
  66. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Reactive.PlatformServices">
  69. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  70. </Reference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. <None Include="packages.config" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\..\src\Gtk\Perspex.Cairo\Perspex.Cairo.csproj">
  82. <Project>{FB05AC90-89BA-4F2F-A924-F37875FB547C}</Project>
  83. <Name>Perspex.Cairo</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\src\Gtk\Perspex.Gtk\Perspex.Gtk.csproj">
  86. <Project>{54f237d5-a70a-4752-9656-0c70b1a7b047}</Project>
  87. <Name>Perspex.Gtk</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\src\Markup\Perspex.Markup.Xaml\Perspex.Markup.Xaml.csproj">
  90. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  91. <Name>Perspex.Markup.Xaml</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\src\Markup\Perspex.Markup\Perspex.Markup.csproj">
  94. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  95. <Name>Perspex.Markup</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  98. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  99. <Name>Perspex.Animation</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  102. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  103. <Name>Perspex.Base</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  106. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  107. <Name>Perspex.Controls</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\src\Perspex.DesignerSupport\Perspex.DesignerSupport.csproj">
  110. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  111. <Name>Perspex.DesignerSupport</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  114. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  115. <Name>Perspex.Diagnostics</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Perspex.HtmlRenderer\Perspex.HtmlRenderer.csproj">
  118. <Project>{5FB2B005-0A7F-4DAD-ADD4-3ED01444E63D}</Project>
  119. <Name>Perspex.HtmlRenderer</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  122. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  123. <Name>Perspex.Input</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  126. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  127. <Name>Perspex.Interactivity</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  130. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  131. <Name>Perspex.Layout</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
  134. <Project>{6417B24E-49C2-4985-8DB2-3AB9D898EC91}</Project>
  135. <Name>Perspex.ReactiveUI</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  138. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  139. <Name>Perspex.SceneGraph</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  142. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  143. <Name>Perspex.Styling</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  146. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  147. <Name>Perspex.Themes.Default</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\src\Windows\Perspex.Direct2D1\Perspex.Direct2D1.csproj">
  150. <Project>{3E908F67-5543-4879-A1DC-08EACE79B3CD}</Project>
  151. <Name>Perspex.Direct2D1</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\src\Windows\Perspex.Win32\Perspex.Win32.csproj">
  154. <Project>{811A76CF-1CF6-440F-963B-BBE31BD72A82}</Project>
  155. <Name>Perspex.Win32</Name>
  156. </ProjectReference>
  157. </ItemGroup>
  158. <Import Project="..\TestApplicationShared\TestApplicationShared.projitems" Label="Shared" />
  159. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  160. <Import Project="..\..\src\Shared\perspex.platform.targets" />
  161. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  162. Other similar extension points exist, see Microsoft.Common.targets.
  163. <Target Name="BeforeBuild">
  164. </Target>
  165. <Target Name="AfterBuild">
  166. </Target>
  167. -->
  168. </Project>