--- a/VisualC-WinRT/SDL2main-WinRT-CoreWindow.nuspec Wed Dec 02 07:58:23 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<package >
- <metadata>
- <id>SDL2main-WinRT-CoreWindow</id>
- <version>2.0.4-Unofficial</version>
- <authors>Sam Lantinga</authors>
- <owners>David Ludwig</owners>
- <licenseUrl>http://libsdl.org/license.php</licenseUrl>
- <projectUrl>http://libsdl.org</projectUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>WinMain() function for SDL2 + WinRT + CoreWindow (non-XAML) apps</description>
- <copyright>Copyright 2015</copyright>
- <tags>SDL2 SDL LibSDL OpenGL C C++ nativepackage</tags>
- <dependencies>
- <dependency id="SDL2-WinRT" version="2.0.4"/>
- </dependencies>
- </metadata>
- <files>
- <file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
- <file src="SDL2main-WinRT-CoreWindow.targets" target="build\native"/>
- </files>
-</package>
--- a/VisualC-WinRT/SDL2main-WinRT-CoreWindow.targets Wed Dec 02 07:58:23 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <ItemGroup Label="LibSDL2">
- <ClCompile Include="$(MSBuildThisFileDirectory)..\..\src\main\winrt\SDL_winrt_main_NonXAML.cpp">
- <CompileAsWinRT>true</CompileAsWinRT>
- </ClCompile>
- </ItemGroup>
-
-</Project>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/VisualC-WinRT/SDL2main-WinRT-NonXAML.nuspec Wed Dec 02 08:04:17 2015 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<package >
+ <metadata>
+ <id>SDL2main-WinRT-NonXAML</id>
+ <version>2.0.4-Unofficial</version>
+ <authors>Sam Lantinga</authors>
+ <owners>David Ludwig</owners>
+ <licenseUrl>http://libsdl.org/license.php</licenseUrl>
+ <projectUrl>http://libsdl.org</projectUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>WinMain() function for SDL2 + WinRT + CoreWindow (non-XAML) apps</description>
+ <copyright>Copyright 2015</copyright>
+ <tags>SDL2 SDL LibSDL OpenGL C C++ nativepackage</tags>
+ <dependencies>
+ <dependency id="SDL2-WinRT" version="2.0.4"/>
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
+ <file src="SDL2main-WinRT-NonXAML.targets" target="build\native"/>
+ </files>
+</package>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets Wed Dec 02 08:04:17 2015 -0500
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <ItemGroup Label="LibSDL2">
+ <ClCompile Include="$(MSBuildThisFileDirectory)..\..\src\main\winrt\SDL_winrt_main_NonXAML.cpp">
+ <CompileAsWinRT>true</CompileAsWinRT>
+ </ClCompile>
+ </ItemGroup>
+
+</Project>
--- a/build-scripts/winrtbuild.ps1 Wed Dec 02 07:58:23 2015 -0500
+++ b/build-scripts/winrtbuild.ps1 Wed Dec 02 08:04:17 2015 -0500
@@ -274,7 +274,7 @@
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
# Package SDL2main:
- $NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-CoreWindow.nuspec"
+ $NugetOptions[1] = "$PSScriptRoot\..\VisualC-WinRT\SDL2main-WinRT-NonXAML.nuspec"
&"$NugetPath" $NugetOptions
if ( ! $? ) { $DidAnyNugetBuildFail = $true }
}