- Added a Visual Studio solution that builds the C test scripts on Windows. - Updated .gitignore to ignore user specific Visual Studio files - Updated .gitignore to ignore Windows build folders - Fixed a bug in closeTest. It now properly closes the UDP port a second time after reopening the port to verify that it closed successfully.
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 2013
|
|
VisualStudioVersion = 12.0.31101.0
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CTests", "CTests.vcxproj", "{BC701AF4-552C-4C9D-82A1-B352542783A4}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Win32 = Debug|Win32
|
|
Debug|x64 = Debug|x64
|
|
Release|Win32 = Release|Win32
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Debug|Win32.Build.0 = Debug|Win32
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Debug|x64.ActiveCfg = Debug|x64
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Debug|x64.Build.0 = Debug|x64
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Release|Win32.ActiveCfg = Release|Win32
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Release|Win32.Build.0 = Release|Win32
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Release|x64.ActiveCfg = Release|x64
|
|
{BC701AF4-552C-4C9D-82A1-B352542783A4}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|