Clean up some typos and updated .gitignore (#6)

This commit is contained in:
Sam Comstock 2019-11-11 13:43:36 -08:00 коммит произвёл GitHub
Родитель 3920098a4e
Коммит 5f58ef1e4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 18 добавлений и 13 удалений

5
.gitignore поставляемый
Просмотреть файл

@ -328,3 +328,8 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# XDK output folders
/XboxOne/EraAddonPackage/out
/XboxOne/EraPackage/out
/XboxOne/SystemInfo/Durango

Просмотреть файл

@ -38,7 +38,7 @@ The CentennialPackaging and CentennialApp projects are a sample C# desktop bridg
- TargetPackageSizeInMB - Set to size in MB that you want the final package to be
- Languages - Add all the languages to be included into the package into this array
## Runnning the sample
## Running the sample
- Open the **DiceWebSampleApps.sln** in Visual Studio
- Complete the Setup

Просмотреть файл

@ -36,7 +36,7 @@ The UwpAddOn project is a sample app to use as a package for an AddOn for an App
- Addons will not be in the list, so pick any app you want.
- [Manually update the store association](#manually-update-store-association) for your AddOn.
## Runnning the sample
## Running the sample
- Open the UwpAddOn.vcxproj in Visual Studio
- Complete the Setup including manual configuration of the store association
@ -53,7 +53,7 @@ app, you are still getting the benefits of having all the publishing information
populated for you by Visual Studio. This includes any certificates that might need created
or installed to sign your package.
Once the inital association is done, you'll have to perform the following manual steps to correctly configure the AddOn.
Once the initial association is done, you'll have to perform the following manual steps to correctly configure the AddOn.
- Open **Package.StoreAssociation.xml**
- Update the ProductReservedInfo section to include the Identity and Reserved Name of your AddOn.

Просмотреть файл

@ -38,7 +38,7 @@ The UwpCppApp project is a sample C++ app that can be uploaded to Microsoft Part
- TargetPackageSizeInMB - Set to size in MB that you want the final package to be
- Languages - Add all the languages to be included into the package into this array
## Runnning the sample
## Running the sample
- Open the **DiceWebSampleApps.sln** in Visual Studio
- Complete the Setup

Просмотреть файл

@ -38,7 +38,7 @@ The UwpNetNativeApp project is a sample C# app that can be uploaded to Microsoft
- TargetPackageSizeInMB - Set to size in MB that you want the final package to be
- Languages - Add all the languages to be included into the package into this array
## Runnning the sample
## Running the sample
- Open the **DiceWebSampleApps.sln** in Visual Studio
- Complete the Setup

Просмотреть файл

@ -13,9 +13,9 @@ This project uses the XboxOne XDK to create an package for a durable good Addon
- Open the **DiceWebSampleApps.sln** in Visual Studio
- Update the /XboxOne/EraAddonPackage/Durable1/AppxManifest.xml file with the appropriate store settings.
- /Package/Idendity/@Name
- /Package/Idendity/@Publisher
- /Package/Idendity/@Version
- /Package/Identity/@Name
- /Package/Identity/@Publisher
- /Package/Identity/@Version
- /Package/Properties/DisplayName
- /Package/Properties/PublisherDisplayName
- /Package/Extensions/mx:PackageExtension/mx:ContentPackage/mx:AllowedProduct/@Id

Просмотреть файл

@ -90,7 +90,7 @@ namespace
if (mh.Ambient.x == 0 && mh.Ambient.y == 0 && mh.Ambient.z == 0 && mh.Ambient.w == 0
&& mh.Diffuse.x == 0 && mh.Diffuse.y == 0 && mh.Diffuse.z == 0 && mh.Diffuse.w == 0)
{
// SDKMESH material color block is uninitalized; assume defaults
// SDKMESH material color block is uninitialized; assume defaults
info.diffuseColor = XMFLOAT3(1.f, 1.f, 1.f);
info.alpha = 1.f;
}

Просмотреть файл

@ -13,7 +13,7 @@ This is a copy of XDKSample project SystemInfo from the [Xbox-ATG-Samples](https
It has been modified to allow you to vary the output size and the number of included languages based on a configuration file. This is helpful for producing test content for uploading to Partner Center.
For more information about the orignal sample, see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/XDKSamples/System/SystemInfo/Readme.docx).
For more information about the original sample, see this [Word document](https://github.com/microsoft/Xbox-ATG-Samples/blob/master/XDKSamples/System/SystemInfo/Readme.docx).
## Requirements
* Xbox One Development Kit
@ -25,9 +25,9 @@ For more information about the orignal sample, see this [Word document](https://
- Open the **DiceWebSampleApps.sln** in Visual Studio
- Update the /XboxOne/SystemInfo/Package.appxmanifest file with the appropriate store settings.
- /Package/Idendity/@Name
- /Package/Idendity/@Publisher
- /Package/Idendity/@Version
- /Package/Identity/@Name
- /Package/Identity/@Publisher
- /Package/Identity/@Version
- /Package/Properties/DisplayName
- /Package/Properties/PublisherDisplayName
- /Package/Applications/Application[@Id='App']/VisualElements/@DisplayName