Skip to content

Commit ae60edb

Browse files
author
mikeblome
committed
one more file
1 parent ea960f2 commit ae60edb

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

docs/dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,10 @@ ms.author: "mblome"
1212
ms.workload: ["cplusplus", "dotnet"]
1313
---
1414
# .NET Programming with C++/CLI (Visual C++)
15-
<<<<<<< HEAD
16-
C++/CLI is a set of language extensions that enable native C++ code to interoperate with .NET applications. You can create C++/CLI console applications, but Visual Studio no longer provides project templates for creating .NET Windows applications based on C++/CLI; the recommended approach is to use C# to create the user interface and consume C++/CLI code in DLLs.
17-
15+
1816
**Visual Studio 2015**: By default, CLR projects created with Visual Studio 2015 target .NET Framework 4.5.2. To target .NET Framework 4.6 when you create a new project, in the **New Project** dialog, change the target framework in the dropdown at the top middle of the dialog. To change the target framework for an existing project, close the project, edit the project file (.vcxproj), and change the value of the Target Framework Version to 4.6. Next time you open the project, the settings will take effect.
1917

20-
**Visual Studio 2017**: In Visual Studio 2017, the default framework is 4.6.1 and the Framework version selector is at the bottom of the **New Project Dialog**. C++/CLI requires the . To install the component, open the Visual Studio Installer
21-
22-
## In This Section
23-
[C++/CLI Tasks](../dotnet/cpp-cli-tasks.md)
24-
25-
[Native and .NET Interoperability](../dotnet/native-and-dotnet-interoperability.md)
26-
27-
[Pure and Verifiable Code (C++/CLI)](../dotnet/pure-and-verifiable-code-cpp-cli.md)
28-
29-
[Regular Expressions (C++/CLI)](../dotnet/regular-expressions-cpp-cli.md)
30-
31-
[File Handling and I/O (C++/CLI)](../dotnet/file-handling-and-i-o-cpp-cli.md)
32-
33-
[Graphics Operations (C++/CLI)](../dotnet/graphics-operations-cpp-cli.md)
34-
35-
[Windows Operations (C++/CLI)](../dotnet/windows-operations-cpp-cli.md)
36-
37-
[Data Access Using ADO.NET (C++/CLI)](../dotnet/data-access-using-adonet-cpp-cli.md)
38-
39-
[Interoperability with Other .NET Languages (C++/CLI)](../dotnet/interoperability-with-other-dotnet-languages-cpp-cli.md)
40-
41-
[Serialization (C++/CLI)](../dotnet/serialization-cpp-cli.md)
42-
43-
[Managed Types (C++/CLI)](../dotnet/managed-types-cpp-cli.md)
44-
45-
[Reflection (C++/CLI)](../dotnet/reflection-cpp-cli.md)
46-
47-
[Strong Name Assemblies (Assembly Signing) (C++/CLI)](../dotnet/strong-name-assemblies-assembly-signing-cpp-cli.md)
48-
49-
[Debug Class (C++/CLI)](../dotnet/debug-class-cpp-cli.md)
50-
51-
[STL/CLR Library Reference](../dotnet/stl-clr-library-reference.md)
52-
53-
[C++ Support Library](../dotnet/cpp-support-library.md)
54-
55-
[Exceptions in C++/CLI](../dotnet/exceptions-in-cpp-cli.md)
56-
57-
[Boxing (C++/CLI)](../dotnet/boxing-cpp-cli.md)
58-
59-
## See Also
60-
[Native and .NET Interoperability](../dotnet/native-and-dotnet-interoperability.md)
61-
=======
62-
63-
The following topics describe how Visual C++ can target the .NET platform.
64-
65-
By default, CLR projects created with Visual Studio 2015 target .NET Framework 4.5.2. To target .NET Framework 4.6 when you create a new project, in the **New Project** dialog, change the target framework in the dropdown at the top middle of the dialog. To change the target framework for an existing project, close the project, edit the project file (.vcxproj), and change the value of the Target Framework Version to 4.6. Next time you open the project, the settings will take effect.
18+
**Visual Studio 2017**: In Visual Studio 2017, the default framework is 4.6.1 and the Framework version selector is at the bottom of the **New Project Dialog**. C++/CLI itself is not installed by default. To install the component, open the Visual Studio Installer and choose the C++/CLI component under Visual C++.
6619

6720
## In This Section
6821

@@ -107,4 +60,3 @@ By default, CLR projects created with Visual Studio 2015 target .NET Framework 4
10760
## See Also
10861

10962
[Native and .NET Interoperability](../dotnet/native-and-dotnet-interoperability.md)
110-
>>>>>>> master

0 commit comments

Comments
 (0)