Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit cbfa269

Browse files
authored
Visual Studio 2017 Install Config (#17)
* Visual Stuido 2017 Install Config * Rename Snowing_VS2017Config.vsconfig to Snowing_VS2017_Install_Config.vsconfig * Update Readme.md
1 parent 585623d commit cbfa269

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
- TextRendering - 2D文本范例
3333
- XInputControllerVibration - XInput控制器震动特效范例
3434

35+
## 我使用Visual Studio 2017来编译该项目时,需要安装哪些组件
36+
可以使用Visual Studio 2017安装程序的“导入配置”,导入[Snowing_VS2017_Install_Config.vsconfig](Snowing_VS2017_Install_Config.vsconfig),来安装所有需要的组件。
37+
3538
## 关于git-lfs
3639
Clone此项目需要确保安装[git-lfs](https://git-lfs.github.com/),并已经执行以下命令:
3740
```shell
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedDesktop",
5+
"Microsoft.VisualStudio.Workload.NativeGame",
6+
"microsoft.visualstudio.component.debugger.justintime",
7+
"microsoft.visualstudio.component.fsharp.desktop",
8+
"microsoft.visualstudio.component.vc.diagnostictools",
9+
"microsoft.visualstudio.component.vc.testadapterforgoogletest",
10+
"microsoft.visualstudio.componentgroup.nativedesktop.win81",
11+
"microsoft.visualstudio.component.vc.cli.support",
12+
"microsoft.visualstudio.component.testtools.core"
13+
]
14+
}

0 commit comments

Comments
 (0)