diff --git a/Microsoft.Azure.IoT.EdgeCompose.sln b/Microsoft.Azure.IoT.EdgeCompose.sln new file mode 100644 index 0000000..885a7ad --- /dev/null +++ b/Microsoft.Azure.IoT.EdgeCompose.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.IoT.EdgeCompose", "Microsoft.Azure.IoT.EdgeCompose\Microsoft.Azure.IoT.EdgeCompose.csproj", "{32D5A8D6-6F46-4987-ADB8-7FD12433E77C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {32D5A8D6-6F46-4987-ADB8-7FD12433E77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32D5A8D6-6F46-4987-ADB8-7FD12433E77C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32D5A8D6-6F46-4987-ADB8-7FD12433E77C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32D5A8D6-6F46-4987-ADB8-7FD12433E77C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {114E5850-267D-4B44-ACD5-91ACA382DDBC} + EndGlobalSection +EndGlobal diff --git a/Microsoft.Azure.IoT.EdgeCompose/Class1.cs b/Microsoft.Azure.IoT.EdgeCompose/Class1.cs new file mode 100644 index 0000000..69276c1 --- /dev/null +++ b/Microsoft.Azure.IoT.EdgeCompose/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace Microsoft.Azure.IoT.EdgeCompose +{ + public class Class1 + { + } +} diff --git a/Microsoft.Azure.IoT.EdgeCompose/Microsoft.Azure.IoT.EdgeCompose.csproj b/Microsoft.Azure.IoT.EdgeCompose/Microsoft.Azure.IoT.EdgeCompose.csproj new file mode 100644 index 0000000..5766db6 --- /dev/null +++ b/Microsoft.Azure.IoT.EdgeCompose/Microsoft.Azure.IoT.EdgeCompose.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.0 + + +