integrazioen assembly da unico progetto

This commit is contained in:
Samuele Locatelli
2014-02-21 11:30:42 +01:00
parent 659c36e826
commit ff68346359
11 changed files with 32 additions and 13 deletions
+14
View File
@@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GMW_data", "GMW_data\GMW_da
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "GMW_DB", "GMW_DB\GMW_DB.sqlproj", "{4A7C6325-D822-446C-BCE3-811FC178DCBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{7C587950-A570-489C-9784-27256384E57E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -73,6 +75,18 @@ Global
{4A7C6325-D822-446C-BCE3-811FC178DCBE}.TK_test|Any CPU.ActiveCfg = Debug|Any CPU
{4A7C6325-D822-446C-BCE3-811FC178DCBE}.TK_test|Any CPU.Build.0 = Debug|Any CPU
{4A7C6325-D822-446C-BCE3-811FC178DCBE}.TK_test|Any CPU.Deploy.0 = Debug|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.SP_prod|Any CPU.ActiveCfg = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.SP_prod|Any CPU.Build.0 = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.SP_test|Any CPU.ActiveCfg = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.SP_test|Any CPU.Build.0 = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.TK_prod|Any CPU.ActiveCfg = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.TK_prod|Any CPU.Build.0 = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.TK_test|Any CPU.ActiveCfg = Release|Any CPU
{7C587950-A570-489C-9784-27256384E57E}.TK_test|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
+3
View File
@@ -246,6 +246,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\GMW.cs">
<Link>GMW.cs</Link>
</Compile>
<Compile Include="anagCelle.aspx.cs">
<DependentUpon>anagCelle.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+3 -3
View File
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Steamware")]
[assembly: AssemblyProduct("GMW")]
[assembly: AssemblyCopyright("Copyright © Steamware 2010-2014")]
[assembly: AssemblyCopyright("Steamware © 2010-2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.4.*")]
[assembly: AssemblyFileVersion("2.4.*")]
//[assembly: AssemblyVersion("2.4.*")]
//[assembly: AssemblyFileVersion("2.4.*")]
+6 -3
View File
@@ -1,4 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_menuBottom" Codebehind="mod_menuBottom.ascx.cs" %>
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %>
<div class="divDx">
<asp:Label runat="server" ID="lblApp" Text="." /><asp:Label ID="lblrev" runat="server"> - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..." />
</div>
+1 -2
View File
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -20,7 +20,8 @@ namespace GMW.WebUserControls
{
base.Page_Load(sender, e);
// sistemo le stringhe...
lblApp.Text = string.Format("<b>{0}</b> v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
lblApp.Text = string.Format("<b>{0}</b> v.{1}", ConfigurationManager.AppSettings.Get("appName"), System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
//lblApp.Text = string.Format("<b>{0}</b> v.{1}.{2}", ConfigurationManager.AppSettings.Get("appName"), ConfigurationManager.AppSettings.Get("mainRev"), ConfigurationManager.AppSettings.Get("minRev"));
lblCopyRight.Text = string.Format("<b>{0}-{1}</b>", ConfigurationManager.AppSettings.Get("copyRight"), DateTime.Now.Year);
setTimer();
setClock();
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,6 @@
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\bin\Release\GMW_DB.dacpac
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\Model.xml
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\refactor.xml
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\postdeploy.sql
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\predeploy.sql
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\GMW_DB.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\obj\Release\GMW_DB.pdb
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\bin\Release\GMW_DB.dll
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\bin\Release\GMW_DB.pdb
C:\Users\samuele\Documents\Visual Studio 2012\Projects\GMW\GMW_DB\bin\Release\ProduzionePossidonio.dacpac