Minor file renaming... take two
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/commit/13b832be Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/tree/13b832be Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/diff/13b832be Branch: refs/heads/master Commit: 13b832be75622935a8a844fefdcd9763c0c810d6 Parents: d13cb15 Author: Patrick Porlan <patrick.por...@intel.com> Authored: Wed Sep 26 17:30:59 2012 +0200 Committer: Patrick Porlan <patrick.por...@intel.com> Committed: Wed Sep 26 17:30:59 2012 +0200 ---------------------------------------------------------------------- Cordova/Cordova.vcxproj | 8 ++++++-- Cordova/Cordova.vcxproj.filters | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/13b832be/Cordova/Cordova.vcxproj ---------------------------------------------------------------------- diff --git a/Cordova/Cordova.vcxproj b/Cordova/Cordova.vcxproj index fc367a1..944fa99 100644 --- a/Cordova/Cordova.vcxproj +++ b/Cordova/Cordova.vcxproj @@ -133,7 +133,9 @@ <None Include="lib\js\plugin\win7\storage.js" /> <None Include="toolbar.bmp" /> <None Include="www\accel_game.css" /> - <None Include="www\accel_game.html" /> + <None Include="www\accel_game.html"> + <SubType>Designer</SubType> + </None> <None Include="www\accel_game.js" /> <None Include="www\capture.html" /> <None Include="www\compass.html" /> @@ -145,7 +147,9 @@ <None Include="www\file.html" /> <None Include="www\index.html" /> <None Include="www\network.html" /> - <None Include="www\notify.html" /> + <None Include="www\notification.html"> + <SubType>Designer</SubType> + </None> <None Include="www\storage.html" /> </ItemGroup> <ItemGroup> http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/13b832be/Cordova/Cordova.vcxproj.filters ---------------------------------------------------------------------- diff --git a/Cordova/Cordova.vcxproj.filters b/Cordova/Cordova.vcxproj.filters index 960c19c..6a13dd9 100644 --- a/Cordova/Cordova.vcxproj.filters +++ b/Cordova/Cordova.vcxproj.filters @@ -86,7 +86,6 @@ <None Include="www\compass.html"> <Filter>html</Filter> </None> - <None Include="www\notification.html" /> <None Include="www\accel_game.css"> <Filter>html</Filter> </None> @@ -96,6 +95,9 @@ <None Include="www\accel_game.js"> <Filter>html</Filter> </None> + <None Include="www\notification.html"> + <Filter>html</Filter> + </None> </ItemGroup> <ItemGroup> <Filter Include="javascript">