XamlTestApplication.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{78CAFE33-DBEB-4132-8A28-81CFE8A4933C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XamlTestApplication</RootNamespace>
  11. <AssemblyName>XamlTestApplication</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>true</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Glass, Version=1.4.8.0, Culture=neutral, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\Glass.1.4.8.0\lib\portable-net45+win+Xamarin.iOS10+MonoAndroid10+MonoTouch10\Glass.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="OmniXaml, Version=1.4.8.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\OmniXaml.1.4.8.0\lib\portable-net45+win+Xamarin.iOS10+MonoAndroid10+MonoTouch10\OmniXaml.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  52. <HintPath>..\..\packages\Serilog.1.5.9\lib\net45\Serilog.FullNetFx.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Sprache, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\Sprache.SuperJMN.2.0.0.50\lib\portable-net451+netcore451+wpa81\Sprache.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="System.Reactive.Windows.Threading, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\Rx-XAML.2.2.5\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="WindowsBase" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="App.cs" />
  95. <Compile Include="MainViewModel.cs" />
  96. <Compile Include="Program.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="Views\MainWindow.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="App.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\src\NGenerics\NGenerics.csproj">
  105. <Project>{415e048e-4611-4815-9cf2-d774e29079ac}</Project>
  106. <Name>NGenerics</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  109. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  110. <Name>Perspex.Animation</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
  113. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  114. <Name>Perspex.Application</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  117. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  118. <Name>Perspex.Base</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  121. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  122. <Name>Perspex.Controls</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  125. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  126. <Name>Perspex.Diagnostics</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  129. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  130. <Name>Perspex.Input</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  133. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  134. <Name>Perspex.Interactivity</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  137. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  138. <Name>Perspex.Layout</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
  141. <Project>{6417B24E-49C2-4985-8DB2-3AB9D898EC91}</Project>
  142. <Name>Perspex.ReactiveUI</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  145. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  146. <Name>Perspex.SceneGraph</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  149. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  150. <Name>Perspex.Styling</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  153. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  154. <Name>Perspex.Themes.Default</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\..\src\Markup\Perspex.Markup.Xaml\Perspex.Markup.Xaml.csproj">
  157. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  158. <Name>Perspex.Markup.Xaml</Name>
  159. </ProjectReference>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Content Include="github_icon.png">
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </Content>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="packages.config" />
  168. <Resource Include="Views\MainWindow.xaml">
  169. <SubType>Designer</SubType>
  170. </Resource>
  171. </ItemGroup>
  172. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  173. <Import Project="..\..\src\Shared\perspex.platform.targets" />
  174. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  175. Other similar extension points exist, see Microsoft.Common.targets.
  176. <Target Name="BeforeBuild">
  177. </Target>
  178. <Target Name="AfterBuild">
  179. </Target>
  180. -->
  181. </Project>