質問編集履歴
1
Windows Appのテンプレートを使っていない理由の追記、バージョン情報をpreに
title
CHANGED
File without changes
|
body
CHANGED
@@ -60,12 +60,14 @@
|
|
60
60
|
|
61
61
|
### 参考
|
62
62
|
|
63
|
-
|
63
|
+
インストールしてあるVisual Studio 2019のスタート画面からはF# Empty Windows Appのテンプレートが無いため、以下のサイトの手順に従ってコンソールアプリのテンプレートをもとにプロジェクトを作成しています。
|
64
64
|
|
65
65
|
[Creating a WPF application in F#](http://putridparrot.com/blog/creating-a-wpf-application-in-f/)
|
66
66
|
|
67
67
|
### 補足情報(FW/ツールのバージョンなど)
|
68
68
|
|
69
|
+
Visual Studioとインストールされたコンポーネントの情報です
|
70
|
+
```
|
69
71
|
Microsoft Visual Studio Community 2019
|
70
72
|
Version 16.11.0
|
71
73
|
VisualStudio.16.Release/16.11.0+31605.320
|
@@ -132,4 +134,5 @@
|
|
132
134
|
Visual Studio Tools for CMake
|
133
135
|
|
134
136
|
Visual Studio Tools for Unity 4.11.3.0
|
135
|
-
Visual Studio Tools for Unity
|
137
|
+
Visual Studio Tools for Unity
|
138
|
+
```
|