Veröffentlichung hinzugefügt (minor changes or none in files, github ignore does not really work in VS2015)

master
Dominic Reich 9 years ago
parent 386d688e20
commit 6c8ba65851

@ -1,173 +1,207 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="12.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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{542DFF8A-D17F-45D9-8906-A25860967587}</ProjectGuid> <ProjectGuid>{542DFF8A-D17F-45D9-8906-A25860967587}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<StartupObject>Aufwachen.My.MyApplication</StartupObject> <StartupObject>Aufwachen.My.MyApplication</StartupObject>
<RootNamespace>Aufwachen</RootNamespace> <RootNamespace>Aufwachen</RootNamespace>
<AssemblyName>Aufwachen</AssemblyName> <AssemblyName>Aufwachen</AssemblyName>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType> <MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl> <IsWebBootstrapper>true</IsWebBootstrapper>
<Install>true</Install> <PublishUrl>Z:\Aufwachen\</PublishUrl>
<InstallFrom>Disk</InstallFrom> <Install>true</Install>
<UpdateEnabled>false</UpdateEnabled> <InstallFrom>Web</InstallFrom>
<UpdateMode>Foreground</UpdateMode> <UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval> <UpdateMode>Foreground</UpdateMode>
<UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdateInterval>7</UpdateInterval>
<UpdatePeriodically>false</UpdatePeriodically> <UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdateRequired>false</UpdateRequired> <UpdatePeriodically>false</UpdatePeriodically>
<MapFileExtensions>true</MapFileExtensions> <UpdateRequired>false</UpdateRequired>
<ApplicationRevision>0</ApplicationRevision> <MapFileExtensions>true</MapFileExtensions>
<ApplicationVersion>1.0.0.0</ApplicationVersion> <InstallUrl>http://tools.dominicreich.com/Aufwachen/</InstallUrl>
<IsWebBootstrapper>false</IsWebBootstrapper> <UpdateUrl>http://tools.dominicreich.com/Aufwachen/</UpdateUrl>
<UseApplicationTrust>false</UseApplicationTrust> <SupportUrl>http://tmsn.at/%3ftools&amp;aufwachen</SupportUrl>
<BootstrapperEnabled>true</BootstrapperEnabled> <ErrorReportUrl>https://github.com/freefallcid/aufwachen/issues</ErrorReportUrl>
</PropertyGroup> <ProductName>Aufwachen</ProductName>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PublisherName>Dominic Reich</PublisherName>
<PlatformTarget>AnyCPU</PlatformTarget> <ApplicationRevision>1</ApplicationRevision>
<DebugSymbols>true</DebugSymbols> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<DebugType>full</DebugType> <UseApplicationTrust>false</UseApplicationTrust>
<DefineDebug>true</DefineDebug> <CreateDesktopShortcut>true</CreateDesktopShortcut>
<DefineTrace>true</DefineTrace> <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
<OutputPath>bin\Debug\</OutputPath> <PublishWizardCompleted>true</PublishWizardCompleted>
<DocumentationFile> <BootstrapperEnabled>true</BootstrapperEnabled>
</DocumentationFile> </PropertyGroup>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup> <PlatformTarget>AnyCPU</PlatformTarget>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols>
<PlatformTarget>AnyCPU</PlatformTarget> <DebugType>full</DebugType>
<DebugType>pdbonly</DebugType> <DefineDebug>true</DefineDebug>
<DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace>
<DefineTrace>true</DefineTrace> <OutputPath>bin\Debug\</OutputPath>
<Optimize>true</Optimize> <DocumentationFile>
<OutputPath>bin\Release\</OutputPath> </DocumentationFile>
<DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</DocumentationFile> </PropertyGroup>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<UseVSHostingProcess>false</UseVSHostingProcess> <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup> <DebugType>pdbonly</DebugType>
<PropertyGroup> <DefineDebug>false</DefineDebug>
<OptionExplicit>On</OptionExplicit> <DefineTrace>true</DefineTrace>
</PropertyGroup> <Optimize>true</Optimize>
<PropertyGroup> <OutputPath>bin\Release\</OutputPath>
<OptionCompare>Binary</OptionCompare> <DocumentationFile>
</PropertyGroup> </DocumentationFile>
<PropertyGroup> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<OptionStrict>Off</OptionStrict> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<OptionInfer>On</OptionInfer> <OptionExplicit>On</OptionExplicit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>my_network_places.ico</ApplicationIcon> <OptionCompare>Binary</OptionCompare>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <PropertyGroup>
<Reference Include="System" /> <OptionStrict>Off</OptionStrict>
<Reference Include="System.Data" /> </PropertyGroup>
<Reference Include="System.Deployment" /> <PropertyGroup>
<Reference Include="System.Drawing" /> <OptionInfer>On</OptionInfer>
<Reference Include="System.Windows.Forms" /> </PropertyGroup>
<Reference Include="System.Xml" /> <PropertyGroup>
<Reference Include="System.Core" /> <ApplicationIcon>my_network_places.ico</ApplicationIcon>
<Reference Include="System.Xml.Linq" /> </PropertyGroup>
<Reference Include="System.Data.DataSetExtensions" /> <PropertyGroup>
</ItemGroup> <ManifestCertificateThumbprint>9D72C8839919D754E44682D18A8FC8682C827295</ManifestCertificateThumbprint>
<ItemGroup> </PropertyGroup>
<Import Include="Microsoft.VisualBasic" /> <PropertyGroup>
<Import Include="System" /> <ManifestKeyFile>Aufwachen_TemporaryKey.pfx</ManifestKeyFile>
<Import Include="System.Collections" /> </PropertyGroup>
<Import Include="System.Collections.Generic" /> <PropertyGroup>
<Import Include="System.Data" /> <GenerateManifests>true</GenerateManifests>
<Import Include="System.Drawing" /> </PropertyGroup>
<Import Include="System.Diagnostics" /> <PropertyGroup>
<Import Include="System.Windows.Forms" /> <SignManifests>true</SignManifests>
<Import Include="System.Linq" /> </PropertyGroup>
<Import Include="System.Xml.Linq" /> <ItemGroup>
<Import Include="System.Threading.Tasks" /> <Reference Include="System" />
</ItemGroup> <Reference Include="System.Data" />
<ItemGroup> <Reference Include="System.Deployment" />
<Compile Include="frm_Main.vb"> <Reference Include="System.Drawing" />
<SubType>Form</SubType> <Reference Include="System.Windows.Forms" />
</Compile> <Reference Include="System.Xml" />
<Compile Include="frm_Main.Designer.vb"> <Reference Include="System.Core" />
<DependentUpon>frm_Main.vb</DependentUpon> <Reference Include="System.Xml.Linq" />
<SubType>Form</SubType> <Reference Include="System.Data.DataSetExtensions" />
</Compile> </ItemGroup>
<Compile Include="frm_Status.Designer.vb"> <ItemGroup>
<DependentUpon>frm_Status.vb</DependentUpon> <Import Include="Microsoft.VisualBasic" />
</Compile> <Import Include="System" />
<Compile Include="frm_Status.vb"> <Import Include="System.Collections" />
<SubType>Form</SubType> <Import Include="System.Collections.Generic" />
</Compile> <Import Include="System.Data" />
<Compile Include="My Project\AssemblyInfo.vb" /> <Import Include="System.Drawing" />
<Compile Include="My Project\Application.Designer.vb"> <Import Include="System.Diagnostics" />
<AutoGen>True</AutoGen> <Import Include="System.Windows.Forms" />
<DependentUpon>Application.myapp</DependentUpon> <Import Include="System.Linq" />
</Compile> <Import Include="System.Xml.Linq" />
<Compile Include="My Project\Resources.Designer.vb"> <Import Include="System.Threading.Tasks" />
<AutoGen>True</AutoGen> </ItemGroup>
<DesignTime>True</DesignTime> <ItemGroup>
<DependentUpon>Resources.resx</DependentUpon> <Compile Include="frm_Main.vb">
</Compile> <SubType>Form</SubType>
<Compile Include="My Project\Settings.Designer.vb"> </Compile>
<AutoGen>True</AutoGen> <Compile Include="frm_Main.Designer.vb">
<DependentUpon>Settings.settings</DependentUpon> <DependentUpon>frm_Main.vb</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput> <SubType>Form</SubType>
</Compile> </Compile>
</ItemGroup> <Compile Include="frm_Status.Designer.vb">
<ItemGroup> <DependentUpon>frm_Status.vb</DependentUpon>
<EmbeddedResource Include="frm_Main.resx"> </Compile>
<DependentUpon>frm_Main.vb</DependentUpon> <Compile Include="frm_Status.vb">
</EmbeddedResource> <SubType>Form</SubType>
<EmbeddedResource Include="frm_Status.resx"> </Compile>
<DependentUpon>frm_Status.vb</DependentUpon> <Compile Include="My Project\AssemblyInfo.vb" />
</EmbeddedResource> <Compile Include="My Project\Application.Designer.vb">
<EmbeddedResource Include="My Project\Resources.resx"> <AutoGen>True</AutoGen>
<Generator>VbMyResourcesResXFileCodeGenerator</Generator> <DependentUpon>Application.myapp</DependentUpon>
<LastGenOutput>Resources.Designer.vb</LastGenOutput> </Compile>
<CustomToolNamespace>My.Resources</CustomToolNamespace> <Compile Include="My Project\Resources.Designer.vb">
<SubType>Designer</SubType> <AutoGen>True</AutoGen>
</EmbeddedResource> <DesignTime>True</DesignTime>
</ItemGroup> <DependentUpon>Resources.resx</DependentUpon>
<ItemGroup> </Compile>
<None Include="My Project\Application.myapp"> <Compile Include="My Project\Settings.Designer.vb">
<Generator>MyApplicationCodeGenerator</Generator> <AutoGen>True</AutoGen>
<LastGenOutput>Application.Designer.vb</LastGenOutput> <DependentUpon>Settings.settings</DependentUpon>
</None> <DesignTimeSharedInput>True</DesignTimeSharedInput>
<None Include="My Project\Settings.settings"> </Compile>
<Generator>SettingsSingleFileGenerator</Generator> </ItemGroup>
<CustomToolNamespace>My</CustomToolNamespace> <ItemGroup>
<LastGenOutput>Settings.Designer.vb</LastGenOutput> <EmbeddedResource Include="frm_Main.resx">
</None> <DependentUpon>frm_Main.vb</DependentUpon>
<None Include="App.config" /> </EmbeddedResource>
</ItemGroup> <EmbeddedResource Include="frm_Status.resx">
<ItemGroup> <DependentUpon>frm_Status.vb</DependentUpon>
<Content Include="my_network_places.ico" /> </EmbeddedResource>
<Content Include="tmsnat.ico" /> <EmbeddedResource Include="My Project\Resources.resx">
</ItemGroup> <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<ItemGroup> <LastGenOutput>Resources.Designer.vb</LastGenOutput>
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> <CustomToolNamespace>My.Resources</CustomToolNamespace>
<Visible>False</Visible> <SubType>Designer</SubType>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> </EmbeddedResource>
<Install>true</Install> </ItemGroup>
</BootstrapperPackage> <ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <None Include="Aufwachen_TemporaryKey.pfx" />
<Visible>False</Visible> <None Include="My Project\Application.myapp">
<ProductName>.NET Framework 3.5 SP1</ProductName> <Generator>MyApplicationCodeGenerator</Generator>
<Install>false</Install> <LastGenOutput>Application.Designer.vb</LastGenOutput>
</BootstrapperPackage> </None>
</ItemGroup> <None Include="My Project\Settings.settings">
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <Generator>SettingsSingleFileGenerator</Generator>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <CustomToolNamespace>My</CustomToolNamespace>
Other similar extension points exist, see Microsoft.Common.targets. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
<Target Name="BeforeBuild"> </None>
</Target> <None Include="App.config" />
<Target Name="AfterBuild"> </ItemGroup>
</Target> <ItemGroup>
--> <Content Include="my_network_places.ico" />
<Content Include="tmsnat.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<PublishFile Include="tmsnat.ico">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Exclude</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>File</FileType>
</PublishFile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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> </Project>

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory> <PublishUrlHistory>Z:\Aufwachen\|Z:\|publish\</PublishUrlHistory>
<InstallUrlHistory /> <InstallUrlHistory>http://tools.dominicreich.com/Aufwachen/</InstallUrlHistory>
<SupportUrlHistory /> <SupportUrlHistory>http://tmsn.at/%3ftools&amp;aufwachen</SupportUrlHistory>
<UpdateUrlHistory /> <UpdateUrlHistory />
<BootstrapperUrlHistory /> <BootstrapperUrlHistory />
<ErrorReportUrlHistory /> <ErrorReportUrlHistory>https://github.com/freefallcid/aufwachen/issues</ErrorReportUrlHistory>
<FallbackCulture>de-DE</FallbackCulture> <FallbackCulture>de-DE</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles> <VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

