mirror of https://github.com/axmolengine/axmol.git
- [WP8] Now replacing application display name with project name
This commit is contained in:
parent
aecdb832a2
commit
312f57d7a6
|
@ -27,6 +27,7 @@
|
|||
"proj.win32/PROJECT_NAME.sln",
|
||||
"proj.win32/main.cpp",
|
||||
"proj.wp8-xaml/App/PROJECT_NAME.csproj",
|
||||
"proj.wp8-xaml/App/Properties/WMAppManifest.xml",
|
||||
"proj.wp8-xaml/PROJECT_NAME.sln",
|
||||
"proj.android/.project",
|
||||
"proj.android/.cproject",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
|
||||
<DefaultLanguage xmlns="" code="en-US" />
|
||||
<App xmlns="" ProductID="{83cc88fe-7e79-4e1e-a129-742987130b5c}" Title="PhoneDirect3DXamlAppInterop" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="PhoneDirect3DXamlAppInterop author" Description="Sample description" Publisher="PhoneDirect3DXamlAppInterop" PublisherID="{ebf6c0e1-80a3-41f1-8553-4aaab70da912}">
|
||||
<App xmlns="" ProductID="{83cc88fe-7e79-4e1e-a129-742987130b5c}" Title="HelloCpp" RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" Author="PhoneDirect3DXamlAppInterop author" Description="Sample description" Publisher="PhoneDirect3DXamlAppInterop" PublisherID="{ebf6c0e1-80a3-41f1-8553-4aaab70da912}">
|
||||
<IconPath IsRelative="true" IsResource="false">Assets\ApplicationIcon.png</IconPath>
|
||||
<Capabilities>
|
||||
<Capability Name="ID_CAP_NETWORKING"/>
|
||||
|
|
Loading…
Reference in New Issue