質問編集履歴

1

app.configの追記

2019/06/12 09:13

投稿

NextToYou
NextToYou

スコア28

test CHANGED
File without changes
test CHANGED
@@ -36,6 +36,30 @@
36
36
 
37
37
  ```
38
38
 
39
+ app.config
40
+
41
+ ```
42
+
43
+ <?xml version="1.0" encoding="utf-8" ?>
44
+
45
+ <configuration>
46
+
47
+ <startup>
48
+
49
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
50
+
51
+ </startup>
52
+
53
+ <appSettings>
54
+
55
+ <add key="SVName" value="value1" />
56
+
57
+ </appSettings>
58
+
59
+ </configuration>
60
+
61
+ ```
62
+
39
63
 
40
64
 
41
65
  ### 試したこと