diff --git a/Tests/CSharp/AdditionalOptions/AdditionalOptions.cs b/Tests/CSharp/AdditionalOptions/AdditionalOptions.cs
deleted file mode 100644
index 88afc94..0000000
--- a/Tests/CSharp/AdditionalOptions/AdditionalOptions.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class AdditionalOptions
- {
- public static bool additionalOptions()
- {
- Base b = new Base();
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/AdditionalOptions/AdditionalOptions.csproj b/Tests/CSharp/AdditionalOptions/AdditionalOptions.csproj
deleted file mode 100644
index 33f1a42..0000000
--- a/Tests/CSharp/AdditionalOptions/AdditionalOptions.csproj
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}
- Library
- Properties
- AdditionalOptions
- AdditionalOptions
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- -DFOO
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/AdditionalOptions/Properties/AssemblyInfo.cs b/Tests/CSharp/AdditionalOptions/Properties/AssemblyInfo.cs
deleted file mode 100644
index f700410..0000000
--- a/Tests/CSharp/AdditionalOptions/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("AdditionalOptions")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/AdditionalOptions/Test.ice b/Tests/CSharp/AdditionalOptions/Test.ice
deleted file mode 100644
index cab37e4..0000000
--- a/Tests/CSharp/AdditionalOptions/Test.ice
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-#ifdef FOO
-class Base
-{
-
-};
-#endif
-
-#ifdef BAR
-class ;
-#endif
-};
\ No newline at end of file
diff --git a/Tests/CSharp/CSharp Test Suite.sln b/Tests/CSharp/CSharp Test Suite.sln
deleted file mode 100644
index b38963a..0000000
--- a/Tests/CSharp/CSharp Test Suite.sln
+++ /dev/null
@@ -1,138 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdditionalOptions", "AdditionalOptions\AdditionalOptions.csproj", "{64280507-1B52-45EA-ADB9-F341E31C6D29}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Checksums", "Checksums\Checksums.csproj", "{816E9327-38BE-461C-8685-18B1DA45C7EB}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IcePrefix", "IcePrefix\IcePrefix.csproj", "{A396C969-A59F-4C92-AEC8-328357E6BFF4}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IncludeDirectories", "IncludeDirectories\IncludeDirectories.csproj", "{8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutputDirectory", "OutputDirectory\OutputDirectory.csproj", "{EF6CC721-8DEE-4448-9780-BD5582AE008D}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{8E5BDD13-F889-4672-A9A2-BD48733C6206}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stream", "Stream\Stream.csproj", "{04F22C6A-1306-489B-88A3-1613EDF167D5}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tie", "Tie\Tie.csproj", "{5D4A7F28-21A1-4C43-B003-E40E774D41EA}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Underscores", "Underscores\Underscores.csproj", "{993A1156-E67A-4E5D-A779-F7767746AD26}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{AA4C798D-A976-4EB8-B69C-4084B851A8E2}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|Mixed Platforms = Debug|Mixed Platforms
- Debug|Win32 = Debug|Win32
- Release|Any CPU = Release|Any CPU
- Release|Mixed Platforms = Release|Mixed Platforms
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Release|Any CPU.Build.0 = Release|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {64280507-1B52-45EA-ADB9-F341E31C6D29}.Release|Win32.ActiveCfg = Release|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Release|Any CPU.Build.0 = Release|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}.Release|Win32.ActiveCfg = Release|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Release|Any CPU.Build.0 = Release|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}.Release|Win32.ActiveCfg = Release|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Release|Any CPU.Build.0 = Release|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}.Release|Win32.ActiveCfg = Release|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Release|Any CPU.Build.0 = Release|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}.Release|Win32.ActiveCfg = Release|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Release|Any CPU.Build.0 = Release|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}.Release|Win32.ActiveCfg = Release|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Release|Any CPU.Build.0 = Release|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}.Release|Win32.ActiveCfg = Release|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Release|Any CPU.Build.0 = Release|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}.Release|Win32.ActiveCfg = Release|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Release|Any CPU.Build.0 = Release|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}.Release|Win32.ActiveCfg = Release|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Debug|Win32.ActiveCfg = Debug|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Release|Any CPU.Build.0 = Release|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}.Release|Win32.ActiveCfg = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Tests/CSharp/Checksums/Checksums.cs b/Tests/CSharp/Checksums/Checksums.cs
deleted file mode 100644
index a26047c..0000000
--- a/Tests/CSharp/Checksums/Checksums.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class Checksums
- {
- public static String checksum()
- {
- return Ice.SliceChecksums.checksums.FirstOrDefault(i => i.Key.Equals("::Test::Person")).Value;
- }
- }
-}
diff --git a/Tests/CSharp/Checksums/Checksums.csproj b/Tests/CSharp/Checksums/Checksums.csproj
deleted file mode 100644
index 0239dc3..0000000
--- a/Tests/CSharp/Checksums/Checksums.csproj
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {816E9327-38BE-461C-8685-18B1DA45C7EB}
- Library
- Properties
- Checksums
- Checksums
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- yes
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/Checksums/Properties/AssemblyInfo.cs b/Tests/CSharp/Checksums/Properties/AssemblyInfo.cs
deleted file mode 100644
index 87e90fc..0000000
--- a/Tests/CSharp/Checksums/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Checksums")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/Checksums/Test.ice b/Tests/CSharp/Checksums/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/CSharp/Checksums/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/IcePrefix/IcePrefix.cs b/Tests/CSharp/IcePrefix/IcePrefix.cs
deleted file mode 100644
index 69918c1..0000000
--- a/Tests/CSharp/IcePrefix/IcePrefix.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class IcePrefix
- {
- public static bool icePrefix()
- {
- Test.IcePerson person = new Test.IcePerson();
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/IcePrefix/IcePrefix.csproj b/Tests/CSharp/IcePrefix/IcePrefix.csproj
deleted file mode 100644
index bd15303..0000000
--- a/Tests/CSharp/IcePrefix/IcePrefix.csproj
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {A396C969-A59F-4C92-AEC8-328357E6BFF4}
- Library
- Properties
- IcePrefix
- IcePrefix
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
- Test.cs
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- yes
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/IcePrefix/Properties/AssemblyInfo.cs b/Tests/CSharp/IcePrefix/Properties/AssemblyInfo.cs
deleted file mode 100644
index 2b6fb25..0000000
--- a/Tests/CSharp/IcePrefix/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("IcePrefix")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/IcePrefix/Test.ice b/Tests/CSharp/IcePrefix/Test.ice
deleted file mode 100644
index b8cc68c..0000000
--- a/Tests/CSharp/IcePrefix/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class IcePerson
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/IcePrefix/err.txt b/Tests/CSharp/IcePrefix/err.txt
deleted file mode 100644
index e7c81b7..0000000
Binary files a/Tests/CSharp/IcePrefix/err.txt and /dev/null differ
diff --git a/Tests/CSharp/IncludeDirectories/ClassDiagram1.cd b/Tests/CSharp/IncludeDirectories/ClassDiagram1.cd
deleted file mode 100644
index 7b89419..0000000
--- a/Tests/CSharp/IncludeDirectories/ClassDiagram1.cd
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/IncludeDirectories/IncludeDirectories.cs b/Tests/CSharp/IncludeDirectories/IncludeDirectories.cs
deleted file mode 100644
index 54f478c..0000000
--- a/Tests/CSharp/IncludeDirectories/IncludeDirectories.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class IncludeDirectories
- {
- public static bool includeDirectories()
- {
- Module2.Derived d = new Module2.Derived();
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/IncludeDirectories/IncludeDirectories.csproj b/Tests/CSharp/IncludeDirectories/IncludeDirectories.csproj
deleted file mode 100644
index e7582b0..0000000
--- a/Tests/CSharp/IncludeDirectories/IncludeDirectories.csproj
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {8763EBF9-EA8E-4599-81E6-DA7DCBC981F3}
- Library
- Properties
- IncludeDirectories
- IncludeDirectories
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
- True
-
-
- ..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll
-
-
-
-
-
-
-
- ..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Xml.Linq.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice;.
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/IncludeDirectories/Module1.ice b/Tests/CSharp/IncludeDirectories/Module1.ice
deleted file mode 100644
index 4bbae5e..0000000
--- a/Tests/CSharp/IncludeDirectories/Module1.ice
+++ /dev/null
@@ -1,17 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-
-module Module1
-{
-
-class Base
-{
- Ice::Identity id;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/IncludeDirectories/Module2.ice b/Tests/CSharp/IncludeDirectories/Module2.ice
deleted file mode 100644
index 0521f9d..0000000
--- a/Tests/CSharp/IncludeDirectories/Module2.ice
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-module Module2
-{
-
-class Derived extends ::Module1::Base
-{
- Ice::StringSeq names;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/IncludeDirectories/Properties/AssemblyInfo.cs b/Tests/CSharp/IncludeDirectories/Properties/AssemblyInfo.cs
deleted file mode 100644
index 329b6a0..0000000
--- a/Tests/CSharp/IncludeDirectories/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("IncludeDirectories")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/OutputDirectory/OutputDirectory.cs b/Tests/CSharp/OutputDirectory/OutputDirectory.cs
deleted file mode 100644
index 600ddf0..0000000
--- a/Tests/CSharp/OutputDirectory/OutputDirectory.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.IO;
-
-namespace Test
-{
- public class OutputDirectory
- {
- public static bool outputDirectory()
- {
- String baseDir = Path.GetFullPath(".");
- while (!baseDir.EndsWith("CSharp"))
- {
- baseDir = Path.GetDirectoryName(baseDir);
- }
- return File.Exists(Path.Combine(baseDir, "OutputDirectory", "generated", "client", "Test.cs"));
- }
- }
-}
diff --git a/Tests/CSharp/OutputDirectory/OutputDirectory.csproj b/Tests/CSharp/OutputDirectory/OutputDirectory.csproj
deleted file mode 100644
index eb3fc6a..0000000
--- a/Tests/CSharp/OutputDirectory/OutputDirectory.csproj
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {EF6CC721-8DEE-4448-9780-BD5582AE008D}
- Library
- Properties
- OutputDirectory
- OutputDirectory
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- $(ProjectDir)\generated\client
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/OutputDirectory/Properties/AssemblyInfo.cs b/Tests/CSharp/OutputDirectory/Properties/AssemblyInfo.cs
deleted file mode 100644
index b02b674..0000000
--- a/Tests/CSharp/OutputDirectory/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("OutputDirectory")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/OutputDirectory/Test.ice b/Tests/CSharp/OutputDirectory/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/CSharp/OutputDirectory/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/Services/Properties/AssemblyInfo.cs b/Tests/CSharp/Services/Properties/AssemblyInfo.cs
deleted file mode 100644
index 4f96cd1..0000000
--- a/Tests/CSharp/Services/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Services")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/Services/Services.cs b/Tests/CSharp/Services/Services.cs
deleted file mode 100644
index 76937fe..0000000
--- a/Tests/CSharp/Services/Services.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class Services
- {
- public static bool services()
- {
- typeof(Glacier2.Application).Assembly.FullName.EndsWith("Glacier2.dll");
- typeof(Ice.Application).Assembly.FullName.EndsWith("Ice.dll");
- typeof(IceBox.Service).Assembly.FullName.EndsWith("IceBox.dll");
- typeof(IceDiscovery.Lookup).Assembly.FullName.EndsWith("IceDiscovery.dll");
- typeof(IceGrid.AdapterObserver).Assembly.FullName.EndsWith("IceGrid.dll");
- typeof(IceLocatorDiscovery.Lookup).Assembly.FullName.EndsWith("IceLocatorDiscovery.dll");
- typeof(IcePatch2.ByteSeqSeqHelper).Assembly.FullName.EndsWith("IcePatch2.dll");
- typeof(IceSSL.CertificateVerifier).Assembly.FullName.EndsWith("IceSSL.dll");
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/Services/Services.csproj b/Tests/CSharp/Services/Services.csproj
deleted file mode 100644
index 05743d9..0000000
--- a/Tests/CSharp/Services/Services.csproj
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {8E5BDD13-F889-4672-A9A2-BD48733C6206}
- Library
- Properties
- Services
- Services
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/Stream/Properties/AssemblyInfo.cs b/Tests/CSharp/Stream/Properties/AssemblyInfo.cs
deleted file mode 100644
index 2522132..0000000
--- a/Tests/CSharp/Stream/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Stream")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/Stream/Stream.cs b/Tests/CSharp/Stream/Stream.cs
deleted file mode 100644
index 8a96128..0000000
--- a/Tests/CSharp/Stream/Stream.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class Stream
- {
- public static bool stream()
- {
- Ice.Communicator communicator = Ice.Util.initialize();
- Ice.OutputStream output = Ice.Util.createOutputStream(communicator);
- PersonPrx person = PersonPrxHelper.uncheckedCast(communicator.stringToProxy("person:default"));
- PersonPrxHelper.write(output, person);
- communicator.destroy();
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/Stream/Stream.csproj b/Tests/CSharp/Stream/Stream.csproj
deleted file mode 100644
index efe6bc3..0000000
--- a/Tests/CSharp/Stream/Stream.csproj
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {04F22C6A-1306-489B-88A3-1613EDF167D5}
- Library
- Properties
- Stream
- Stream
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- yes
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/Stream/Test.ice b/Tests/CSharp/Stream/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/CSharp/Stream/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/Tie/Properties/AssemblyInfo.cs b/Tests/CSharp/Tie/Properties/AssemblyInfo.cs
deleted file mode 100644
index d45399f..0000000
--- a/Tests/CSharp/Tie/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Tie")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/Tie/Test.ice b/Tests/CSharp/Tie/Test.ice
deleted file mode 100644
index b18ee9c..0000000
--- a/Tests/CSharp/Tie/Test.ice
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-
- void greet(string name);
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/Tie/Tie.cs b/Tests/CSharp/Tie/Tie.cs
deleted file mode 100644
index e412516..0000000
--- a/Tests/CSharp/Tie/Tie.cs
+++ /dev/null
@@ -1,31 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class PersonI : PersonOperations_
- {
- public void greet(String name, Ice.Current current)
- {
- Console.Write(String.Format("Hi {0}!", name));
- }
- }
-
- public class Tie
- {
- public static bool tie()
- {
- PersonTie_ servant = new PersonTie_(new PersonI());
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/Tie/Tie.csproj b/Tests/CSharp/Tie/Tie.csproj
deleted file mode 100644
index 451ba1b..0000000
--- a/Tests/CSharp/Tie/Tie.csproj
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {5D4A7F28-21A1-4C43-B003-E40E774D41EA}
- Library
- Properties
- Tie
- Tie
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- yes
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/Underscores/Properties/AssemblyInfo.cs b/Tests/CSharp/Underscores/Properties/AssemblyInfo.cs
deleted file mode 100644
index 991ba5c..0000000
--- a/Tests/CSharp/Underscores/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("Underscores")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/Underscores/Test.ice b/Tests/CSharp/Underscores/Test.ice
deleted file mode 100644
index 2ac02a6..0000000
--- a/Tests/CSharp/Underscores/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string p_name;
- string p_email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/CSharp/Underscores/Underscores.cs b/Tests/CSharp/Underscores/Underscores.cs
deleted file mode 100644
index 46bc5b3..0000000
--- a/Tests/CSharp/Underscores/Underscores.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Test
-{
- public class Underscores
- {
- public static bool underscores()
- {
- Person p = new Person();
- p.p_name = "Foo";
- p.p_email = "foo@bar.org";
- return true;
- }
- }
-}
diff --git a/Tests/CSharp/Underscores/Underscores.csproj b/Tests/CSharp/Underscores/Underscores.csproj
deleted file mode 100644
index 1361dce..0000000
--- a/Tests/CSharp/Underscores/Underscores.csproj
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {993A1156-E67A-4E5D-A779-F7767746AD26}
- Library
- Properties
- Underscores
- Underscores
- v4.5
- 512
- {3C53C28F-DC44-46B0-8B85-0C96B85B2042};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(IceHome)\slice
- yes
-
-
-
-
\ No newline at end of file
diff --git a/Tests/CSharp/UnitTest/Properties/AssemblyInfo.cs b/Tests/CSharp/UnitTest/Properties/AssemblyInfo.cs
deleted file mode 100644
index ef7ed52..0000000
--- a/Tests/CSharp/UnitTest/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("UnitTest")]
-[assembly: AssemblyDescription("Ice Builder Visual Studio Extension Test Suite")]
-[assembly: AssemblyCompany("ZeroC, Inc.")]
-[assembly: AssemblyProduct("Ice Builder Test Suite")]
-[assembly: AssemblyCopyright("Copyright (c) 2009-2016 ZeroC, Inc.")]
-[assembly: AssemblyVersion("4.3.1")]
-[assembly: AssemblyFileVersion("4.3.1")]
-[assembly: ComVisibleAttribute(false)]
diff --git a/Tests/CSharp/UnitTest/UnitTest.cs b/Tests/CSharp/UnitTest/UnitTest.cs
deleted file mode 100644
index 45595db..0000000
--- a/Tests/CSharp/UnitTest/UnitTest.cs
+++ /dev/null
@@ -1,69 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-using System;
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-
-namespace UnitTest
-{
- [TestClass]
- public class UnitTest
- {
- [TestMethod]
- public void TestStream()
- {
- Assert.IsTrue(Test.Stream.stream(), "Stream test failed");
- }
-
- [TestMethod]
- public void TestChecksum()
- {
- Assert.AreNotEqual(null, Test.Checksums.checksum(), "Checksum test failed");
- }
-
- [TestMethod]
- public void TestTie()
- {
- Assert.IsTrue(Test.Tie.tie(), "Tie test failed");
- }
-
- [TestMethod]
- public void TestIcePrefix()
- {
- Assert.IsTrue(Test.IcePrefix.icePrefix(), "IcePrefix test failed");
- }
-
- [TestMethod]
- public void TestUnderscores()
- {
- Assert.IsTrue(Test.Underscores.underscores(), "Underscores test failed");
- }
-
- [TestMethod]
- public void TestIncludeDirectories()
- {
- Assert.IsTrue(Test.IncludeDirectories.includeDirectories(), "Include Directories test failed");
- }
-
- [TestMethod]
- public void TestOutputDirectory()
- {
- Assert.IsTrue(Test.OutputDirectory.outputDirectory(), "Output Directory test failed");
- }
-
- [TestMethod]
- public void TestAdditionalOptions()
- {
- Assert.IsTrue(Test.AdditionalOptions.additionalOptions(), "Additional Options test failed");
- }
-
- [TestMethod]
- public void TestServices()
- {
- Assert.IsTrue(Test.Services.services(), "Services test failed");
- }
- }
-}
diff --git a/Tests/CSharp/UnitTest/UnitTest.csproj b/Tests/CSharp/UnitTest/UnitTest.csproj
deleted file mode 100644
index 42970be..0000000
--- a/Tests/CSharp/UnitTest/UnitTest.csproj
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {AA4C798D-A976-4EB8-B69C-4084B851A8E2}
- Library
- Properties
- UnitTest
- UnitTest
- 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
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {64280507-1b52-45ea-adb9-f341e31c6d29}
- AdditionalOptions
-
-
- {816e9327-38be-461c-8685-18b1da45c7eb}
- Checksums
-
-
- {a396c969-a59f-4c92-aec8-328357e6bff4}
- IcePrefix
-
-
- {8763ebf9-ea8e-4599-81e6-da7dcbc981f3}
- IncludeDirectories
-
-
- {ef6cc721-8dee-4448-9780-bd5582ae008d}
- OutputDirectory
-
-
- {8e5bdd13-f889-4672-a9a2-bd48733c6206}
- Services
-
-
- {04f22c6a-1306-489b-88a3-1613edf167d5}
- Stream
-
-
- {5d4a7f28-21a1-4c43-b003-e40e774d41ea}
- Tie
-
-
- {993a1156-e67a-4e5d-a779-f7767746ad26}
- Underscores
-
-
-
-
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/AdditionalOptions/AdditionalOptions.cpp b/Tests/Cpp/AdditionalOptions/AdditionalOptions.cpp
deleted file mode 100644
index 31c2cac..0000000
--- a/Tests/Cpp/AdditionalOptions/AdditionalOptions.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include "AdditionalOptions.h"
-#include
-
-bool Test::additionalOptions()
-{
- Test::BasePtr base = new Test::Base();
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/AdditionalOptions/AdditionalOptions.h b/Tests/Cpp/AdditionalOptions/AdditionalOptions.h
deleted file mode 100644
index e9212ae..0000000
--- a/Tests/Cpp/AdditionalOptions/AdditionalOptions.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool additionalOptions();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj b/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj
deleted file mode 100644
index 118c047..0000000
--- a/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E}
- Win32Proj
- AdditionalOptions
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- -DFOO
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;ADDITIONALOPTIONS_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;ADDITIONALOPTIONS_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj.filters b/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj.filters
deleted file mode 100644
index 04050c6..0000000
--- a/Tests/Cpp/AdditionalOptions/AdditionalOptions.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {5c483992-2c78-40bb-a0d7-8b98ee893efb}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/AdditionalOptions/Test.ice b/Tests/Cpp/AdditionalOptions/Test.ice
deleted file mode 100644
index cab37e4..0000000
--- a/Tests/Cpp/AdditionalOptions/Test.ice
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-#ifdef FOO
-class Base
-{
-
-};
-#endif
-
-#ifdef BAR
-class ;
-#endif
-};
\ No newline at end of file
diff --git a/Tests/Cpp/Checksums/Checksums.cpp b/Tests/Cpp/Checksums/Checksums.cpp
deleted file mode 100644
index 3acca60..0000000
--- a/Tests/Cpp/Checksums/Checksums.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-#include "Checksums.h"
-
-bool Test::checksums()
-{
- Ice::CommunicatorPtr communicator = Ice::initialize();
- Ice::SliceChecksumDict checksums = Ice::sliceChecksums();
- return checksums.find("::Test::Person") != checksums.end();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Checksums/Checksums.h b/Tests/Cpp/Checksums/Checksums.h
deleted file mode 100644
index 1d9ef29..0000000
--- a/Tests/Cpp/Checksums/Checksums.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-
-bool checksums();
-
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Checksums/Checksums.vcxproj b/Tests/Cpp/Checksums/Checksums.vcxproj
deleted file mode 100644
index 5e34fd6..0000000
--- a/Tests/Cpp/Checksums/Checksums.vcxproj
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {9535348F-9B4B-401D-A5EB-930E8D9075AB}
- Win32Proj
- Checksums
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Code
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Checksums/Checksums.vcxproj.filters b/Tests/Cpp/Checksums/Checksums.vcxproj.filters
deleted file mode 100644
index 72fcacd..0000000
--- a/Tests/Cpp/Checksums/Checksums.vcxproj.filters
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {683d9581-2b52-4380-8232-7d2e95467a1c}
- ice
-
-
-
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Slice Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Checksums/Test.ice b/Tests/Cpp/Checksums/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/Cpp/Checksums/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/Cpp Test Suite.sln b/Tests/Cpp/Cpp Test Suite.sln
deleted file mode 100644
index a71e757..0000000
--- a/Tests/Cpp/Cpp Test Suite.sln
+++ /dev/null
@@ -1,99 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Stream", "Stream\Stream.vcxproj", "{656B4D61-A478-4B40-8BF2-6932C0F7E04F}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest", "UnitTest\UnitTest.vcxproj", "{9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}"
- ProjectSection(ProjectDependencies) = postProject
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E} = {6A73E904-7CC8-450C-8713-5CA0C8B8017E}
- {4CCA4A06-8100-452A-9303-FC2BE8478A52} = {4CCA4A06-8100-452A-9303-FC2BE8478A52}
- {50F8974A-CC60-47B9-9B28-7008D9ADF897} = {50F8974A-CC60-47B9-9B28-7008D9ADF897}
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D} = {035AB15B-D803-48E9-AAE1-0FC750F6D09D}
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F} = {656B4D61-A478-4B40-8BF2-6932C0F7E04F}
- {9F716672-46A0-4DCC-A9CA-36D97E914521} = {9F716672-46A0-4DCC-A9CA-36D97E914521}
- {4B190775-BC3B-4DF6-8844-F182A0DE7651} = {4B190775-BC3B-4DF6-8844-F182A0DE7651}
- {9535348F-9B4B-401D-A5EB-930E8D9075AB} = {9535348F-9B4B-401D-A5EB-930E8D9075AB}
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE} = {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC} = {3B8D30AC-7693-4743-B9AC-38005BCC50EC}
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55} = {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdditionalOptions", "AdditionalOptions\AdditionalOptions.vcxproj", "{6A73E904-7CC8-450C-8713-5CA0C8B8017E}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Checksums", "Checksums\Checksums.vcxproj", "{9535348F-9B4B-401D-A5EB-930E8D9075AB}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IcePrefix", "IcePrefix\IcePrefix.vcxproj", "{4CCA4A06-8100-452A-9303-FC2BE8478A52}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IncludeDirectories", "IncludeDirectories\IncludeDirectories.vcxproj", "{035AB15B-D803-48E9-AAE1-0FC750F6D09D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OutputDirectory", "OutputDirectory\OutputDirectory.vcxproj", "{9F716672-46A0-4DCC-A9CA-36D97E914521}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Services", "Services\Services.vcxproj", "{DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Underscores", "Underscores\Underscores.vcxproj", "{ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SourceHeaderExt", "SourceHeaderExt\SourceHeaderExt.vcxproj", "{4B190775-BC3B-4DF6-8844-F182A0DE7651}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLLExportMacro", "DLLExportMacro\DLLExportMacro.vcxproj", "{50F8974A-CC60-47B9-9B28-7008D9ADF897}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HeaderDir", "HeaderDir\HeaderDir.vcxproj", "{3B8D30AC-7693-4743-B9AC-38005BCC50EC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F}.Debug|Win32.ActiveCfg = Debug|Win32
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F}.Debug|Win32.Build.0 = Debug|Win32
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F}.Release|Win32.ActiveCfg = Release|Win32
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F}.Release|Win32.Build.0 = Release|Win32
- {9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}.Debug|Win32.ActiveCfg = Debug|Win32
- {9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}.Debug|Win32.Build.0 = Debug|Win32
- {9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}.Release|Win32.ActiveCfg = Release|Win32
- {9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}.Release|Win32.Build.0 = Release|Win32
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E}.Debug|Win32.ActiveCfg = Debug|Win32
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E}.Debug|Win32.Build.0 = Debug|Win32
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E}.Release|Win32.ActiveCfg = Release|Win32
- {6A73E904-7CC8-450C-8713-5CA0C8B8017E}.Release|Win32.Build.0 = Release|Win32
- {9535348F-9B4B-401D-A5EB-930E8D9075AB}.Debug|Win32.ActiveCfg = Debug|Win32
- {9535348F-9B4B-401D-A5EB-930E8D9075AB}.Debug|Win32.Build.0 = Debug|Win32
- {9535348F-9B4B-401D-A5EB-930E8D9075AB}.Release|Win32.ActiveCfg = Release|Win32
- {9535348F-9B4B-401D-A5EB-930E8D9075AB}.Release|Win32.Build.0 = Release|Win32
- {4CCA4A06-8100-452A-9303-FC2BE8478A52}.Debug|Win32.ActiveCfg = Debug|Win32
- {4CCA4A06-8100-452A-9303-FC2BE8478A52}.Debug|Win32.Build.0 = Debug|Win32
- {4CCA4A06-8100-452A-9303-FC2BE8478A52}.Release|Win32.ActiveCfg = Release|Win32
- {4CCA4A06-8100-452A-9303-FC2BE8478A52}.Release|Win32.Build.0 = Release|Win32
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D}.Debug|Win32.ActiveCfg = Debug|Win32
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D}.Debug|Win32.Build.0 = Debug|Win32
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D}.Release|Win32.ActiveCfg = Release|Win32
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D}.Release|Win32.Build.0 = Release|Win32
- {9F716672-46A0-4DCC-A9CA-36D97E914521}.Debug|Win32.ActiveCfg = Debug|Win32
- {9F716672-46A0-4DCC-A9CA-36D97E914521}.Debug|Win32.Build.0 = Debug|Win32
- {9F716672-46A0-4DCC-A9CA-36D97E914521}.Release|Win32.ActiveCfg = Release|Win32
- {9F716672-46A0-4DCC-A9CA-36D97E914521}.Release|Win32.Build.0 = Release|Win32
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}.Debug|Win32.ActiveCfg = Debug|Win32
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}.Debug|Win32.Build.0 = Debug|Win32
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}.Release|Win32.ActiveCfg = Release|Win32
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}.Release|Win32.Build.0 = Release|Win32
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}.Debug|Win32.ActiveCfg = Debug|Win32
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}.Debug|Win32.Build.0 = Debug|Win32
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}.Release|Win32.ActiveCfg = Release|Win32
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}.Release|Win32.Build.0 = Release|Win32
- {4B190775-BC3B-4DF6-8844-F182A0DE7651}.Debug|Win32.ActiveCfg = Debug|Win32
- {4B190775-BC3B-4DF6-8844-F182A0DE7651}.Debug|Win32.Build.0 = Debug|Win32
- {4B190775-BC3B-4DF6-8844-F182A0DE7651}.Release|Win32.ActiveCfg = Release|Win32
- {4B190775-BC3B-4DF6-8844-F182A0DE7651}.Release|Win32.Build.0 = Release|Win32
- {50F8974A-CC60-47B9-9B28-7008D9ADF897}.Debug|Win32.ActiveCfg = Debug|Win32
- {50F8974A-CC60-47B9-9B28-7008D9ADF897}.Debug|Win32.Build.0 = Debug|Win32
- {50F8974A-CC60-47B9-9B28-7008D9ADF897}.Release|Win32.ActiveCfg = Release|Win32
- {50F8974A-CC60-47B9-9B28-7008D9ADF897}.Release|Win32.Build.0 = Release|Win32
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC}.Debug|Win32.ActiveCfg = Debug|Win32
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC}.Debug|Win32.Build.0 = Debug|Win32
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC}.Release|Win32.ActiveCfg = Release|Win32
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/Tests/Cpp/DLLExportMacro/DLLExportMacro.cpp b/Tests/Cpp/DLLExportMacro/DLLExportMacro.cpp
deleted file mode 100644
index 3dd695e..0000000
--- a/Tests/Cpp/DLLExportMacro/DLLExportMacro.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-#include "DLLExportMacro.h"
-
-bool Test::dllExportMacro()
-{
-#ifdef TEST_PERSON
- return true;
-#else
- return false;
-#endif
-}
\ No newline at end of file
diff --git a/Tests/Cpp/DLLExportMacro/DLLExportMacro.h b/Tests/Cpp/DLLExportMacro/DLLExportMacro.h
deleted file mode 100644
index c0b60ee..0000000
--- a/Tests/Cpp/DLLExportMacro/DLLExportMacro.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-
-bool dllExportMacro();
-
-}
\ No newline at end of file
diff --git a/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj b/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj
deleted file mode 100644
index 381e65c..0000000
--- a/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {50F8974A-CC60-47B9-9B28-7008D9ADF897}
- Win32Proj
- DLLExportMacro
-
-
-
- DynamicLibrary
- true
- v110
- Unicode
-
-
- DynamicLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- TEST_PERSON
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;DLLEXPORTMACRO_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;DLLEXPORTMACRO_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj.filters b/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj.filters
deleted file mode 100644
index 7b9eb92..0000000
--- a/Tests/Cpp/DLLExportMacro/DLLExportMacro.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {5e179036-0df5-461b-ba5a-a903b7f8c3db}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/DLLExportMacro/Test.ice b/Tests/Cpp/DLLExportMacro/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/Cpp/DLLExportMacro/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/HeaderDir/HeaderDir.cpp b/Tests/Cpp/HeaderDir/HeaderDir.cpp
deleted file mode 100644
index 1989c27..0000000
--- a/Tests/Cpp/HeaderDir/HeaderDir.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-#include "HeaderDir.h"
-
-bool Test::headerDir()
-{
- Test::PersonPtr person = new Test::Person();
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/HeaderDir/HeaderDir.h b/Tests/Cpp/HeaderDir/HeaderDir.h
deleted file mode 100644
index 61d9cbc..0000000
--- a/Tests/Cpp/HeaderDir/HeaderDir.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-
-bool headerDir();
-
-}
\ No newline at end of file
diff --git a/Tests/Cpp/HeaderDir/HeaderDir.vcxproj b/Tests/Cpp/HeaderDir/HeaderDir.vcxproj
deleted file mode 100644
index 050cc03..0000000
--- a/Tests/Cpp/HeaderDir/HeaderDir.vcxproj
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {3B8D30AC-7693-4743-B9AC-38005BCC50EC}
- Win32Proj
- HeaderDir
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- Test
- $(ProjectDir)\generated\Test
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;HEADERDIR_EXPORTS;%(PreprocessorDefinitions)
- true
- generated
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;HEADERDIR_EXPORTS;%(PreprocessorDefinitions)
- true
- generated
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/HeaderDir/HeaderDir.vcxproj.filters b/Tests/Cpp/HeaderDir/HeaderDir.vcxproj.filters
deleted file mode 100644
index dc8894c..0000000
--- a/Tests/Cpp/HeaderDir/HeaderDir.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {aa37427b-2e2c-4a98-aa77-819dbd3474ab}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/HeaderDir/Test.ice b/Tests/Cpp/HeaderDir/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/Cpp/HeaderDir/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/IcePrefix/IcePrefix.cpp b/Tests/Cpp/IcePrefix/IcePrefix.cpp
deleted file mode 100644
index 02cbec6..0000000
--- a/Tests/Cpp/IcePrefix/IcePrefix.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include "IcePrefix.h"
-#include
-
-bool Test::icePrefix()
-{
- Test::IcePersonPtr p = new Test::IcePerson();
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/IcePrefix/IcePrefix.h b/Tests/Cpp/IcePrefix/IcePrefix.h
deleted file mode 100644
index f2c7e60..0000000
--- a/Tests/Cpp/IcePrefix/IcePrefix.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool icePrefix();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/IcePrefix/IcePrefix.vcxproj b/Tests/Cpp/IcePrefix/IcePrefix.vcxproj
deleted file mode 100644
index 0d9fae7..0000000
--- a/Tests/Cpp/IcePrefix/IcePrefix.vcxproj
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {4CCA4A06-8100-452A-9303-FC2BE8478A52}
- Win32Proj
- IcePrefix
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- true
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;ICEPREFIX_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;ICEPREFIX_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/IcePrefix/IcePrefix.vcxproj.filters b/Tests/Cpp/IcePrefix/IcePrefix.vcxproj.filters
deleted file mode 100644
index 0ad5259..0000000
--- a/Tests/Cpp/IcePrefix/IcePrefix.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {bed000f6-e326-4241-9a03-a78856b59aec}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/IcePrefix/Test.ice b/Tests/Cpp/IcePrefix/Test.ice
deleted file mode 100644
index b8cc68c..0000000
--- a/Tests/Cpp/IcePrefix/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class IcePerson
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/IncludeDirectories.cpp b/Tests/Cpp/IncludeDirectories/IncludeDirectories.cpp
deleted file mode 100644
index f1d2165..0000000
--- a/Tests/Cpp/IncludeDirectories/IncludeDirectories.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include "IncludeDirectories.h"
-#include
-
-bool Test::includeDirectories()
-{
- Module2::DerivedPtr d = new Module2::Derived();
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/IncludeDirectories.h b/Tests/Cpp/IncludeDirectories/IncludeDirectories.h
deleted file mode 100644
index f0c6282..0000000
--- a/Tests/Cpp/IncludeDirectories/IncludeDirectories.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool includeDirectories();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj b/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj
deleted file mode 100644
index c4820af..0000000
--- a/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {035AB15B-D803-48E9-AAE1-0FC750F6D09D}
- Win32Proj
- IncludeDirectories
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- $(IceHome)\slice;.
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;INCLUDEDIRECTORIES_EXPORTS;%(PreprocessorDefinitions)
- true
- MultiThreadedDebugDLL
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;INCLUDEDIRECTORIES_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj.filters b/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj.filters
deleted file mode 100644
index e93c709..0000000
--- a/Tests/Cpp/IncludeDirectories/IncludeDirectories.vcxproj.filters
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {30cba7c7-8f1f-4c3d-b162-b3ef3266c331}
- ice
-
-
-
-
- Slice Files
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/Module1.ice b/Tests/Cpp/IncludeDirectories/Module1.ice
deleted file mode 100644
index 4bbae5e..0000000
--- a/Tests/Cpp/IncludeDirectories/Module1.ice
+++ /dev/null
@@ -1,17 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-
-module Module1
-{
-
-class Base
-{
- Ice::Identity id;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/IncludeDirectories/Module2.ice b/Tests/Cpp/IncludeDirectories/Module2.ice
deleted file mode 100644
index 0521f9d..0000000
--- a/Tests/Cpp/IncludeDirectories/Module2.ice
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-module Module2
-{
-
-class Derived extends ::Module1::Base
-{
- Ice::StringSeq names;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/OutputDirectory/OutputDirectory.cpp b/Tests/Cpp/OutputDirectory/OutputDirectory.cpp
deleted file mode 100644
index 456058d..0000000
--- a/Tests/Cpp/OutputDirectory/OutputDirectory.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include "OutputDirectory.h"
-#include
-
-#include
-#include
-
-bool Test::outputDirectory()
-{
- struct _stat buf;
- return _stat("../../OutputDirectory/generated/client/Test.cpp", &buf) == 0 &&
- _stat("../../OutputDirectory/generated/client/Test.h", &buf) == 0;
-}
diff --git a/Tests/Cpp/OutputDirectory/OutputDirectory.h b/Tests/Cpp/OutputDirectory/OutputDirectory.h
deleted file mode 100644
index 6855834..0000000
--- a/Tests/Cpp/OutputDirectory/OutputDirectory.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool outputDirectory();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj b/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj
deleted file mode 100644
index 5a914bc..0000000
--- a/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {9F716672-46A0-4DCC-A9CA-36D97E914521}
- Win32Proj
- OutputDirectory
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- $(ProjectDir)\generated\client
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;OUTPUTDIRECTORY_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;OUTPUTDIRECTORY_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj.filters b/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj.filters
deleted file mode 100644
index 74b1504..0000000
--- a/Tests/Cpp/OutputDirectory/OutputDirectory.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {3af61d2e-9863-4153-8dc4-ad56de6e40a5}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/OutputDirectory/Test.ice b/Tests/Cpp/OutputDirectory/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/Cpp/OutputDirectory/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/Services/Services.cpp b/Tests/Cpp/Services/Services.cpp
deleted file mode 100644
index 2d962f8..0000000
--- a/Tests/Cpp/Services/Services.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-#include
-#include
-
-#include "Services.h"
-
-bool Test::services()
-{
- IceStorm::TopicPrx::uncheckedCast(IceStorm::TopicPrx());
- Glacier2::RouterPrx::uncheckedCast(Glacier2::RouterPrx());
- IceGrid::AdminPrx::uncheckedCast(IceGrid::AdminPrx());
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Services/Services.h b/Tests/Cpp/Services/Services.h
deleted file mode 100644
index 840b903..0000000
--- a/Tests/Cpp/Services/Services.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool services();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Services/Services.vcxproj b/Tests/Cpp/Services/Services.vcxproj
deleted file mode 100644
index 006b56b..0000000
--- a/Tests/Cpp/Services/Services.vcxproj
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {DDBB009C-9878-43D9-BEC8-E6A2D9314EDE}
- Win32Proj
- Services
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;SERVICES_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;SERVICES_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Services/Services.vcxproj.filters b/Tests/Cpp/Services/Services.vcxproj.filters
deleted file mode 100644
index b90f152..0000000
--- a/Tests/Cpp/Services/Services.vcxproj.filters
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {aa48c49d-c434-4d61-854b-43c4ed981b79}
- ice
-
-
-
-
- Header Files
-
-
-
-
- Source Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.cpp b/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.cpp
deleted file mode 100644
index fffaf1c..0000000
--- a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include "SourceHeaderExt.h"
-#include
-
-#include
-#include
-
-bool Test::sourceHeaderExt()
-{
- struct _stat buf;
- return _stat("../../SourceHeaderExt/generated/Test.cxx", &buf) == 0 &&
- _stat("../../SourceHeaderExt/generated/Test.hxx", &buf) == 0;
-}
diff --git a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.h b/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.h
deleted file mode 100644
index 6138e9b..0000000
--- a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-bool sourceHeaderExt();
-}
\ No newline at end of file
diff --git a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj b/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj
deleted file mode 100644
index b702d0a..0000000
--- a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {4B190775-BC3B-4DF6-8844-F182A0DE7651}
- Win32Proj
- SourceHeaderExt
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- hxx
- cxx
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;SOURCEHEADEREXT_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;SOURCEHEADEREXT_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj.filters b/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj.filters
deleted file mode 100644
index d524cfd..0000000
--- a/Tests/Cpp/SourceHeaderExt/SourceHeaderExt.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {cb7b91f2-f973-4aad-8b39-e751246b2ea4}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/SourceHeaderExt/Test.ice b/Tests/Cpp/SourceHeaderExt/Test.ice
deleted file mode 100644
index e69de29..0000000
diff --git a/Tests/Cpp/Stream/Stream.cpp b/Tests/Cpp/Stream/Stream.cpp
deleted file mode 100644
index 17051d3..0000000
--- a/Tests/Cpp/Stream/Stream.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-#include "Stream.h"
-
-bool Test::stream()
-{
- Ice::CommunicatorPtr communicator = Ice::initialize();
- Ice::OutputStreamPtr output = Ice::createOutputStream(communicator);
- Test::PersonPrx person = Test::PersonPrx::uncheckedCast(communicator->stringToProxy("person:default"));
- output->write(person);
- communicator->destroy();
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Stream/Stream.h b/Tests/Cpp/Stream/Stream.h
deleted file mode 100644
index 6b3a3c2..0000000
--- a/Tests/Cpp/Stream/Stream.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-
-bool stream();
-
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Stream/Stream.vcxproj b/Tests/Cpp/Stream/Stream.vcxproj
deleted file mode 100644
index 76a2f5a..0000000
--- a/Tests/Cpp/Stream/Stream.vcxproj
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {656B4D61-A478-4B40-8BF2-6932C0F7E04F}
- Win32Proj
- Stream
-
-
-
- StaticLibrary
- true
- v110
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;STREAM_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;STREAM_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Stream/Stream.vcxproj.filters b/Tests/Cpp/Stream/Stream.vcxproj.filters
deleted file mode 100644
index ec5d223..0000000
--- a/Tests/Cpp/Stream/Stream.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {e74b3031-39c9-4804-b91c-243c99d3b4e1}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Stream/Test.ice b/Tests/Cpp/Stream/Test.ice
deleted file mode 100644
index 5c64e43..0000000
--- a/Tests/Cpp/Stream/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string name;
- string email;
-};
-
-};
\ No newline at end of file
diff --git a/Tests/Cpp/Underscores/Test.ice b/Tests/Cpp/Underscores/Test.ice
deleted file mode 100644
index 1c1ac15..0000000
--- a/Tests/Cpp/Underscores/Test.ice
+++ /dev/null
@@ -1,16 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-module Test
-{
-
-class Person
-{
- string p_name;
- string p_email;
-};
-
-};
diff --git a/Tests/Cpp/Underscores/Underscores.cpp b/Tests/Cpp/Underscores/Underscores.cpp
deleted file mode 100644
index c8fa280..0000000
--- a/Tests/Cpp/Underscores/Underscores.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include
-#include
-
-#include "Underscores.h"
-
-bool Test::underscores()
-{
- Test::PersonPtr p = new Test::Person();
- p->p_name = "Foo";
- p->p_email = "foo@bar.org";
- return true;
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Underscores/Underscores.h b/Tests/Cpp/Underscores/Underscores.h
deleted file mode 100644
index dd44c2f..0000000
--- a/Tests/Cpp/Underscores/Underscores.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-namespace Test
-{
-
-bool underscores();
-
-}
\ No newline at end of file
diff --git a/Tests/Cpp/Underscores/Underscores.vcxproj b/Tests/Cpp/Underscores/Underscores.vcxproj
deleted file mode 100644
index 8857dcd..0000000
--- a/Tests/Cpp/Underscores/Underscores.vcxproj
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {ECAEBCC3-BB76-476B-82DA-1EE5D3F69E55}
- Win32Proj
- Underscores
-
-
-
- StaticLibrary
- true
- v110
- Unicode
-
-
- StaticLibrary
- false
- v110
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
- false
-
-
- true
-
-
-
-
-
- Level3
- Disabled
- WIN32;_DEBUG;_WINDOWS;_USRDLL;UNDERSCORES_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
-
-
-
-
- Level3
-
-
- MaxSpeed
- true
- true
- WIN32;NDEBUG;_WINDOWS;_USRDLL;UNDERSCORES_EXPORTS;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/Underscores/Underscores.vcxproj.filters b/Tests/Cpp/Underscores/Underscores.vcxproj.filters
deleted file mode 100644
index 9a785f6..0000000
--- a/Tests/Cpp/Underscores/Underscores.vcxproj.filters
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {1d173298-0dfc-4064-b666-cb25dca3be89}
- ice
-
-
-
-
- Slice Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/UnitTest/UnitTest.vcxproj b/Tests/Cpp/UnitTest/UnitTest.vcxproj
deleted file mode 100644
index 561bde8..0000000
--- a/Tests/Cpp/UnitTest/UnitTest.vcxproj
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
- {9ECBC4AE-4228-49E6-B99C-9AA62D3EACF1}
- Win32Proj
- UnitTest
-
-
-
- DynamicLibrary
- true
- v110
- Unicode
- false
-
-
- DynamicLibrary
- false
- v110
- true
- Unicode
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- $(Configuration)\
- $(IceBin);$IceThirdPartyBin);$(ExecutablePath)
-
-
- $(Configuration)\
-
-
-
- Level3
- Disabled
- $(VCInstallDir)UnitTest\include;$(ProjectDir)\..
- WIN32;_DEBUG;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- $(SolutionDir)\$(Configuration);$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)
- AdditionalOptions.lib;Checksums.lib;HeaderDir.lib;IcePrefix.lib;IncludeDirectories.lib;OutputDirectory.lib;Services.lib;SourceHeaderExt.lib;Stream.lib;Underscores.lib;%(AdditionalDependencies)
-
-
-
-
- Level3
- MaxSpeed
- true
- true
- $(VCInstallDir)UnitTest\include;$(ProjectDir)\..
- WIN32;NDEBUG;%(PreprocessorDefinitions)
- true
-
-
- Windows
- true
- true
- true
- $(SolutionDir)\$(Configuration);$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)
- AdditionalOptions.lib;Checksums.lib;HeaderDir.lib;IcePrefix.lib;IncludeDirectories.lib;OutputDirectory.lib;Services.lib;SourceHeaderExt.lib;Stream.lib;Underscores.lib;%(AdditionalDependencies)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/UnitTest/UnitTest.vcxproj.filters b/Tests/Cpp/UnitTest/UnitTest.vcxproj.filters
deleted file mode 100644
index c9bd047..0000000
--- a/Tests/Cpp/UnitTest/UnitTest.vcxproj.filters
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hpp;hxx;hm;inl;inc;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
- {feb3850c-dcb8-4706-9328-42f6e5386472}
- ice
-
-
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Source Files
-
-
-
\ No newline at end of file
diff --git a/Tests/Cpp/UnitTest/targetver.h b/Tests/Cpp/UnitTest/targetver.h
deleted file mode 100644
index 87c0086..0000000
--- a/Tests/Cpp/UnitTest/targetver.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-// Including SDKDDKVer.h defines the highest available Windows platform.
-
-// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
-// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
-
-#include
diff --git a/Tests/Cpp/UnitTest/unittest.cpp b/Tests/Cpp/UnitTest/unittest.cpp
deleted file mode 100644
index 60e49aa..0000000
--- a/Tests/Cpp/UnitTest/unittest.cpp
+++ /dev/null
@@ -1,79 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2009-2016 ZeroC, Inc. All rights reserved.
-//
-// **********************************************************************
-
-#include "CppUnitTest.h"
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-using namespace Microsoft::VisualStudio::CppUnitTestFramework;
-
-namespace UnitTest
-{
-TEST_CLASS(UnitTest1)
-{
-public:
-
- TEST_METHOD(TestAdditionalOptions)
- {
- Assert::IsTrue(Test::additionalOptions());
- }
-
- TEST_METHOD(TestChecksums)
- {
- Assert::IsTrue(Test::checksums());
- }
-
- TEST_METHOD(TestHeaderDir)
- {
- Assert::IsTrue(Test::headerDir());
- }
-
- TEST_METHOD(TestIcePrefix)
- {
- Assert::IsTrue(Test::icePrefix());
- }
-
- TEST_METHOD(TestIncludeDirectories)
- {
- Assert::IsTrue(Test::includeDirectories());
- }
-
- TEST_METHOD(TestOutputDirectory)
- {
- Assert::IsTrue(Test::outputDirectory());
- }
-
- TEST_METHOD(TestServices)
- {
- Assert::IsTrue(Test::services());
- }
-
- TEST_METHOD(TestSourceHeaderExt)
- {
- Assert::IsTrue(Test::sourceHeaderExt());
- }
-
- TEST_METHOD(TestStream)
- {
- Assert::IsTrue(Test::stream());
- }
-
- TEST_METHOD(TestUnderscores)
- {
- Assert::IsTrue(Test::underscores());
- }
-};
-}
\ No newline at end of file