@ -1,35 +1,35 @@
Imports System Imports System
Imports System.Reflection Imports System.Reflection
Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following ' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information ' set of attributes. Change these attribute values to modify the information
' associated with an assembly. ' associated with an assembly.
' Review the values of the assembly attributes ' Review the values of the assembly attributes
<Assembly: AssemblyTitle("Aufwachen")> <Assembly: AssemblyTitle("Aufwachen")>
<Assembly: AssemblyDescription("")> <Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")> <Assembly: AssemblyCompany("Dominic Reich")>
<Assembly: AssemblyProduct("Aufwachen")> <Assembly: AssemblyProduct("Aufwachen")>
<Assembly: AssemblyCopyright("Copyright © 2014")> <Assembly: AssemblyCopyright("Copyright © 2014 Dominic Reich")>
<Assembly: AssemblyTrademark("")> <Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM 'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("1576cf11-8bdd-4500-bc7c-6b5db091cb07")> <Assembly: Guid("1576cf11-8bdd-4500-bc7c-6b5db091cb07")>
' Version information for an assembly consists of the following four values: ' Version information for an assembly consists of the following four values:
' '
' Major Version ' Major Version
' Minor Version ' Minor Version
' Build Number ' Build Number
' Revision ' Revision
' '
' You can specify all the values or you can default the Build and Revision Numbers ' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below: ' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.*")> <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyFileVersion("1.0")> <Assembly: AssemblyFileVersion("1.0")>

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges> </requestedPrivileges>
</security> </security>
</trustInfo> </trustInfo>
</assembly> </assembly>

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/> <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges> </requestedPrivileges>
</security> </security>
</trustInfo> </trustInfo>
</assembly> </assembly>

@ -1,123 +1,123 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema
Version 2.0 Version 2.0
The primary goals of this format is to allow a simple XML format The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes various data types are done through the TypeConverter classes
associated with the data types. associated with the data types.
Example: Example:
... ado.net/XML headers & schema ... ... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader> <resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value> <value>[base64 mime encoded serialized .NET Framework object]</value>
</data> </data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment> <comment>This is a comment</comment>
</data> </data>
There are any number of "resheader" rows that contain simple There are any number of "resheader" rows that contain simple
name/value pairs. name/value pairs.
Each data row contains a name, and value. The row also contains a Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture. text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the Classes that don't support this are serialized and stored with the
mimetype set. mimetype set.
The mimetype is used for serialized objects, and tells the The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly: extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below. read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64 mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64 mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64 mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter : using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
--> -->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType> <xsd:complexType>
<xsd:choice maxOccurs="unbounded"> <xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata"> <xsd:element name="metadata">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" /> <xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="assembly"> <xsd:element name="assembly">
<xsd:complexType> <xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="data"> <xsd:element name="data">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="resheader"> <xsd:element name="resheader">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:choice> </xsd:choice>
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:schema> </xsd:schema>
<resheader name="resmimetype"> <resheader name="resmimetype">
<value>text/microsoft-resx</value> <value>text/microsoft-resx</value>
</resheader> </resheader>
<resheader name="version"> <resheader name="version">
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<metadata name="timer_status.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="timer_status.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>
</root> </root>

@ -1,11 +1,11 @@
Public Class frm_Status Public Class frm_Status
Private Sub frm_Status_Load(sender As Object, e As EventArgs) Handles MyBase.Load Private Sub frm_Status_Load(sender As Object, e As EventArgs) Handles MyBase.Load
timer_status.Enabled = True timer_status.Enabled = True
End Sub End Sub
Private Sub timer_status_Tick(sender As Object, e As EventArgs) Handles timer_status.Tick Private Sub timer_status_Tick(sender As Object, e As EventArgs) Handles timer_status.Tick
frm_Main.Enabled = True frm_Main.Enabled = True
Me.Close() Me.Close()
End Sub End Sub
End Class End Class

@ -1,10 +1,11 @@
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.exe.config C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.exe.config
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.exe C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.exe
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.pdb C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.pdb
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.xml C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\bin\Debug\Aufwachen.xml
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.frm_Main.resources C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.frm_Main.resources
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.Resources.resources C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.Resources.resources
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.vbproj.GenerateResource.Cache C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.vbproj.GenerateResource.Cache
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.exe C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.exe
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.xml C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.xml
C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.pdb C:\Users\Dominic\AppData\Local\Temporary Projects\Aufwachen\obj\Debug\Aufwachen.pdb
C:\Users\Dominic\Documents\Visual Studio 2015\Projects\Aufwachen\Aufwachen\bin\Debug\Aufwachen.exe.config

Loading…
Cancel
Save