author | David Ludwig <dludwig@pobox.com> |
Wed, 02 Dec 2015 08:04:17 -0500 | |
changeset 9942 | e82bfd942409 |
parent 9940 | VisualC-WinRT/SDL2main-WinRT-CoreWindow.targets@f2d5ed0d9686 |
permissions | -rw-r--r-- |
9940
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
2 |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
3 |
|
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
4 |
<ItemGroup Label="LibSDL2"> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
5 |
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\src\main\winrt\SDL_winrt_main_NonXAML.cpp"> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
6 |
<CompileAsWinRT>true</CompileAsWinRT> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
7 |
</ClCompile> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
8 |
</ItemGroup> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
9 |
|
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
10 |
</Project> |