-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSolution.Build.props
More file actions
27 lines (26 loc) · 1.14 KB
/
Solution.Build.props
File metadata and controls
27 lines (26 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project>
<PropertyGroup>
<ProductName>Patchwork.Framework</ProductName>
<Description>Patchwork.Framework</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!--<Rendering Condition=" '$(Rendering)' == '' ">False</Rendering>
<Gdi Condition=" '$(Gdi)' == '' ">False</Gdi>
<Skia Condition=" '$(Skia)' == '' ">False</Skia>-->
<!--<ProjectImports>$(SolutionDir)Imports.Build.props</ProjectImports>-->
</PropertyGroup>
<!--<Target Name="ExtraPlatformProps">
<PropertyGroup>
<CurrentImport>%(Imports.Identity)</CurrentImport>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetPlatform.Contains(`console`))' == 'true'">
<Rendering>False</Rendering>
</PropertyGroup>
<PropertyGroup Condition="'$(Rendering)' == 'true' And '$(TargetPlatform.Contains(`gdi`))' == 'true'">
<Gdi Condition="'$(PlatformId)' == 'windows'">True</Gdi>
</PropertyGroup>
<PropertyGroup Condition="'$(Rendering)' == 'true' And '$(TargetPlatform.Contains(`skia`))' == 'true'">
<Skia>True</Skia>
<Gdi Condition="'$(PlatformId)' == 'windows'">True</Gdi>
</PropertyGroup>
</Target>-->
</Project>