XamlTestApplicationPcl.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{EA113F1A-D8D7-4142-9948-353270E7EBAE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>XamlTestApplication</RootNamespace>
  12. <AssemblyName>XamlTestApplicationPcl</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <!-- A reference to the entire .NET Framework is automatically included -->
  38. <EmbeddedResource Include="Views\MainWindow.xaml">
  39. <SubType>Designer</SubType>
  40. </EmbeddedResource>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="TestScrollable.cs" />
  45. <Compile Include="ViewModels\EditorViewModel.cs" />
  46. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  47. <Compile Include="ViewModels\TestItem.cs" />
  48. <Compile Include="ViewModels\TestNode.cs" />
  49. <Compile Include="Views\MainWindow.cs" />
  50. <Compile Include="XamlTestApp.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Content Include="github_icon.png">
  54. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  55. </Content>
  56. <Content Include="pattern.jpg">
  57. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  58. </Content>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  62. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  63. <Name>Avalonia.Markup.Xaml</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  66. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  67. <Name>Avalonia.Markup</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  70. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  71. <Name>Avalonia.Animation</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  74. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  75. <Name>Avalonia.Base</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  78. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  79. <Name>Avalonia.Controls</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj">
  82. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  83. <Name>Avalonia.DesignerSupport</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  86. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  87. <Name>Avalonia.Diagnostics</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\src\Avalonia.HtmlRenderer\Avalonia.HtmlRenderer.csproj">
  90. <Project>{5fb2b005-0a7f-4dad-add4-3ed01444e63d}</Project>
  91. <Name>Avalonia.HtmlRenderer</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  94. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  95. <Name>Avalonia.Input</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  98. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  99. <Name>Avalonia.Interactivity</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  102. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  103. <Name>Avalonia.Layout</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
  106. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  107. <Name>Avalonia.ReactiveUI</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  110. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  111. <Name>Avalonia.Visuals</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  114. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  115. <Name>Avalonia.Styling</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  118. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  119. <Name>Avalonia.Themes.Default</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  124. <HintPath>..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  128. <HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\netstandard1.1\System.Reactive.Core.dll</HintPath>
  129. <Private>True</Private>
  130. </Reference>
  131. <Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  132. <HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\netstandard1.0\System.Reactive.Interfaces.dll</HintPath>
  133. <Private>True</Private>
  134. </Reference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <EmbeddedResource Include="XamlTestApp.xaml">
  138. <SubType>Designer</SubType>
  139. </EmbeddedResource>
  140. <None Include="packages.config" />
  141. </ItemGroup>
  142. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  143. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. </Project>