File tree 9 files changed +1073
-1075
lines changed
9 files changed +1073
-1075
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >QAction_1052</RootNamespace >
12
12
<AssemblyName >QAction_1052</AssemblyName >
13
- <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<LangVersion >7.3</LangVersion >
16
+ <TargetFrameworkProfile />
16
17
</PropertyGroup >
17
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
19
<DebugSymbols >true</DebugSymbols >
67
68
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68
69
<ProjectExtensions >
69
70
<VisualStudio >
70
- <UserProperties DisLinkId = " 1052 " DisProjectType =" qactionProject" DisLinkedXmlFile = " ..\protocol.xml " />
71
+ <UserProperties DisLinkedXmlFile = " ..\protocol.xml " DisProjectType =" qactionProject" DisLinkId = " 1052 " />
71
72
</VisualStudio >
72
73
</ProjectExtensions >
73
74
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 1
1
{
2
- // ACTION REQUIRED: This file was automatically added to your project, but it
3
- // will not take effect until additional steps are taken to enable it. See the
4
- // following page for additional information:
5
- //
6
- // https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7
-
8
- "$schema" : " https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
9
- "settings" : {
10
- "namingRules" : {
11
- "allowCommonHungarianPrefixes" : false ,
12
- "allowedHungarianPrefixes" : [
13
- " ab" ,
14
- " ac" ,
15
- " ad" ,
16
- " af" ,
17
- " ai" ,
18
- " al" ,
19
- " ao" ,
20
- " as" ,
21
- " ax" ,
22
- " b" ,
23
- " by" ,
24
- " c" ,
25
- " d" ,
26
- " dt" ,
27
- " e" ,
28
- " f" ,
29
- " hs" ,
30
- " i" ,
31
- " ip" ,
32
- " is" ,
33
- " l" ,
34
- " lb" ,
35
- " lc" ,
36
- " ld" ,
37
- " lf" ,
38
- " li" ,
39
- " ll" ,
40
- " lo" ,
41
- " ls" ,
42
- " lx" ,
43
- " my" ,
44
- " no" ,
45
- " o" ,
46
- " qb" ,
47
- " qc" ,
48
- " qd" ,
49
- " qf" ,
50
- " qi" ,
51
- " ql" ,
52
- " qo" ,
53
- " qs" ,
54
- " qx" ,
55
- " rx" ,
56
- " s" ,
57
- " sb" ,
58
- " sc" ,
59
- " sd" ,
60
- " sf" ,
61
- " sh" ,
62
- " si" ,
63
- " sl" ,
64
- " so" ,
65
- " ss" ,
66
- " sx" ,
67
- " to" ,
68
- " ts" ,
69
- " tx" ,
70
- " ui" ,
71
- " ul" ,
72
- " x"
73
- ]
2
+ "$schema" : " https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
3
+ "settings" : {
4
+ "indentation" : {
5
+ "useTabs" : true ,
6
+ "tabSize" : 4
7
+ },
8
+ "namingRules" : {
9
+ "allowCommonHungarianPrefixes" : false ,
10
+ "allowedHungarianPrefixes" : [
11
+ " ab" ,
12
+ " ac" ,
13
+ " ad" ,
14
+ " af" ,
15
+ " ai" ,
16
+ " al" ,
17
+ " ao" ,
18
+ " as" ,
19
+ " ax" ,
20
+ " b" ,
21
+ " by" ,
22
+ " c" ,
23
+ " d" ,
24
+ " dt" ,
25
+ " e" ,
26
+ " f" ,
27
+ " hs" ,
28
+ " i" ,
29
+ " ip" ,
30
+ " is" ,
31
+ " l" ,
32
+ " lb" ,
33
+ " lc" ,
34
+ " ld" ,
35
+ " lf" ,
36
+ " li" ,
37
+ " ll" ,
38
+ " lo" ,
39
+ " ls" ,
40
+ " lx" ,
41
+ " my" ,
42
+ " no" ,
43
+ " o" ,
44
+ " qb" ,
45
+ " qc" ,
46
+ " qd" ,
47
+ " qf" ,
48
+ " qi" ,
49
+ " ql" ,
50
+ " qo" ,
51
+ " qs" ,
52
+ " qx" ,
53
+ " rx" ,
54
+ " s" ,
55
+ " sb" ,
56
+ " sc" ,
57
+ " sd" ,
58
+ " sf" ,
59
+ " sh" ,
60
+ " si" ,
61
+ " sl" ,
62
+ " so" ,
63
+ " ss" ,
64
+ " sx" ,
65
+ " to" ,
66
+ " ts" ,
67
+ " tx" ,
68
+ " ui" ,
69
+ " ul" ,
70
+ " x"
71
+ ]
72
+ }
74
73
}
75
- }
76
74
}
Original file line number Diff line number Diff line change 10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >QAction_66</RootNamespace >
12
12
<AssemblyName >QAction_66</AssemblyName >
13
- <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<LangVersion >7.3</LangVersion >
16
+ <TargetFrameworkProfile />
16
17
</PropertyGroup >
17
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
19
<DebugSymbols >true</DebugSymbols >
67
68
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68
69
<ProjectExtensions >
69
70
<VisualStudio >
70
- <UserProperties DisLinkId = " 66 " DisProjectType =" qactionProject" DisLinkedXmlFile = " ..\protocol.xml " />
71
+ <UserProperties DisLinkedXmlFile = " ..\protocol.xml " DisProjectType =" qactionProject" DisLinkId = " 66 " />
71
72
</VisualStudio >
72
73
</ProjectExtensions >
73
74
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 1
1
{
2
- // ACTION REQUIRED: This file was automatically added to your project, but it
3
- // will not take effect until additional steps are taken to enable it. See the
4
- // following page for additional information:
5
- //
6
- // https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7
-
8
- "$schema" : " https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
9
- "settings" : {
10
- "namingRules" : {
11
- "allowCommonHungarianPrefixes" : false ,
12
- "allowedHungarianPrefixes" : [
13
- " ab" ,
14
- " ac" ,
15
- " ad" ,
16
- " af" ,
17
- " ai" ,
18
- " al" ,
19
- " ao" ,
20
- " as" ,
21
- " ax" ,
22
- " b" ,
23
- " by" ,
24
- " c" ,
25
- " d" ,
26
- " dt" ,
27
- " e" ,
28
- " f" ,
29
- " hs" ,
30
- " i" ,
31
- " ip" ,
32
- " is" ,
33
- " l" ,
34
- " lb" ,
35
- " lc" ,
36
- " ld" ,
37
- " lf" ,
38
- " li" ,
39
- " ll" ,
40
- " lo" ,
41
- " ls" ,
42
- " lx" ,
43
- " my" ,
44
- " no" ,
45
- " o" ,
46
- " qb" ,
47
- " qc" ,
48
- " qd" ,
49
- " qf" ,
50
- " qi" ,
51
- " ql" ,
52
- " qo" ,
53
- " qs" ,
54
- " qx" ,
55
- " rx" ,
56
- " s" ,
57
- " sb" ,
58
- " sc" ,
59
- " sd" ,
60
- " sf" ,
61
- " sh" ,
62
- " si" ,
63
- " sl" ,
64
- " so" ,
65
- " ss" ,
66
- " sx" ,
67
- " to" ,
68
- " ts" ,
69
- " tx" ,
70
- " ui" ,
71
- " ul" ,
72
- " x"
73
- ]
2
+ "$schema" : " https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
3
+ "settings" : {
4
+ "indentation" : {
5
+ "useTabs" : true ,
6
+ "tabSize" : 4
7
+ },
8
+ "namingRules" : {
9
+ "allowCommonHungarianPrefixes" : false ,
10
+ "allowedHungarianPrefixes" : [
11
+ " ab" ,
12
+ " ac" ,
13
+ " ad" ,
14
+ " af" ,
15
+ " ai" ,
16
+ " al" ,
17
+ " ao" ,
18
+ " as" ,
19
+ " ax" ,
20
+ " b" ,
21
+ " by" ,
22
+ " c" ,
23
+ " d" ,
24
+ " dt" ,
25
+ " e" ,
26
+ " f" ,
27
+ " hs" ,
28
+ " i" ,
29
+ " ip" ,
30
+ " is" ,
31
+ " l" ,
32
+ " lb" ,
33
+ " lc" ,
34
+ " ld" ,
35
+ " lf" ,
36
+ " li" ,
37
+ " ll" ,
38
+ " lo" ,
39
+ " ls" ,
40
+ " lx" ,
41
+ " my" ,
42
+ " no" ,
43
+ " o" ,
44
+ " qb" ,
45
+ " qc" ,
46
+ " qd" ,
47
+ " qf" ,
48
+ " qi" ,
49
+ " ql" ,
50
+ " qo" ,
51
+ " qs" ,
52
+ " qx" ,
53
+ " rx" ,
54
+ " s" ,
55
+ " sb" ,
56
+ " sc" ,
57
+ " sd" ,
58
+ " sf" ,
59
+ " sh" ,
60
+ " si" ,
61
+ " sl" ,
62
+ " so" ,
63
+ " ss" ,
64
+ " sx" ,
65
+ " to" ,
66
+ " ts" ,
67
+ " tx" ,
68
+ " ui" ,
69
+ " ul" ,
70
+ " x"
71
+ ]
72
+ }
74
73
}
75
- }
76
74
}
Original file line number Diff line number Diff line change 10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >QAction_Helper</RootNamespace >
12
12
<AssemblyName >QAction_Helper</AssemblyName >
13
- <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<LangVersion >
16
16
</LangVersion >
17
+ <TargetFrameworkProfile />
17
18
</PropertyGroup >
18
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
20
<DebugSymbols >true</DebugSymbols >
56
57
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57
58
<ProjectExtensions >
58
59
<VisualStudio >
59
- <UserProperties DisLinkId = " " DisProjectType =" qactionHelperProject" DisLinkedXmlFile = " ..\protocol.xml " />
60
+ <UserProperties DisLinkedXmlFile = " ..\protocol.xml " DisProjectType =" qactionHelperProject" DisLinkId = " " />
60
61
</VisualStudio >
61
62
</ProjectExtensions >
62
63
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments