TestApplication.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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>caf18def</NuGetPackageImportStamp>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>TRACE;DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>true</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="ReactiveUI, Version=6.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\reactiveui-core.6.5.0\lib\Net45\ReactiveUI.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.FullNetFx.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Reactive.Windows.Threading">
  57. <HintPath>..\..\packages\Rx-Xaml.2.2.5\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="WindowsBase" />
  66. <Reference Include="System.Reactive.Core">
  67. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Reactive.Interfaces">
  70. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Reactive.Linq">
  73. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Reactive.PlatformServices">
  76. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="App.cs" />
  81. <Compile Include="Program.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="App.config" />
  86. <None Include="packages.config" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  90. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  91. <Name>Perspex.Animation</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
  94. <Project>{799A7BB5-3C2C-48B6-85A7-406A12C420DA}</Project>
  95. <Name>Perspex.Application</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  98. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  99. <Name>Perspex.Base</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  102. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  103. <Name>Perspex.Controls</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  106. <Project>{7062AE20-5DCC-4442-9645-8195BDECE63E}</Project>
  107. <Name>Perspex.Diagnostics</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  110. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  111. <Name>Perspex.Input</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  114. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  115. <Name>Perspex.Interactivity</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  118. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  119. <Name>Perspex.Layout</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  122. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  123. <Name>Perspex.SceneGraph</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  126. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  127. <Name>Perspex.Styling</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  130. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  131. <Name>Perspex.Themes.Default</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\src\Windows\Perspex.Direct2D1\Perspex.Direct2D1.csproj">
  134. <Project>{3e908f67-5543-4879-a1dc-08eace79b3cd}</Project>
  135. <Name>Perspex.Direct2D1</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\src\Windows\Perspex.Win32\Perspex.Win32.csproj">
  138. <Project>{811a76cf-1cf6-440f-963b-bbe31bd72a82}</Project>
  139. <Name>Perspex.Win32</Name>
  140. </ProjectReference>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Content Include="github_icon.png">
  144. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  145. </Content>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <Import Project="..\..\packages\SharpDX.2.6.3\build\SharpDX.targets" Condition="Exists('..\..\packages\SharpDX.2.6.3\build\SharpDX.targets')" />
  149. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  150. <PropertyGroup>
  151. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  152. </PropertyGroup>
  153. <Error Condition="!Exists('..\..\packages\SharpDX.2.6.3\build\SharpDX.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SharpDX.2.6.3\build\SharpDX.targets'))" />
  154. </Target>
  155. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  156. Other similar extension points exist, see Microsoft.Common.targets.
  157. <Target Name="BeforeBuild">
  158. </Target>
  159. <Target Name="AfterBuild">
  160. </Target>
  161. -->
  162. </Project>