Permalink
Please
sign in to comment.
Showing
with
9 additions
and 0 deletions.
@@ -0,0 +1,9 @@ | ||
<!-- Build file pre-included by all Xenko projects --> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName> | ||
|
||
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. --> | ||
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform> | ||
</PropertyGroup> | ||
</Project> |
0 comments on commit
0869d45