diff --git a/Examples/Output/ForLoop.png b/Examples/Output/ForLoop.png new file mode 100644 index 0000000..d62ddb1 Binary files /dev/null and b/Examples/Output/ForLoop.png differ diff --git a/Examples/Output/IfBranching.png b/Examples/Output/IfBranching.png new file mode 100644 index 0000000..02ecbb8 Binary files /dev/null and b/Examples/Output/IfBranching.png differ diff --git a/Examples/Output/SwitchBranching.png b/Examples/Output/SwitchBranching.png new file mode 100644 index 0000000..c0e803d Binary files /dev/null and b/Examples/Output/SwitchBranching.png differ diff --git a/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/AssemblyInfo.cs b/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..32dbaf2 Binary files /dev/null and b/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/AssemblyInfo.cs differ diff --git a/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/PexAssemblyInfo.cs b/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/PexAssemblyInfo.cs new file mode 100644 index 0000000..6c76a1e Binary files /dev/null and b/Examples/SEViz.Demos/SEViz.Demos.Tests/Properties/PexAssemblyInfo.cs differ diff --git a/Examples/SEViz.Demos/SEViz.Demos.Tests/SEViz.Demos.Tests.csproj b/Examples/SEViz.Demos/SEViz.Demos.Tests/SEViz.Demos.Tests.csproj new file mode 100644 index 0000000..9f52ff4 --- /dev/null +++ b/Examples/SEViz.Demos/SEViz.Demos.Tests/SEViz.Demos.Tests.csproj @@ -0,0 +1,105 @@ + + + + Debug + AnyCPU + {506CEE15-7193-4245-B139-639C15119189} + Library + Properties + SEViz.Demos.Tests + SEViz.Demos.Tests + v4.5 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + True + Full + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\..\..\..\..\Programs\VS2015\Common7\IDE\Extensions\Microsoft\Pex\Microsoft.Pex.Framework.dll + + + ..\..\..\Source\SEViz.Monitoring\bin\Debug\SEViz.Monitoring.dll + + + + + + {2381432B-FFC3-437C-B846-F76ACEB02EAE} + SEViz.Demos + + + + + + + + SimpleTest.cs + + + SimpleTest.cs + + + + + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + + + + + \ No newline at end of file diff --git a/Examples/SEViz.Demos/SEViz.Demos.Tests/SimpleTest.cs b/Examples/SEViz.Demos/SEViz.Demos.Tests/SimpleTest.cs new file mode 100644 index 0000000..635ab45 Binary files /dev/null and b/Examples/SEViz.Demos/SEViz.Demos.Tests/SimpleTest.cs differ diff --git a/Examples/SEViz.Demos/SEViz.Demos.sln b/Examples/SEViz.Demos/SEViz.Demos.sln index 5a48ced..a873d89 100644 --- a/Examples/SEViz.Demos/SEViz.Demos.sln +++ b/Examples/SEViz.Demos/SEViz.Demos.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.22310.1 +VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEViz.Demos", "SEViz.Demos\SEViz.Demos.csproj", "{2381432B-FFC3-437C-B846-F76ACEB02EAE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEViz.Demos.Tests", "SEViz.Demos.Tests\SEViz.Demos.Tests.csproj", "{B323B764-F762-442B-AB41-B6C79AF4B995}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SEViz.Demos.Tests", "SEViz.Demos.Tests\SEViz.Demos.Tests.csproj", "{506CEE15-7193-4245-B139-639C15119189}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,10 +17,10 @@ Global {2381432B-FFC3-437C-B846-F76ACEB02EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU {2381432B-FFC3-437C-B846-F76ACEB02EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU {2381432B-FFC3-437C-B846-F76ACEB02EAE}.Release|Any CPU.Build.0 = Release|Any CPU - {B323B764-F762-442B-AB41-B6C79AF4B995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B323B764-F762-442B-AB41-B6C79AF4B995}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B323B764-F762-442B-AB41-B6C79AF4B995}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B323B764-F762-442B-AB41-B6C79AF4B995}.Release|Any CPU.Build.0 = Release|Any CPU + {506CEE15-7193-4245-B139-639C15119189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {506CEE15-7193-4245-B139-639C15119189}.Debug|Any CPU.Build.0 = Debug|Any CPU + {506CEE15-7193-4245-B139-639C15119189}.Release|Any CPU.ActiveCfg = Release|Any CPU + {506CEE15-7193-4245-B139-639C15119189}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE