ControlCatalog.Desktop.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{2B888490-D14A-4BCA-AB4B-48676FA93C9B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ControlCatalog.Desktop</RootNamespace>
  11. <AssemblyName>ControlCatalog.Desktop</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  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>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  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. <PropertyGroup>
  37. <StartupObject />
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Serilog, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="Serilog.FullNetFx, Version=1.5.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Serilog.1.5.14\lib\net45\Serilog.FullNetFx.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Program.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <None Include="packages.config" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <None Include="App.config" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj">
  67. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  68. <Name>Avalonia.DesignerSupport</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  71. <Project>{4A1ABB09-9047-4BD5-A4AD-A055E52C5EE0}</Project>
  72. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\src\Gtk\Avalonia.Cairo\Avalonia.Cairo.csproj">
  75. <Project>{FB05AC90-89BA-4F2F-A924-F37875FB547C}</Project>
  76. <Name>Avalonia.Cairo</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\src\Gtk\Avalonia.Gtk3\Avalonia.Gtk3.csproj">
  79. <Project>{bb1f7bb5-6ad4-4776-94d9-c09d0a972658}</Project>
  80. <Name>Avalonia.Gtk3</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\src\Gtk\Avalonia.Gtk\Avalonia.Gtk.csproj">
  83. <Project>{54F237D5-A70A-4752-9656-0C70B1A7B047}</Project>
  84. <Name>Avalonia.Gtk</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  87. <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
  88. <Name>Avalonia.Markup.Xaml</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  91. <Project>{6417E941-21BC-467B-A771-0DE389353CE6}</Project>
  92. <Name>Avalonia.Markup</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  95. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  96. <Name>Avalonia.Animation</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  99. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  100. <Name>Avalonia.Base</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  103. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  104. <Name>Avalonia.Controls</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  107. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  108. <Name>Avalonia.Input</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  111. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  112. <Name>Avalonia.Interactivity</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  115. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  116. <Name>Avalonia.Layout</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\src\Avalonia.Logging.Serilog\Avalonia.Logging.Serilog.csproj">
  119. <Project>{B61B66A3-B82D-4875-8001-89D3394FE0C9}</Project>
  120. <Name>Avalonia.Logging.Serilog</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  123. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  124. <Name>Avalonia.Visuals</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  127. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  128. <Name>Avalonia.Styling</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  131. <Project>{3E10A5FA-E8DA-48B1-AD44-6A5B6CB7750F}</Project>
  132. <Name>Avalonia.Themes.Default</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\..\src\Skia\Avalonia.Skia.Desktop\Avalonia.Skia.Desktop.csproj" Condition="'$(Platform)'!='Mono'">
  135. <Project>{925DD807-B651-475F-9F7C-CBEB974CE43D}</Project>
  136. <Name>Avalonia.Skia.Desktop</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj" Condition="'$(Platform)'!='Mono'">
  139. <Project>{3E908F67-5543-4879-A1DC-08EACE79B3CD}</Project>
  140. <Name>Avalonia.Direct2D1</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\src\Windows\Avalonia.Win32\Avalonia.Win32.csproj" Condition="'$(Platform)'!='Mono'">
  143. <Project>{811A76CF-1CF6-440F-963B-BBE31BD72A82}</Project>
  144. <Name>Avalonia.Win32</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj">
  147. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  148. <Name>ControlCatalog</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>