Skip to content

Commit 7be0ed4

Browse files
committed
Added Setup-Files
1 parent e2d4dc9 commit 7be0ed4

25 files changed

+391
-7
lines changed

Process Cube Explorer/Process Cube Explorer.csproj

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<OutputType>WinExe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>pgmpm.MainV2</RootNamespace>
11-
<AssemblyName>MainV2</AssemblyName>
11+
<AssemblyName>Process Cube Explorer</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
1616
<IsWebBootstrapper>false</IsWebBootstrapper>
1717
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1818
<RestorePackages>true</RestorePackages>
19-
<PublishUrl>veröffentlichen\</PublishUrl>
19+
<PublishUrl>..\SETUP\</PublishUrl>
2020
<Install>true</Install>
2121
<InstallFrom>Disk</InstallFrom>
2222
<UpdateEnabled>false</UpdateEnabled>
@@ -26,9 +26,10 @@
2626
<UpdatePeriodically>false</UpdatePeriodically>
2727
<UpdateRequired>false</UpdateRequired>
2828
<MapFileExtensions>true</MapFileExtensions>
29-
<ApplicationRevision>0</ApplicationRevision>
29+
<ApplicationRevision>3</ApplicationRevision>
3030
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
3131
<UseApplicationTrust>false</UseApplicationTrust>
32+
<PublishWizardCompleted>true</PublishWizardCompleted>
3233
<BootstrapperEnabled>true</BootstrapperEnabled>
3334
</PropertyGroup>
3435
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -85,6 +86,18 @@
8586
<CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
8687
<Prefer32Bit>true</Prefer32Bit>
8788
</PropertyGroup>
89+
<PropertyGroup>
90+
<ManifestCertificateThumbprint>8E2DFB827EDCE785FB6E9CA7358C5F3CCD87FDCB</ManifestCertificateThumbprint>
91+
</PropertyGroup>
92+
<PropertyGroup>
93+
<ManifestKeyFile>Process Cube Explorer_TemporaryKey.pfx</ManifestKeyFile>
94+
</PropertyGroup>
95+
<PropertyGroup>
96+
<GenerateManifests>true</GenerateManifests>
97+
</PropertyGroup>
98+
<PropertyGroup>
99+
<SignManifests>true</SignManifests>
100+
</PropertyGroup>
88101
<ItemGroup>
89102
<Reference Include="ReachFramework" />
90103
<Reference Include="System" />
@@ -359,6 +372,7 @@
359372
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
360373
</EmbeddedResource>
361374
<None Include="packages.config" />
375+
<None Include="Process Cube Explorer_TemporaryKey.pfx" />
362376
<None Include="Properties\Settings.settings">
363377
<Generator>PublicSettingsSingleFileGenerator</Generator>
364378
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

Process Cube Explorer/Properties/AssemblyInfo.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33
using System.Windows;
4+
using System.Resources;
45

56
// General Information about an assembly is controlled through the following
67
// set of attributes. Change these attribute values to modify the information
78
// associated with an assembly.
8-
[assembly: AssemblyTitle("Multidimensional Process Mining")]
9-
[assembly: AssemblyDescription("Projektgruppe MPM")]
9+
[assembly: AssemblyTitle("Process Cube Explorer")]
10+
[assembly: AssemblyDescription("Multidimensional Process Mining https://github.com/pgmpm/ProcessCubeExplorer")]
1011
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("PG MPM Uni Oldenburg")]
12+
[assembly: AssemblyCompany("Projektgruppe MPM")]
1213
[assembly: AssemblyProduct("Process Cube Explorer")]
13-
[assembly: AssemblyCopyright("Copyright © 2013")]
14+
[assembly: AssemblyCopyright("Copyright © 2014")]
1415
[assembly: AssemblyTrademark("")]
1516
[assembly: AssemblyCulture("")]
1617

@@ -51,3 +52,4 @@
5152
// [assembly: AssemblyVersion("1.0.*")]
5253
[assembly: AssemblyVersion("2.0.0.0")]
5354
[assembly: AssemblyFileVersion("1.0.0.0")]
55+
[assembly: NeutralResourcesLanguageAttribute("en")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)