Commit 1fe8591432cae91bf5ca2516da9604a051138458
1 parent
80c9a39c
- verziószámok megfelelő beállítása
Showing
5 changed files
with
48 additions
and
39 deletions
Show diff stats
Vrh.Web.Reporting/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices; | @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; | ||
5 | // General Information about an assembly is controlled through the following | 5 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 6 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 7 | // associated with an assembly. |
8 | -[assembly: AssemblyTitle("Vrh.Web.iScheduler")] | 8 | +[assembly: AssemblyTitle("Vrh.Web.Reporting")] |
9 | [assembly: AssemblyConfiguration("")] | 9 | [assembly: AssemblyConfiguration("")] |
10 | [assembly: AssemblyCulture("")] | 10 | [assembly: AssemblyCulture("")] |
11 | 11 | ||
@@ -16,3 +16,26 @@ using System.Runtime.InteropServices; | @@ -16,3 +16,26 @@ using System.Runtime.InteropServices; | ||
16 | 16 | ||
17 | // The following GUID is for the ID of the typelib if this project is exposed to COM | 17 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
18 | [assembly: Guid("611579c6-4932-4ab9-9d31-b9f106e83973")] | 18 | [assembly: Guid("611579c6-4932-4ab9-9d31-b9f106e83973")] |
19 | + | ||
20 | +// General Information about an assembly is controlled through the following | ||
21 | +// set of attributes. Change these attribute values to modify the information | ||
22 | +// associated with an assembly. | ||
23 | +[assembly: AssemblyCompany("Vonalkód Rendszerház Kft.")] | ||
24 | +[assembly: AssemblyProduct("Vrh.Web.Reporting")] | ||
25 | +[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] | ||
26 | +[assembly: AssemblyTrademark("VRH, Log4Pro")] | ||
27 | +[assembly: AssemblyDescription("Reportoló alkalmazás")] | ||
28 | + | ||
29 | +// Version information for an assembly consists of the following four values: | ||
30 | +// | ||
31 | +// Major Version | ||
32 | +// Minor Version | ||
33 | +// Build Number | ||
34 | +// Revision | ||
35 | +// | ||
36 | +// You can specify all the values or you can default the Build and Revision Numbers | ||
37 | +// by using the '*' as shown below: | ||
38 | +// [assembly: AssemblyVersion("1.0.*")] | ||
39 | +[assembly: AssemblyVersion("1.0.0.0")] | ||
40 | +[assembly: AssemblyFileVersion("1.0.0.0")] | ||
41 | +[assembly: AssemblyInformationalVersion("1.0.0")] |
Vrh.Web.Reporting/Vrh.Web.Reporting.csproj
@@ -316,9 +316,6 @@ | @@ -316,9 +316,6 @@ | ||
316 | </Reference> | 316 | </Reference> |
317 | </ItemGroup> | 317 | </ItemGroup> |
318 | <ItemGroup> | 318 | <ItemGroup> |
319 | - <Compile Include="..\Vrh.Web.iScheduler.Lib\Properties\CommonAssemblyInfo.cs"> | ||
320 | - <Link>Properties\CommonAssemblyInfo.cs</Link> | ||
321 | - </Compile> | ||
322 | <Compile Include="App_Start\BundleConfig.cs" /> | 319 | <Compile Include="App_Start\BundleConfig.cs" /> |
323 | <Compile Include="App_Start\FilterConfig.cs" /> | 320 | <Compile Include="App_Start\FilterConfig.cs" /> |
324 | <Compile Include="App_Start\RegisterClientValidationExtensions.cs" /> | 321 | <Compile Include="App_Start\RegisterClientValidationExtensions.cs" /> |
Vrh.Web.iScheduler.Lib/Properties/AssemblyInfo.cs
@@ -2,6 +2,16 @@ | @@ -2,6 +2,16 @@ | ||
2 | using System.Runtime.CompilerServices; | 2 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
4 | 4 | ||
5 | + | ||
6 | +// General Information about an assembly is controlled through the following | ||
7 | +// set of attributes. Change these attribute values to modify the information | ||
8 | +// associated with an assembly. | ||
9 | +[assembly: AssemblyCompany("Vonalkód Rendszerház Kft.")] | ||
10 | +[assembly: AssemblyProduct("Vrh.Web.iScheduler")] | ||
11 | +[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] | ||
12 | +[assembly: AssemblyTrademark("VRH, Log4Pro")] | ||
13 | +[assembly: AssemblyDescription("Ütemező komponens objektumok számára. (A component for schedule any objects.)")] | ||
14 | + | ||
5 | // General Information about an assembly is controlled through the following | 15 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 16 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 17 | // associated with an assembly. |
@@ -16,3 +26,17 @@ using System.Runtime.InteropServices; | @@ -16,3 +26,17 @@ using System.Runtime.InteropServices; | ||
16 | 26 | ||
17 | // The following GUID is for the ID of the typelib if this project is exposed to COM | 27 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
18 | [assembly: Guid("6bd7b6da-38dc-4da5-8616-8599bb4ab6f8")] | 28 | [assembly: Guid("6bd7b6da-38dc-4da5-8616-8599bb4ab6f8")] |
29 | + | ||
30 | +// Version information for an assembly consists of the following four values: | ||
31 | +// | ||
32 | +// Major Version | ||
33 | +// Minor Version | ||
34 | +// Build Number | ||
35 | +// Revision | ||
36 | +// | ||
37 | +// You can specify all the values or you can default the Build and Revision Numbers | ||
38 | +// by using the '*' as shown below: | ||
39 | +// [assembly: AssemblyVersion("1.0.*")] | ||
40 | +[assembly: AssemblyVersion("3.2.2.0")] | ||
41 | +[assembly: AssemblyFileVersion("3.2.2.0")] | ||
42 | +[assembly: AssemblyInformationalVersion("3.2.2")] |
Vrh.Web.iScheduler.Lib/Properties/CommonAssemblyInfo.cs deleted
@@ -1,34 +0,0 @@ | @@ -1,34 +0,0 @@ | ||
1 | -// Ez a fájl azokat az AssemblyInfo tulajdonságokat tartalmazza, amelyek minden a LEAR DTM solutionhöz hozzáadott projektben (assembly-ben) | ||
2 | -// egy közös helyen állítódnak be. | ||
3 | -// A fájl eredeti helye: \LEAR\DTM\Source\DTM\trunk\WebApplication\Properties\CommonAssemblyInfo.cs | ||
4 | -// Az összes többi helyen csak linkként van a projekthez adva! | ||
5 | -// Ha új projekt kerül be, akkor: | ||
6 | -// Ahhoz is hozzá kell adni az Add Existing Item ponttal (Solution Explorerben jobb gomb a Projekten), a fenti helyről kitallózva a fájlt, | ||
7 | -// és az ablakon az "Ad as Link" lehetőséget is beállítva!!! | ||
8 | -// Ezután a link-ként hozzáadott elemet huzzuk át a Projekt Properties mappájába a Solution Explorerben, hogy ott legyen, ahová való! | ||
9 | -// Utolsó lépésként a projekt eredeti AssemblyInfo.cs-ében ki kell commentezni, esetleg törölni, azokat az attribútumokat, amik itt is szerepelnek! | ||
10 | -// (Egyébként fordítási hibát fogunk kapni!) | ||
11 | -using System.Reflection; | ||
12 | - | ||
13 | -// General Information about an assembly is controlled through the following | ||
14 | -// set of attributes. Change these attribute values to modify the information | ||
15 | -// associated with an assembly. | ||
16 | -[assembly: AssemblyCompany("Vonalkód Rendszerház Kft.")] | ||
17 | -[assembly: AssemblyProduct("Vrh.Web.iScheduler")] | ||
18 | -[assembly: AssemblyCopyright("Copyright © VRH 2017-2021")] | ||
19 | -[assembly: AssemblyTrademark("VRH, Log4Pro")] | ||
20 | -[assembly: AssemblyDescription("Ütemező komponens objektumok számára. (A component for schedule any objects.)")] | ||
21 | - | ||
22 | -// Version information for an assembly consists of the following four values: | ||
23 | -// | ||
24 | -// Major Version | ||
25 | -// Minor Version | ||
26 | -// Build Number | ||
27 | -// Revision | ||
28 | -// | ||
29 | -// You can specify all the values or you can default the Build and Revision Numbers | ||
30 | -// by using the '*' as shown below: | ||
31 | -// [assembly: AssemblyVersion("1.0.*")] | ||
32 | -[assembly: AssemblyVersion("3.2.2.0")] | ||
33 | -[assembly: AssemblyFileVersion("3.2.2.0")] | ||
34 | -[assembly: AssemblyInformationalVersion("3.2.2")] |
Vrh.Web.iScheduler.Lib/Vrh.Web.iScheduler.Lib.csproj
@@ -314,7 +314,6 @@ | @@ -314,7 +314,6 @@ | ||
314 | <Compile Include="ManagerCols.cs" /> | 314 | <Compile Include="ManagerCols.cs" /> |
315 | <Compile Include="StateTrans.cs" /> | 315 | <Compile Include="StateTrans.cs" /> |
316 | <Compile Include="Properties\AssemblyInfo.cs" /> | 316 | <Compile Include="Properties\AssemblyInfo.cs" /> |
317 | - <Compile Include="Properties\CommonAssemblyInfo.cs" /> | ||
318 | </ItemGroup> | 317 | </ItemGroup> |
319 | <ItemGroup> | 318 | <ItemGroup> |
320 | <None Include="App.config" /> | 319 | <None Include="App.config" /> |