You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cross-platform/cross-platform-mobile-development-examples.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ manager: douge
13
13
ms.workload:
14
14
- "xplat-cplusplus"
15
15
---
16
-
# Cross-Platform Mobile Development Examples
16
+
# Cross-platform mobile development examples
17
17
Several of the templates installed by Visual C++ for Cross-Platform Mobile Development generate complete examples that you can use to learn from. Additionally, the Windows Dev Center has several example applications that you can download and try out in Visual Studio.
@@ -46,4 +46,4 @@ Several of the templates installed by Visual C++ for Cross-Platform Mobile Devel
46
46
47
47
To open one of the examples in Visual Studio, download the zip file and open the **Properties** page of the downloaded file in Explorer. Choose the **Unblock** button then choose **OK**. Extract the contents of the zip file to a convenient location, then open the C++ folder in the extracted sample and open the solution file.
48
48
49
-
To build the sample, press F7, or on the menu bar, choose **Build**, **Build Solution**.
49
+
To build the sample, press **F7**, or on the menu bar, choose **Build**, **Build Solution**.
Copy file name to clipboardExpand all lines: docs/cross-platform/cross-platform-mobile-development-in-visual-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ manager: crdun
11
11
ms.workload:
12
12
- "multiple"
13
13
---
14
-
# Cross-Platform mobile development in Visual Studio
14
+
# Cross-platform mobile development in Visual Studio
15
15
16
16
You can build apps for Android, iOS, and Windows devices by using Visual Studio. As you design your app, use tools in Visual Studio to easily add connected services such as Office 365, Azure App Service, and Application Insights.
17
17
@@ -158,6 +158,6 @@ With Visual Studio Tools for Xamarin, you can target Android, iOS, and Windows i
158
158
159
159
## See Also
160
160
161
-
-[Add Office 365 API's to a Visual Studio project](http://msdn.microsoft.com/library/office/dn605899\(v=office.15\).aspx)
161
+
-[Add Office 365 APIs to a Visual Studio project](http://msdn.microsoft.com/library/office/dn605899\(v=office.15\).aspx)
162
162
-[Azure App Services - Mobile Apps](https://azure.microsoft.com/services/app-service/mobile/)
163
163
-[Visual Studio App Center](https://docs.microsoft.com/appcenter)
Copy file name to clipboardExpand all lines: docs/cross-platform/customize-project-files-created-by-vstu.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ manager: crdun
11
11
ms.workload:
12
12
- "unity"
13
13
---
14
-
# Customize Project Files Created by VSTU
14
+
# Customize project files created by VSTU
15
15
Visual Studio Tools for Unity provides a Unity-style callback during project file generation. Register with the `VisualStudioIntegration.ProjectFileGeneration` event to modify the project file whenever it's regenerated.
Copy file name to clipboardExpand all lines: docs/cross-platform/develop-apps-for-the-universal-windows-platform-uwp.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,4 @@ If you have existing Windows Store 8.1 apps, Windows Phone 8.1 apps, or Universa
48
48
After you create your Universal Windows app, you must package your app to install it on a Windows 10 device or submit it to the Windows Store. See [Packaging apps](/windows/uwp/packaging/index).
49
49
50
50
## See also
51
-
[Cross-Platform Mobile Development in Visual Studio](../cross-platform/cross-platform-mobile-development-in-visual-studio.md)
51
+
[Cross-platform mobile development in Visual Studio](../cross-platform/cross-platform-mobile-development-in-visual-studio.md)
Output Directory | Specifies a relative path to the output file directory; can include environment variables.
32
32
Intermediate Directory | Specifies a relative path to the intermediate file directory; can include environment variables.
33
33
Target Name | Specifies a file name that this project will generate.
34
-
Target Extension | Specifies a file extension that this project will generate. (Example: .exe or .dll)
34
+
Target Extension | Specifies a file extension that this project will generate. (Example: *.exe* or *.dll*)
35
35
Extensions to Delete on Clean | Semi-colon delimited wildcard specification for which files in the intermediate directory to delete on clean or rebuild.
36
36
Build Log File | Specifies the build log file to write to when build logging is enabled.
37
37
Platform Toolset | Specifies the toolset used for building the current configuration; If not set, the default toolset is used
38
-
Configuration Type | Specifies the type of output this configuration generates. | **Dynamic Library (.so)** - Dynamic Library (.so)<br>**Static library (.a)** - Static Library (.a)<br>**Utility** - Utility<br>**Makefile** - Makefile<br>
38
+
Configuration Type | Specifies the type of output this configuration generates. | **Dynamic Library (.so)** - Dynamic Library (*.so*)<br>**Static library (.a)** - Static Library (*.a*)<br>**Utility** - Utility<br>**Makefile** - Makefile<br>
39
39
Target API Level | Android NDK API Level targeted by this configuration.
40
40
Use of STL | Specifies which C++ Standard Library to use for this configuration. | **Minimal C++ runtime library (system)**<br>**C++ runtime static library (gabi++_static)**<br>**C++ runtime shared library (gabi++_shared)**<br>**STLport runtime static library (stlport_static)**<br>**STLport runtime shared library (stlport_shared)**<br>**GNU STL static library (gnustl_static)**<br>**GNU STL shared library (gnustl_shared)**<br>**LLVM libc++ static library (c++_static)**<br>**LLVM libc++ shared library (c++_shared)**<br>
41
41
Thumb Mode | Generate code that executes for thumb microarchitecture. This is applicable for arm architecture only. | **Thumb**<br>**Arm**<br>**Disabled**<br>
Copy file name to clipboardExpand all lines: docs/cross-platform/getting-started-with-visual-studio-tools-for-unity.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ manager: crdun
11
11
ms.workload:
12
12
- "unity"
13
13
---
14
-
# Getting Started with Visual Studio Tools for Unity
14
+
# Get started with Visual Studio Tools for Unity
15
15
16
16
## Install Visual Studio
17
17
18
-
### Unity Bundled Installation
18
+
### Unity bundled installation
19
19
20
20
Starting with Unity 2018.1, Visual Studio is the default C# script editor for Unity, and is included in the Unity Download Assistant, as well as the Unity Hub installation tool.
21
21
@@ -35,9 +35,9 @@ During installation, ensure that Visual Studio is checked in the list of compone
35
35
36
36
The version of Visual Studio included with your Unity installation may not be the latest. It is recommended to check for updates to ensure you have access to the latest tools and features.
If you already have Visual Studio 2017 installed, or prefer to manually install, run the Visual Studio installer.
43
43
@@ -71,7 +71,7 @@ Starting with Unity 2018.1, Visual Studio should be the default external script
71
71
72
72
1. Once Visual Studio is selected in the **External Script Editor** list, confirm that the **Editor Attaching** checkbox is selected.
73
73
74
-
1. Close the Preferences dialog to complete the configuration process.
74
+
1. Close the **Preferences** dialog to complete the configuration process.
75
75
76
76
## Support for older versions
77
77
@@ -87,4 +87,4 @@ Starting with Unity 2018.1, Visual Studio should be the default external script
87
87
88
88
## Next steps
89
89
90
-
To learn how to work with and debug your Unity project in Visual Studio, see [Using Visual Studio Tools for Unity](../cross-platform/using-visual-studio-tools-for-unity.md).
90
+
To learn how to work with and debug your Unity project in Visual Studio, see [Visual Studio Tools for Unity](../cross-platform/using-visual-studio-tools-for-unity.md).
Copy file name to clipboardExpand all lines: docs/cross-platform/import-an-xcode-project.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ ms.workload:
14
14
# Import an XCode Project
15
15
Microsoft Visual C++ for Cross-Platform Mobile Development includes support for moving your XCode projects into Visual Studio, where you can create cross-platform libraries and share code with other projects. The Import from XCode wizard simplifies the process of importing projects and splitting out the C++ code in your XCode targets for use as a static library or shared code project. You can manage your iOS-specific code in Visual Studio and still use XCode to do storyboards and builds. For information on how to easily move code back and forth between Visual Studio and XCode, see Move Changes Between XCode and Visual Studio.
16
16
17
-
## Using the Import From XCode wizard
18
-
This topic shows you how to move an XCode project into Visual Studio to take advantage of code sharing and cross-platform solutions. As a prerequisite, you must pair your Mac to Visual Studio to be able to import, export, and build your project. For instructions on how to set up pairing, see [Install And Configure Tools to Build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md). You must also share your XCode project over the network or move it to your Visual Studio computer to use the Import from XCode wizard.
17
+
## Use the Import From XCode wizard
18
+
This topic shows you how to move an XCode project into Visual Studio to take advantage of code sharing and cross-platform solutions. As a prerequisite, you must pair your Mac to Visual Studio to be able to import, export, and build your project. For instructions on how to set up pairing, see [Install and configure tools to build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md). You must also share your XCode project over the network or move it to your Visual Studio computer to use the Import from XCode wizard.
19
19
20
20
#### Import from XCode
21
21
22
22
1. On the **File** menu, choose **New**, **Import**, **Import from XCode**. This starts the **Import from XCode** wizard dialog.
23
23
24
24

25
25
26
-
2. In the **Choose a project** pane, choose the Browse button to select an XCode .pbxproj file. Navigate to the project file in the **Select XCode project file** dialog, and then choose **Open**.
26
+
2. In the **Choose a project** pane, choose the Browse button to select an XCode *.pbxproj* file. Navigate to the project file in the **Select XCode project file** dialog, and then choose **Open**.
27
27
28
28

29
29
@@ -53,20 +53,20 @@ Microsoft Visual C++ for Cross-Platform Mobile Development includes support for
53
53
54
54
Choose **Next** to continue.
55
55
56
-
6. The **Frameworks** pane is used to configure the paths used by Visual Studio for browsing and IntelliSense for your project. The paths must be accessible to Visual Studio for each framework referenced by your XCode project. The wizard checks the framework references in the XCode projects and displays whether Visual Studio can find the framework. Any path you have already set up in the Global Properties should be discovered by Visual Studio. The exceptions are listed in the Frameworks list. For each framework listed with an X, provide a PC accessible path for Visual Studio to find the framework. You can use the browse button [...] to use a **Select Folder** dialog to find the path. The framework path can be either to a local copy, or to a network-accessible share on your Mac.
56
+
6. The **Frameworks** pane is used to configure the paths used by Visual Studio for browsing and IntelliSense for your project. The paths must be accessible to Visual Studio for each framework referenced by your XCode project. The wizard checks the framework references in the XCode projects and displays whether Visual Studio can find the framework. Any path you have already set up in the Global Properties should be discovered by Visual Studio. The exceptions are listed in the Frameworks list. For each framework listed with an X, provide a PC accessible path for Visual Studio to find the framework. You can use the browse button **...** to use a **Select Folder** dialog to find the path. The framework path can be either to a local copy, or to a network-accessible share on your Mac.
57
57
58
58

59
59
60
60
Choose **Next** to continue.
61
61
62
62
7. The **Project Settings** pane allows you to change the framework and include header search path settings for each project the wizard creates. Use this pane to set project-specific paths that differ from the global settings.
63
63
64
-
To set a path for a specific project, In the **Destination project** drop-down, select the project file, then set the values in the **Framework Search Path** and **Include Header Search Path** controls. You can use the browse button [...] next to each control to use a **Select Folder** dialog to find the path.
64
+
To set a path for a specific project, In the **Destination project** drop-down, select the project file, then set the values in the **Framework Search Path** and **Include Header Search Path** controls. You can use the browse button **...** next to each control to use a **Select Folder** dialog to find the path.
65
65
66
66

67
67
68
-
If no remote Mac has been paired with this PC in Visual Studio, the Configure a Remote Machine link is shown. For instructions on how to set up pairing, see [Install And Configure Tools to Build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md).
68
+
If no remote Mac has been paired with this PC in Visual Studio, the **Configure a Remote Machine** link is shown. For instructions on how to set up pairing, see [Install and configure tools to build using iOS](../cross-platform/install-and-configure-tools-to-build-using-ios.md).
69
69
70
70
To import the XCode project by using the wizard settings, choose **Import**.
71
71
72
-
The Import from XCode wizard creates projects in Visual Studio that correspond to the selected XCode project targets. The code that can be shared with other C++ projects is split into separate Shared Code and static library projects. The remaining code is placed in iOS library and application projects that can be built remotely by Visual Studio. For more information about moving code between Visual Studio and XCode, see [Sync Changes Between XCode and Visual Studio](../cross-platform/sync-changes-between-xcode-and-visual-studio.md).
72
+
The Import from XCode wizard creates projects in Visual Studio that correspond to the selected XCode project targets. The code that can be shared with other C++ projects is split into separate Shared Code and static library projects. The remaining code is placed in iOS library and application projects that can be built remotely by Visual Studio. For more information about moving code between Visual Studio and XCode, see [Sync changes between XCode and Visual Studio](../cross-platform/sync-changes-between-xcode-and-visual-studio.md).
0 commit comments