|
|
@ -4,10 +4,17 @@ |
|
|
<OutputType>Exe</OutputType> |
|
|
<OutputType>Exe</OutputType> |
|
|
<TargetFramework>net462</TargetFramework> |
|
|
<TargetFramework>net462</TargetFramework> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
<ApplicationManifest>../ControlCatalog.NetCore/app.manifest</ApplicationManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|
|
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|
|
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Include="..\ControlCatalog.NetCore\NativeControls\Win\*.cs" Link="NativeControls\*" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
|