Skip to content

Commit bc77ad0

Browse files
committed
Merge remote-tracking branch 'MicrosoftDocs/master'
2 parents 4fecee1 + c7884b5 commit bc77ad0

File tree

94 files changed

+13065
-6142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+13065
-6142
lines changed

docs/TOC.md

Lines changed: 0 additions & 496 deletions
This file was deleted.

docs/code-quality/TOC.md

Lines changed: 0 additions & 699 deletions
This file was deleted.

docs/code-quality/toc.yml

Lines changed: 1421 additions & 0 deletions
Large diffs are not rendered by default.

docs/cross-platform/TOC.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/cross-platform/build-apps-with-native-ui-using-xamarin-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Visual Studio does not have a solution template for creating native UI applicati
140140
{
141141
public class DataService
142142
{
143-
public static async Task<dynamic> getDataFromService(string queryString)
143+
public static async Task<dynamic> GetDataFromService(string queryString)
144144
{
145145
HttpClient client = new HttpClient();
146146
var response = await client.GetAsync(queryString);

docs/cross-platform/toc.yml

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
- name: Cross-Platform Mobile Development in Visual Studio
2+
href: cross-platform-mobile-development-in-visual-studio.md
3+
- name: Visual Studio and Xamarin
4+
href: visual-studio-and-xamarin.md
5+
items:
6+
- name: Setup and install
7+
href: setup-and-install.md
8+
- name: Learn about mobile development with Xamarin
9+
href: learn-about-mobile-development-with-xamarin.md
10+
- name: Verify your Xamarin environment
11+
href: verify-your-xamarin-environment.md
12+
- name: Learn app-building basics with Xamarin.Forms in Visual Studio
13+
href: learn-app-building-basics-with-xamarin-forms-in-visual-studio.md
14+
- name: Build apps with native UI using Xamarin in Visual Studio
15+
href: build-apps-with-native-ui-using-xamarin-in-visual-studio.md
16+
- name: Application Lifecycle Management (ALM) with Xamarin apps
17+
href: application-lifecycle-management-alm-with-xamarin-apps.md
18+
- name: Setup, install, and verifications for Mac users
19+
href: setup-install-and-verifications-for-mac-users.md
20+
- name: Visual Studio Tools for Apache Cordova
21+
href: visual-studio-tools-for-apache-cordova.md
22+
- name: Visual Studio Tools for Unity
23+
href: visual-studio-tools-for-unity.md
24+
items:
25+
- name: Overview of Visual Studio Tools for Unity
26+
href: overview-of-visual-studio-tools-for-unity.md
27+
- name: Getting Started with Visual Studio Tools for Unity
28+
href: getting-started-with-visual-studio-tools-for-unity.md
29+
- name: Using Visual Studio Tools for Unity
30+
href: using-visual-studio-tools-for-unity.md
31+
- name: Programming Visual Studio Tools for Unity
32+
href: programming-visual-studio-tools-for-unity.md
33+
items:
34+
- name: Customize Project Files Created by VSTU
35+
href: customize-project-files-created-by-vstu.md
36+
- name: Share the Unity Log Callback with VSTU
37+
href: share-the-unity-log-callback-with-vstu.md
38+
- name: Programming with Unity and Azure
39+
href: visual-studio-tools-for-unity-azure.md
40+
- name: Troubleshooting and Known Issues (Visual Studio Tools for Unity)
41+
href: troubleshooting-and-known-issues-visual-studio-tools-for-unity.md
42+
- name: Change Log (Visual Studio Tools for Unity, Windows)
43+
href: change-log-visual-studio-tools-for-unity.md
44+
- name: Change Log (Visual Studio Tools for Unity, Mac)
45+
href: change-log-visual-studio-tools-for-unity-mac.md
46+
- name: Application Lifecycle Management (ALM) with Unity Apps
47+
href: application-lifecycle-management-alm-with-unity-apps.md
48+
- name: Visual C++ for Cross-Platform Mobile Development
49+
href: visual-cpp-for-cross-platform-mobile-development.md
50+
items:
51+
- name: Install Visual C++ for Cross-Platform Mobile Development
52+
href: install-visual-cpp-for-cross-platform-mobile-development.md
53+
items:
54+
- name: Install And Configure Tools to Build using iOS
55+
href: install-and-configure-tools-to-build-using-ios.md
56+
- name: Create an Android Native Activity App
57+
href: create-an-android-native-activity-app.md
58+
- name: Build an OpenGL ES Application on Android and iOS
59+
href: build-an-opengl-es-application-on-android-and-ios.md
60+
- name: Import an XCode Project
61+
href: import-an-xcode-project.md
62+
- name: Sync Changes Between XCode and Visual Studio
63+
href: sync-changes-between-xcode-and-visual-studio.md
64+
- name: Cross-Platform Mobile Development Examples
65+
href: cross-platform-mobile-development-examples.md
66+
- name: C++ Cross-Platform Project Properties
67+
href: cross-platform-prop-pages.md
68+
items:
69+
- name: General Project Properties (Android C++)
70+
href: general-android-prop-page.md
71+
- name: Android Debugger Properties
72+
href: android-debugger-prop-page.md
73+
- name: Clang Project Properties (Android C++)
74+
href: clang-android-prop-page.md
75+
- name: General Project Properties (Android C++ Makefile)
76+
href: general-makefile-android-prop-page.md
77+
- name: Clang Linker Properties (Android C++)
78+
href: clanglink-prop-page.md
79+
- name: NMake Properties (Android C++)
80+
href: nmake-android-prop-page.md
81+
- name: Develop apps for the Universal Windows Platform (UWP)
82+
href: develop-apps-for-the-universal-windows-platform-uwp.md
83+
- name: Visual Studio Emulator for Android
84+
href: visual-studio-emulator-for-android.md
85+
items:
86+
- name: System Requirements for the Visual Studio Emulator for Android
87+
href: system-requirements-for-the-visual-studio-emulator-for-android.md
88+
- name: Troubleshooting the Visual Studio Emulator for Android
89+
href: troubleshooting-the-visual-studio-emulator-for-android.md

0 commit comments

Comments
 (0)