File tree 35 files changed +196
-193
lines changed
35 files changed +196
-193
lines changed Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRevitDynamo</RootNamespace >
11
11
<AssemblyName >BatchRevitDynamo</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
60
60
<Reference Include =" Microsoft.CSharp" />
61
61
</ItemGroup >
62
62
<ItemGroup >
63
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
64
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
65
+ </Compile >
63
66
<Compile Include =" RevitBatchProcessor.cs" />
64
67
<Compile Include =" Properties\AssemblyInfo.cs" />
65
68
</ItemGroup >
Original file line number Diff line number Diff line change 22
22
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
23
[ assembly: Guid ( "b2fed296-9ea0-41dd-bb2f-951d481f527b" ) ]
24
24
25
- // Version information for an assembly consists of the following four values:
26
- //
27
- // Major Version
28
- // Minor Version
29
- // Build Number
30
- // Revision
31
- //
32
- // You can specify all the values or you can default the Build and Revision Numbers
33
- // by using the '*' as shown below:
34
- // [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
25
+
26
+
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt</RootNamespace >
11
11
<AssemblyName >BatchRvt</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
15
15
<PropertyGroup >
71
71
<Reference Include =" System.Windows.Forms" />
72
72
</ItemGroup >
73
73
<ItemGroup >
74
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
75
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
76
+ </Compile >
74
77
<Compile Include =" BatchRvtMain.cs" />
75
78
<Compile Include =" Properties\AssemblyInfo.cs" />
76
79
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "4dd28256-d644-4b56-9eba-75ee51c11119" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2015</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2015</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
72
72
<ItemGroup >
73
73
<Compile Include =" BatchRvtAddinApplication.cs" />
74
74
<Compile Include =" Properties\AssemblyInfo.cs" />
75
+ <Compile Include =" Properties\GlobalAssemblyInfo.cs" />
75
76
</ItemGroup >
76
77
<ItemGroup >
77
78
<ProjectReference Include =" ..\BatchRvtScriptHost\BatchRvtScriptHost.csproj" >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "9226492c-cf44-479b-b2c6-1fa3ea2be6eb" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change
1
+ // Version information for an assembly consists of the following four values:
2
+ //
3
+ // Major Version
4
+ // Minor Version
5
+ // Build Number
6
+ // Revision
7
+ //
8
+
9
+ [ assembly: System . Reflection . AssemblyVersion ( "1.8.0.0" ) ]
10
+ [ assembly: System . Reflection . AssemblyInformationalVersion ( "1.8.0.0" ) ]
11
+ [ assembly: System . Reflection . AssemblyFileVersion ( "1.8.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2016</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2016</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
70
70
<Reference Include =" System.Windows.Forms" />
71
71
</ItemGroup >
72
72
<ItemGroup >
73
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
74
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
75
+ </Compile >
73
76
<Compile Include =" BatchRvtAddinApplication.cs" />
74
77
<Compile Include =" Properties\AssemblyInfo.cs" />
75
78
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "8add8aeb-9baa-47d6-b52d-12e5e0eadacf" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2017</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2017</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<TargetFrameworkProfile />
15
15
</PropertyGroup >
71
71
<Reference Include =" System.Windows.Forms" />
72
72
</ItemGroup >
73
73
<ItemGroup >
74
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
75
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
76
+ </Compile >
74
77
<Compile Include =" BatchRvtAddinApplication.cs" />
75
78
<Compile Include =" Properties\AssemblyInfo.cs" />
76
79
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "a943412b-0760-4e78-8f34-7f1dac012390" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2018</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2018</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<TargetFrameworkProfile />
15
15
</PropertyGroup >
71
71
<Reference Include =" System.Windows.Forms" />
72
72
</ItemGroup >
73
73
<ItemGroup >
74
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
75
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
76
+ </Compile >
74
77
<Compile Include =" BatchRvtAddinApplication.cs" />
75
78
<Compile Include =" Properties\AssemblyInfo.cs" />
76
79
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "4deb0b67-8d04-4b95-8c01-9e26ac036c4f" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2019</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2019</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<Deterministic >true</Deterministic >
15
15
</PropertyGroup >
66
66
<Reference Include =" System.Windows.Forms" />
67
67
</ItemGroup >
68
68
<ItemGroup >
69
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
70
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
71
+ </Compile >
69
72
<Compile Include =" BatchRvtAddinApplication.cs" />
70
73
<Compile Include =" Properties\AssemblyInfo.cs" />
71
74
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "62f91aa6-ac57-451e-a91c-719d5846d247" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvt.Addin.Revit2020</RootNamespace >
11
11
<AssemblyName >BatchRvtAddin2020</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<Deterministic >true</Deterministic >
15
15
</PropertyGroup >
61
61
<Reference Include =" System.Windows.Forms" />
62
62
</ItemGroup >
63
63
<ItemGroup >
64
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
65
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
66
+ </Compile >
64
67
<Compile Include =" BatchRvtAddinApplication.cs" />
65
68
<Compile Include =" Properties\AssemblyInfo.cs" />
66
69
</ItemGroup >
Original file line number Diff line number Diff line change 41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "03cfcdbe-9532-47dd-a84d-8ea9906808bf" ) ]
43
43
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 68
68
<Reference Include =" Microsoft.CSharp" />
69
69
</ItemGroup >
70
70
<ItemGroup >
71
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
72
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
73
+ </Compile >
71
74
<Compile Include =" BatchRvtAddinApplication.cs" />
72
75
<Compile Include =" Properties\AssemblyInfo.cs" />
73
76
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "1a6fe589-4b85-4094-afb7-48e7637b6ed0" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 68
68
<Reference Include =" Microsoft.CSharp" />
69
69
</ItemGroup >
70
70
<ItemGroup >
71
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
72
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
73
+ </Compile >
71
74
<Compile Include =" BatchRvtAddinApplication.cs" />
72
75
<Compile Include =" Properties\AssemblyInfo.cs" />
73
76
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "1a6fe589-4b85-4094-afb7-48e7637b6ed0" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
Original file line number Diff line number Diff line change 9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >BatchRvtGUI</RootNamespace >
11
11
<AssemblyName >BatchRvtGUI</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
15
15
<PropertyGroup >
78
78
<Reference Include =" System.Xml" />
79
79
</ItemGroup >
80
80
<ItemGroup >
81
+ <Compile Include =" ..\Common\GlobalAssemblyInfo.cs" >
82
+ <Link >Properties\GlobalAssemblyInfo.cs</Link >
83
+ </Compile >
81
84
<Compile Include =" BatchRvtGuiForm.cs" >
82
85
<SubType >Form</SubType >
83
86
</Compile >
Original file line number Diff line number Diff line change 40
40
41
41
// The following GUID is for the ID of the typelib if this project is exposed to COM
42
42
[ assembly: Guid ( "68c10075-6ee2-4174-bd4b-dd2518229a82" ) ]
43
-
44
- // Version information for an assembly consists of the following four values:
45
- //
46
- // Major Version
47
- // Minor Version
48
- // Build Number
49
- // Revision
50
- //
51
- // You can specify all the values or you can default the Build and Revision Numbers
52
- // by using the '*' as shown below:
53
- // [assembly: AssemblyVersion("1.0.*")]
54
- [ assembly: AssemblyVersion ( "1.0.0.0" ) ]
55
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
You can’t perform that action at this time.
0 commit comments