Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 727d93ad authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

compiling release, adding release report and results

parent b5be2c98
Branches
Tags
No related merge requests found
File added
File added
No preview for this file type
File added
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("0.2.0.1812")]
[assembly: AssemblyFileVersion("0.2.0.1812")]
[assembly: AssemblyVersion("0.2.0.1898")]
[assembly: AssemblyFileVersion("0.2.0.1898")]
......@@ -74,7 +74,7 @@
<Prefer32Bit>false</Prefer32Bit>
<WarningLevel>1</WarningLevel>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
......@@ -141,7 +141,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'">
......
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.5.1812")]
[assembly: AssemblyFileVersion("3.3.5.1812")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.1812")]
[assembly: AssemblyFileVersion("1.2.0.1812")]
[assembly: AssemblyVersion("1.2.0.1898")]
[assembly: AssemblyFileVersion("1.2.0.1898")]
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.5.1812")]
[assembly: AssemblyFileVersion("3.3.5.1812")]
\ No newline at end of file
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
\ No newline at end of file
......@@ -30,5 +30,5 @@
*/
using System.Reflection;
[assembly: AssemblyVersion("3.3.5.1812")]
[assembly: AssemblyFileVersion("3.3.5.1812")]
[assembly: AssemblyVersion("3.3.6.1898")]
[assembly: AssemblyFileVersion("3.3.6.1898")]
......@@ -20,7 +20,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>DEBUG;RELEASE_CANDIDATE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
......@@ -76,7 +76,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>CERTIFICATION_RELEASE</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
......@@ -518,6 +518,11 @@
<Compile Include="Utils\XMLValidator.cs" />
<Compile Include="Utils\XPathHelper.cs" />
<Compile Include="Ninject\VectoNinjectModule.cs" />
<Compile Include="VersionNumber1.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>VersionNumber.t4</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment