TestApplication.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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="ReactiveUI, Version=6.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\reactiveui-core.6.5.0\lib\Net45\ReactiveUI.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.FullNetFx.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Reactive.Windows.Threading">
  58. <HintPath>..\..\packages\Rx-Xaml.2.2.5\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="WindowsBase" />
  67. <Reference Include="System.Reactive.Core">
  68. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Reactive.Interfaces">
  71. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Reactive.Linq">
  74. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Reactive.PlatformServices">
  77. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="App.cs" />
  82. <Compile Include="Program.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="App.config" />
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  91. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  92. <Name>Perspex.Animation</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
  95. <Project>{799A7BB5-3C2C-48B6-85A7-406A12C420DA}</Project>
  96. <Name>Perspex.Application</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  99. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  100. <Name>Perspex.Base</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  103. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  104. <Name>Perspex.Controls</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  107. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  108. <Name>Perspex.Diagnostics</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  111. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  112. <Name>Perspex.Input</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  115. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  116. <Name>Perspex.Interactivity</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  119. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  120. <Name>Perspex.Layout</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  123. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  124. <Name>Perspex.SceneGraph</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  127. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  128. <Name>Perspex.Styling</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  131. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  132. <Name>Perspex.Themes.Default</Name>
  133. </ProjectReference>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Content Include="github_icon.png">
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </Content>
  139. </ItemGroup>
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <Import Project="..\..\src\Shared\perspex.platform.targets" />
  142. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  143. Other similar extension points exist, see Microsoft.Common.targets.
  144. <Target Name="BeforeBuild">
  145. </Target>
  146. <Target Name="AfterBuild">
  147. </Target>
  148. -->
  149. </Project>