XamlTestApplicationPcl.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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.paml">
  39. <SubType>Designer</SubType>
  40. </EmbeddedResource>
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="ViewModels\MainWindowViewModel.cs" />
  45. <Compile Include="ViewModels\TestItem.cs" />
  46. <Compile Include="ViewModels\TestNode.cs" />
  47. <Compile Include="Views\MainWindow.cs" />
  48. <Compile Include="XamlTestApp.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Content Include="github_icon.png">
  52. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  53. </Content>
  54. <Content Include="pattern.jpg">
  55. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  56. </Content>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <ProjectReference Include="..\..\src\Markup\Perspex.Markup.Xaml\Perspex.Markup.Xaml.csproj">
  60. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  61. <Name>Perspex.Markup.Xaml</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\..\src\Markup\Perspex.Markup\Perspex.Markup.csproj">
  64. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  65. <Name>Perspex.Markup</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  68. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  69. <Name>Perspex.Animation</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\src\Perspex.Application\Perspex.Application.csproj">
  72. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  73. <Name>Perspex.Application</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  76. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  77. <Name>Perspex.Base</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  80. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  81. <Name>Perspex.Controls</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\src\Perspex.Diagnostics\Perspex.Diagnostics.csproj">
  84. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  85. <Name>Perspex.Diagnostics</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\src\Perspex.HtmlRenderer\Perspex.HtmlRenderer.csproj">
  88. <Project>{5fb2b005-0a7f-4dad-add4-3ed01444e63d}</Project>
  89. <Name>Perspex.HtmlRenderer</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  92. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  93. <Name>Perspex.Input</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  96. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  97. <Name>Perspex.Interactivity</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  100. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  101. <Name>Perspex.Layout</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
  104. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  105. <Name>Perspex.ReactiveUI</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  108. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  109. <Name>Perspex.SceneGraph</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  112. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  113. <Name>Perspex.Styling</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  116. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  117. <Name>Perspex.Themes.Default</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
  122. <HintPath>..\..\packages\Splat.1.6.2\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
  123. <Private>True</Private>
  124. </Reference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <EmbeddedResource Include="XamlTestApp.paml">
  128. <SubType>Designer</SubType>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="Carousel.paml">
  131. <SubType>Designer</SubType>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="CheckBox.paml">
  134. <SubType>Designer</SubType>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Window.paml">
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="TabStrip.paml">
  140. <SubType>Designer</SubType>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="ScrollViewer.paml">
  143. <SubType>Designer</SubType>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="ScrollBar.paml">
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. <None Include="packages.config" />
  149. <EmbeddedResource Include="Button.paml">
  150. <SubType>Designer</SubType>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="TabControl.paml">
  153. <SubType>Designer</SubType>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="TabItem.paml">
  156. <SubType>Designer</SubType>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="TextBox.paml">
  159. <SubType>Designer</SubType>
  160. </EmbeddedResource>
  161. </ItemGroup>
  162. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. </Project>