WindowsInteropTest.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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>{C7A69145-60B6-4882-97D6-A3921DD43978}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WindowsInteropTest</RootNamespace>
  11. <AssemblyName>WindowsInteropTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="PresentationCore" />
  37. <Reference Include="PresentationFramework" />
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xaml" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Deployment" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Net.Http" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="WindowsBase" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="EmbedToWinFormsDemo.cs">
  54. <SubType>Form</SubType>
  55. </Compile>
  56. <Compile Include="EmbedToWinFormsDemo.Designer.cs">
  57. <DependentUpon>EmbedToWinFormsDemo.cs</DependentUpon>
  58. </Compile>
  59. <Compile Include="EmbedToWpfDemo.xaml.cs">
  60. <DependentUpon>EmbedToWpfDemo.xaml</DependentUpon>
  61. </Compile>
  62. <Compile Include="SelectorForm.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="SelectorForm.Designer.cs">
  66. <DependentUpon>SelectorForm.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <EmbeddedResource Include="EmbedToWinFormsDemo.resx">
  71. <DependentUpon>EmbedToWinFormsDemo.cs</DependentUpon>
  72. </EmbeddedResource>
  73. <EmbeddedResource Include="Properties\Resources.resx">
  74. <Generator>ResXFileCodeGenerator</Generator>
  75. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  76. <SubType>Designer</SubType>
  77. </EmbeddedResource>
  78. <Compile Include="Properties\Resources.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Resources.resx</DependentUpon>
  81. </Compile>
  82. <EmbeddedResource Include="SelectorForm.resx">
  83. <DependentUpon>SelectorForm.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <None Include="Properties\Settings.settings">
  86. <Generator>SettingsSingleFileGenerator</Generator>
  87. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  88. </None>
  89. <Compile Include="Properties\Settings.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Settings.settings</DependentUpon>
  92. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="App.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\..\..\src\Avalonia.Animation\Avalonia.Animation.csproj">
  100. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  101. <Name>Avalonia.Animation</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\..\src\Avalonia.Base\Avalonia.Base.csproj">
  104. <Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>
  105. <Name>Avalonia.Base</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\..\src\Avalonia.Controls\Avalonia.Controls.csproj">
  108. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  109. <Name>Avalonia.Controls</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\..\src\Avalonia.DesignerSupport\Avalonia.DesignerSupport.csproj">
  112. <Project>{799a7bb5-3c2c-48b6-85a7-406a12c420da}</Project>
  113. <Name>Avalonia.DesignerSupport</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj">
  116. <Project>{7062ae20-5dcc-4442-9645-8195bdece63e}</Project>
  117. <Name>Avalonia.Diagnostics</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\..\..\src\Avalonia.DotNetFrameworkRuntime\Avalonia.DotNetFrameworkRuntime.csproj">
  120. <Project>{4a1abb09-9047-4bd5-a4ad-a055e52c5ee0}</Project>
  121. <Name>Avalonia.DotNetFrameworkRuntime</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\..\src\Avalonia.Input\Avalonia.Input.csproj">
  124. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  125. <Name>Avalonia.Input</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\..\src\Avalonia.Interactivity\Avalonia.Interactivity.csproj">
  128. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  129. <Name>Avalonia.Interactivity</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\..\..\src\Avalonia.Layout\Avalonia.Layout.csproj">
  132. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  133. <Name>Avalonia.Layout</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj">
  136. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  137. <Name>Avalonia.ReactiveUI</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\..\..\src\Avalonia.Visuals\Avalonia.Visuals.csproj">
  140. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  141. <Name>Avalonia.Visuals</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\..\..\src\Avalonia.Styling\Avalonia.Styling.csproj">
  144. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  145. <Name>Avalonia.Styling</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj">
  148. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  149. <Name>Avalonia.Themes.Default</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\..\..\src\Markup\Avalonia.Markup.Xaml\Avalonia.Markup.Xaml.csproj">
  152. <Project>{3e53a01a-b331-47f3-b828-4a5717e77a24}</Project>
  153. <Name>Avalonia.Markup.Xaml</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\..\..\src\Markup\Avalonia.Markup\Avalonia.Markup.csproj">
  156. <Project>{6417e941-21bc-467b-a771-0de389353ce6}</Project>
  157. <Name>Avalonia.Markup</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\..\..\src\Skia\Avalonia.Skia.Desktop\Avalonia.Skia.Desktop.csproj">
  160. <Project>{925dd807-b651-475f-9f7c-cbeb974ce43d}</Project>
  161. <Name>Avalonia.Skia.Desktop</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj">
  164. <Project>{3e908f67-5543-4879-a1dc-08eace79b3cd}</Project>
  165. <Name>Avalonia.Direct2D1</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\..\..\src\Windows\Avalonia.Win32\Avalonia.Win32.csproj">
  168. <Project>{811a76cf-1cf6-440f-963b-bbe31bd72a82}</Project>
  169. <Name>Avalonia.Win32</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\..\ControlCatalog\ControlCatalog.csproj">
  172. <Project>{d0a739b9-3c68-4ba6-a328-41606954b6bd}</Project>
  173. <Name>ControlCatalog</Name>
  174. </ProjectReference>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Page Include="EmbedToWpfDemo.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. </ItemGroup>
  182. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  183. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  184. Other similar extension points exist, see Microsoft.Common.targets.
  185. <Target Name="BeforeBuild">
  186. </Target>
  187. <Target Name="AfterBuild">
  188. </Target>
  189. -->
  190. <Import Project="$(MSBuildThisFileDirectory)..\..\..\src\Shared\nuget.workaround.targets" />
  191. </Project>