Namespaces geändert
This commit is contained in:
parent
57559067f5
commit
78ee2b277b
Binary file not shown.
Before Width: | Height: | Size: 207 KiB |
@ -1,9 +1,9 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.24720.0
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.28307.438
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Massendrucker", "Massendrucker\Massendrucker.csproj", "{FE8DA07A-ED80-4284-96B6-B76D35A605C8}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mk0.Software.Massendrucker", "Mk0.Software.Massendrucker\Mk0.Software.Massendrucker.csproj", "{FE8DA07A-ED80-4284-96B6-B76D35A605C8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@ -19,4 +19,7 @@ Global
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {11585D3E-5571-4371-84C1-01D0CFF9724F}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
@ -1,4 +1,4 @@
|
||||
namespace Massendrucker
|
||||
namespace Mk0.Software.Massendrucker
|
||||
{
|
||||
partial class Main
|
||||
{
|
||||
@ -218,7 +218,7 @@
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "Main";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "ÖKB Massendrucker";
|
||||
this.Text = "Massendrucker";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||||
this.ResumeLayout(false);
|
@ -8,7 +8,7 @@ using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using Word = Microsoft.Office.Interop.Word;
|
||||
|
||||
namespace Massendrucker
|
||||
namespace Mk0.Software.Massendrucker
|
||||
{
|
||||
public partial class Main : Form
|
||||
{
|
@ -66,15 +66,10 @@
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.IO.Compression.FileSystem" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs">
|
@ -1,10 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Massendrucker
|
||||
namespace Mk0.Software.Massendrucker
|
||||
{
|
||||
static class Program
|
||||
{
|
@ -1,16 +1,15 @@
|
||||
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("ÖKB Massendrucker")]
|
||||
[assembly: AssemblyTitle("Massendrucker")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Massendrucker")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016 manuelkamper.com")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016 mk0.at")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Massendrucker.Properties
|
||||
namespace Mk0.Software.Massendrucker.Properties
|
||||
{
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Massendrucker.Properties
|
||||
namespace Mk0.Software.Massendrucker.Properties
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user