Skip to content

Commit

Permalink
.net framework 4.x VB
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bludau committed Mar 15, 2023
1 parent ca20790 commit 397a748
Show file tree
Hide file tree
Showing 70 changed files with 15,938 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Cubss - JTL Lager Sync.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Cubss - JTL Lager Sync", "Cubss - JTL Lager Sync.vbproj", "{39D1FECC-A6CA-41E4-A659-A125C2E05444}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39D1FECC-A6CA-41E4-A659-A125C2E05444}.Debug|x86.ActiveCfg = Debug|x86
{39D1FECC-A6CA-41E4-A659-A125C2E05444}.Debug|x86.Build.0 = Debug|x86
{39D1FECC-A6CA-41E4-A659-A125C2E05444}.Release|x86.ActiveCfg = Release|x86
{39D1FECC-A6CA-41E4-A659-A125C2E05444}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E303476-1A1B-474E-A47B-F445AE542A06}
EndGlobalSection
EndGlobal
185 changes: 185 additions & 0 deletions Cubss - JTL Lager Sync.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{39D1FECC-A6CA-41E4-A659-A125C2E05444}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>JTL_Lager_Sync.My.MyApplication</StartupObject>
<RootNamespace>JTL_Lager_Sync</RootNamespace>
<AssemblyName>Cubss - JTL Lager Sync</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Cubss - JTL Lager Sync.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Cubss - JTL Lager Sync.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenPop">
<HintPath>.\OpenPop.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="clsDatenbank.vb" />
<Compile Include="clsEmail.vb" />
<Compile Include="clsMail.vb" />
<Compile Include="clsUpdateDownloader.vb" />
<Compile Include="Form1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.vb">
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDatenbankEinstellungen.designer.vb">
<DependentUpon>frmDatenbankEinstellungen.vb</DependentUpon>
</Compile>
<Compile Include="frmDatenbankEinstellungen.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDemoVersion.designer.vb">
<DependentUpon>frmDemoVersion.vb</DependentUpon>
</Compile>
<Compile Include="frmDemoVersion.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDemoVersionRegistrieren.designer.vb">
<DependentUpon>frmDemoVersionRegistrieren.vb</DependentUpon>
</Compile>
<Compile Include="frmDemoVersionRegistrieren.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMailServer.designer.vb">
<DependentUpon>frmMailServer.vb</DependentUpon>
</Compile>
<Compile Include="frmMailServer.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmShopURL.Designer.vb">
<DependentUpon>frmShopURL.vb</DependentUpon>
</Compile>
<Compile Include="frmShopURL.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmUpdater.designer.vb">
<DependentUpon>frmUpdater.vb</DependentUpon>
</Compile>
<Compile Include="frmUpdater.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="modKopierschutz.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDatenbankEinstellungen.resx">
<DependentUpon>frmDatenbankEinstellungen.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDemoVersion.resx">
<DependentUpon>frmDemoVersion.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDemoVersionRegistrieren.resx">
<DependentUpon>frmDemoVersionRegistrieren.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMailServer.resx">
<DependentUpon>frmMailServer.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmShopURL.resx">
<DependentUpon>frmShopURL.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmUpdater.resx">
<DependentUpon>frmUpdater.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</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>
6 changes: 6 additions & 0 deletions Cubss - JTL Lager Sync.vbproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
Loading

0 comments on commit 397a748

Please sign in to comment.