Fix naming in vers gen

This commit is contained in:
Samuele E. Locatelli
2019-02-12 09:03:39 +01:00
parent 6d48ef7e7f
commit a49ee9d2d4
8 changed files with 16 additions and 12 deletions
+2
View File
@@ -369,3 +369,5 @@ WebSCR_data/bin/Release/
VersGen/obj/Debug/
VersGen/bin/Debug/
WebSCR/bin/
+3
View File
@@ -78,6 +78,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\VersGen.cs">
<Link>VersGen.cs</Link>
</Compile>
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+4 -5
View File
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
@@ -8,9 +7,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("DataUploader")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
//[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DataUploader")]
[assembly: AssemblyCopyright("Copyright © 2015")]
//[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,5 +30,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
+4 -4
View File
@@ -39,16 +39,16 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WebSC.cs">
<Compile Include="VersGen.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>WebSC.tt</DependentUpon>
<DependentUpon>VersGen.tt</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="WebSC.tt">
<None Include="VersGen.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>WebSC.cs</LastGenOutput>
<LastGenOutput>VersGen.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
+2 -2
View File
@@ -490,8 +490,8 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\VersGen\WebSC.cs">
<Link>WebSC.cs</Link>
<Compile Include="..\VersGen\VersGen.cs">
<Link>VersGen.cs</Link>
</Compile>
<Compile Include="Allegati.aspx.cs">
<DependentUpon>Allegati.aspx</DependentUpon>
+1 -1
View File
@@ -10,7 +10,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>IIS01|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>