diff options
author | Jose <jose@zeroc.com> | 2014-11-05 19:10:54 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-05 19:10:54 +0100 |
commit | 8ebe2abfa97be5b033896fdc4591206b63b763db (patch) | |
tree | 12fdaa1db77b52bfa6ae89588c918dbf5ece11d5 /cpp | |
parent | Fixed ICE-5486: added support for MessageSizeMax OA property (diff) | |
download | ice-8ebe2abfa97be5b033896fdc4591206b63b763db.tar.bz2 ice-8ebe2abfa97be5b033896fdc4591206b63b763db.tar.xz ice-8ebe2abfa97be5b033896fdc4591206b63b763db.zip |
Rename winrt demo files
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Glacier2/winrt/chat/Package.appxmanifest (renamed from cpp/demo/Glacier2/winrt/chat/Package-8.1.appxmanifest) | 0 | ||||
-rw-r--r-- | cpp/demo/Glacier2/winrt/chat/chat.vcxproj (renamed from cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj) | 4 | ||||
-rw-r--r-- | cpp/demo/Glacier2/winrt/chat/chat.vcxproj.filters (renamed from cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj.filters) | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/Package.appxmanifest (renamed from cpp/demo/Ice/winrt/bidir/Package-8.1.appxmanifest) | 0 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/bidir.vcxproj (renamed from cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj) | 4 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/bidir/bidir.vcxproj.filters (renamed from cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj.filters) | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/Package.appxmanifest (renamed from cpp/demo/Ice/winrt/hello/Package-8.1.appxmanifest) | 0 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/hello.vcxproj (renamed from cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj) | 4 | ||||
-rw-r--r-- | cpp/demo/Ice/winrt/hello/hello.vcxproj.filters (renamed from cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj.filters) | 0 | ||||
-rw-r--r-- | cpp/demo/demo-winrt.sln (renamed from cpp/demo/demo-winrt-8.1.sln) | 6 |
10 files changed, 11 insertions, 11 deletions
diff --git a/cpp/demo/Glacier2/winrt/chat/Package-8.1.appxmanifest b/cpp/demo/Glacier2/winrt/chat/Package.appxmanifest index 7ad321278b9..7ad321278b9 100644 --- a/cpp/demo/Glacier2/winrt/chat/Package-8.1.appxmanifest +++ b/cpp/demo/Glacier2/winrt/chat/Package.appxmanifest diff --git a/cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj b/cpp/demo/Glacier2/winrt/chat/chat.vcxproj index e591ff7cf8f..17c0770cf08 100644 --- a/cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj +++ b/cpp/demo/Glacier2/winrt/chat/chat.vcxproj @@ -190,7 +190,7 @@ </Page> </ItemGroup> <ItemGroup> - <AppxManifest Include="Package-8.1.appxmanifest"> + <AppxManifest Include="Package.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> <None Include="..\..\..\..\..\certs\winrt\cacert.pem"> @@ -239,7 +239,7 @@ </ImportGroup> <ProjectExtensions> <VisualStudio> - <UserProperties ZerocIce_ProjectVersion="1" ZerocIce_Enabled="True" /> + <UserProperties ZerocIce_ProjectVersion="3.6" ZerocIce_Enabled="True" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file diff --git a/cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj.filters b/cpp/demo/Glacier2/winrt/chat/chat.vcxproj.filters index ee0150bdd02..8e44081f10a 100644 --- a/cpp/demo/Glacier2/winrt/chat/chat-8.1.vcxproj.filters +++ b/cpp/demo/Glacier2/winrt/chat/chat.vcxproj.filters @@ -56,6 +56,6 @@ <Text Include="README.txt" /> </ItemGroup> <ItemGroup> - <AppxManifest Include="Package-8.1.appxmanifest" /> + <AppxManifest Include="Package.appxmanifest" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/cpp/demo/Ice/winrt/bidir/Package-8.1.appxmanifest b/cpp/demo/Ice/winrt/bidir/Package.appxmanifest index 4edc7d467ba..4edc7d467ba 100644 --- a/cpp/demo/Ice/winrt/bidir/Package-8.1.appxmanifest +++ b/cpp/demo/Ice/winrt/bidir/Package.appxmanifest diff --git a/cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj b/cpp/demo/Ice/winrt/bidir/bidir.vcxproj index b9290ca8adf..fed4000b22b 100644 --- a/cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj +++ b/cpp/demo/Ice/winrt/bidir/bidir.vcxproj @@ -178,7 +178,7 @@ </Page> </ItemGroup> <ItemGroup> - <AppxManifest Include="Package-8.1.appxmanifest"> + <AppxManifest Include="Package.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> <None Include="bidir_TemporaryKey.pfx" /> @@ -218,7 +218,7 @@ </ImportGroup> <ProjectExtensions> <VisualStudio> - <UserProperties ZerocIce_ProjectVersion="1" ZerocIce_Enabled="True" /> + <UserProperties ZerocIce_ProjectVersion="3.6" ZerocIce_Enabled="True" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file diff --git a/cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj.filters b/cpp/demo/Ice/winrt/bidir/bidir.vcxproj.filters index 504f6bffb36..804d2b39eaf 100644 --- a/cpp/demo/Ice/winrt/bidir/bidir-8.1.vcxproj.filters +++ b/cpp/demo/Ice/winrt/bidir/bidir.vcxproj.filters @@ -49,6 +49,6 @@ <Text Include="README.txt" /> </ItemGroup> <ItemGroup> - <AppxManifest Include="Package-8.1.appxmanifest" /> + <AppxManifest Include="Package.appxmanifest" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/cpp/demo/Ice/winrt/hello/Package-8.1.appxmanifest b/cpp/demo/Ice/winrt/hello/Package.appxmanifest index 18092e29240..18092e29240 100644 --- a/cpp/demo/Ice/winrt/hello/Package-8.1.appxmanifest +++ b/cpp/demo/Ice/winrt/hello/Package.appxmanifest diff --git a/cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj b/cpp/demo/Ice/winrt/hello/hello.vcxproj index 22ee2c77cb2..aed2bd55634 100644 --- a/cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj +++ b/cpp/demo/Ice/winrt/hello/hello.vcxproj @@ -178,7 +178,7 @@ </Page> </ItemGroup> <ItemGroup> - <AppxManifest Include="Package-8.1.appxmanifest"> + <AppxManifest Include="Package.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> <None Include="..\..\..\..\..\certs\winrt\cacert.pem"> @@ -221,7 +221,7 @@ </ImportGroup> <ProjectExtensions> <VisualStudio> - <UserProperties ZerocIce_ProjectVersion="1" ZerocIce_Enabled="True" /> + <UserProperties ZerocIce_ProjectVersion="3.6" ZerocIce_Enabled="True" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file diff --git a/cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj.filters b/cpp/demo/Ice/winrt/hello/hello.vcxproj.filters index 6c42a0f7286..6c42a0f7286 100644 --- a/cpp/demo/Ice/winrt/hello/hello-8.1.vcxproj.filters +++ b/cpp/demo/Ice/winrt/hello/hello.vcxproj.filters diff --git a/cpp/demo/demo-winrt-8.1.sln b/cpp/demo/demo-winrt.sln index 5d35210429d..8ed37773e1c 100644 --- a/cpp/demo/demo-winrt-8.1.sln +++ b/cpp/demo/demo-winrt.sln @@ -1,15 +1,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bidir", "Ice\winrt\bidir\bidir-8.1.vcxproj", "{4EF04DDD-1B81-4DC7-ADF2-290E22008616}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bidir", "Ice\winrt\bidir\bidir.vcxproj", "{4EF04DDD-1B81-4DC7-ADF2-290E22008616}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello", "Ice\winrt\hello\hello-8.1.vcxproj", "{DC1A22CC-0AD9-40CF-9159-952962F71520}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello", "Ice\winrt\hello\hello.vcxproj", "{DC1A22CC-0AD9-40CF-9159-952962F71520}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ice", "Ice", "{2EA0DDEB-E230-4ABE-8257-3418A534FD0F}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Glacier2", "Glacier2", "{B4B6E47C-00B7-439B-A3D7-04A80F4643B8}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chat", "Glacier2\winrt\chat\chat-8.1.vcxproj", "{C56BDB5E-9829-49D6-B5EB-9089AD7E89CC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chat", "Glacier2\winrt\chat\chat.vcxproj", "{C56BDB5E-9829-49D6-B5EB-9089AD7E89CC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution |