Import to Visual Studio 2015 (sic)

master
Dominic Reich 9 years ago
parent 6b24fbfa38
commit 6d3fd605ec

@ -12,6 +12,21 @@
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -20,7 +35,8 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Aufwachen.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@ -30,8 +46,10 @@
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Aufwachen.xml</DocumentationFile>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
@ -46,7 +64,7 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>tmsnat.ico</ApplicationIcon>
<ApplicationIcon>my_network_places.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -129,8 +147,21 @@
<None Include="App.config" />
</ItemGroup>
<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>
<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.

@ -1,3 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>de-DE</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>

@ -73,7 +73,7 @@ Partial Class frm_Main
Me.btn_defined_1.Name = "btn_defined_1"
Me.btn_defined_1.Size = New System.Drawing.Size(147, 33)
Me.btn_defined_1.TabIndex = 4
Me.btn_defined_1.Text = "MONSTER"
Me.btn_defined_1.Text = "&BÜRO"
Me.btn_defined_1.UseVisualStyleBackColor = True
'
'btn_defined_2
@ -82,7 +82,7 @@ Partial Class frm_Main
Me.btn_defined_2.Name = "btn_defined_2"
Me.btn_defined_2.Size = New System.Drawing.Size(147, 33)
Me.btn_defined_2.TabIndex = 5
Me.btn_defined_2.Text = "BUERO"
Me.btn_defined_2.Text = "&DESKTOP-IM5196M"
Me.btn_defined_2.UseVisualStyleBackColor = True
'
'btn_defined_3
@ -91,9 +91,8 @@ Partial Class frm_Main
Me.btn_defined_3.Name = "btn_defined_3"
Me.btn_defined_3.Size = New System.Drawing.Size(147, 33)
Me.btn_defined_3.TabIndex = 6
Me.btn_defined_3.Text = "WEITERER PC"
Me.btn_defined_3.Text = "D&ANIELR"
Me.btn_defined_3.UseVisualStyleBackColor = True
Me.btn_defined_3.Visible = False
'
'frm_Main
'

File diff suppressed because it is too large Load Diff

@ -37,11 +37,11 @@ Public Class frm_Main
End Sub
Private Sub btn_defined_2_Click(sender As Object, e As EventArgs) Handles btn_defined_2.Click
txt_mac.Text = "2C:41:38:B2:24:02"
txt_mac.Text = "68:05:CA:3E:09:DC"
End Sub
Private Sub btn_defined_3_Click(sender As Object, e As EventArgs) Handles btn_defined_3.Click
txt_mac.Text = "00:15:58:C5:3A:9C"
txt_mac.Text = "90:E6:BA:0A:BB:E5"
End Sub
Private Sub btn_help_Click(sender As Object, e As EventArgs) Handles btn_help.Click

@ -38,7 +38,7 @@ Partial Class frm_Status
'
'timer_status
'
Me.timer_status.Interval = 5000
Me.timer_status.Interval = 50
'
'frm_Status
'

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Loading…
Cancel
Save