Inserito progetto gestioen versioni x progetto

This commit is contained in:
Samuele E. Locatelli
2014-04-15 12:08:48 +02:00
parent 0d3ad932af
commit 9bedbfccc2
12 changed files with 152 additions and 4 deletions
+5
View File
@@ -79,3 +79,8 @@ C2P/bin/C2P.dll
C2P_Project/C2P_Project.dbmdl
/C2P_Project/C2P_Project.dbmdl
#############################################
# Area VersGen
#############################################
/VersGen/obj/*
/VersGen/bin/*
+8
View File
@@ -16,6 +16,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\SteamWareLi
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "C2P_DB", "C2P_Project\C2P_DB.sqlproj", "{84DB66E4-9663-47F7-9DD1-3CB562629FF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -50,6 +52,12 @@ Global
{84DB66E4-9663-47F7-9DD1-3CB562629FF5}.WinLab|Any CPU.ActiveCfg = Release|Any CPU
{84DB66E4-9663-47F7-9DD1-3CB562629FF5}.WinLab|Any CPU.Build.0 = Release|Any CPU
{84DB66E4-9663-47F7-9DD1-3CB562629FF5}.WinLab|Any CPU.Deploy.0 = Release|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.WinLab|Any CPU.ActiveCfg = Release|Any CPU
{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}.WinLab|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
+3
View File
@@ -363,6 +363,9 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\C2P.cs">
<Link>C2P.cs</Link>
</Compile>
<Compile Include="App_Start\BundleConfig.cs" />
<Compile Include="App_Start\RouteConfig.cs" />
<Compile Include="Bootstrap.Master.cs">
+4 -4
View File
@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("C2P")]
[assembly: AssemblyDescription("Cost 2 Price")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Steamware")]
//[assembly: AssemblyCompany("Steamware")]
[assembly: AssemblyProduct("C2P")]
[assembly: AssemblyCopyright("Copyright © 2014")]
//[assembly: AssemblyCopyright("Copyright © 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("0.6.42.0")]
[assembly: AssemblyFileVersion("0.6.42.0")]
//[assembly: AssemblyVersion("0.6.42.0")]
//[assembly: AssemblyFileVersion("0.6.42.0")]
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+11
View File
@@ -0,0 +1,11 @@
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//
using System.Reflection;
[assembly: AssemblyVersion("0.6.43.135")]
[assembly: AssemblyFileVersion("0.6.43.135")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
+19
View File
@@ -0,0 +1,19 @@
<#@ template language="C#" #>
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//
using System.Reflection;
[assembly: AssemblyVersion("0.6.43.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("0.6.43.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
// int Major = 2;
// int Minor = 4;
// int Build = 602;
// int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalSeconds;
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2013,12,1)).TotalDays;
#>
+36
View File
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("VersGen")]
[assembly: AssemblyDescription("Generatore versioni progetto")]
[assembly: AssemblyConfiguration("")]
//[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("VersGen")]
//[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f9f52dc7-5f51-439a-9e36-64e93b31987a")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{4F4FFE7B-6DE9-4F60-BA1A-A5CBF996A29C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>VersGen</RootNamespace>
<AssemblyName>VersGen</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="C2P.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>C2P.tt</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="C2P.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>C2P.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>