ControlCatalog.Desktop.csproj 7.3 KB

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