Skip to content

Commit 8eeb537

Browse files
authored
Inital upload
1 parent f68a392 commit 8eeb537

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2213
-0
lines changed

UDP Data Test.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UDP Data Test", "UDP Data Test\UDP Data Test.vbproj", "{74669418-A9E0-44BF-AE4E-74641233BAB7}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{74669418-A9E0-44BF-AE4E-74641233BAB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{74669418-A9E0-44BF-AE4E-74641233BAB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{74669418-A9E0-44BF-AE4E-74641233BAB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{74669418-A9E0-44BF-AE4E-74641233BAB7}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

UDP Data Test/App.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>

UDP Data Test/Form1.Designer.vb

+269
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)