Interop/MiniDisplayInterop.sln
author StephaneLenclud
Wed, 06 May 2015 21:03:53 +0200
changeset 36 3b94d0640115
permissions -rw-r--r--
Adding C# interop project and NuGet package.
StephaneLenclud@36
     1

StephaneLenclud@36
     2
Microsoft Visual Studio Solution File, Format Version 12.00
StephaneLenclud@36
     3
# Visual Studio 2013
StephaneLenclud@36
     4
VisualStudioVersion = 12.0.31101.0
StephaneLenclud@36
     5
MinimumVisualStudioVersion = 10.0.40219.1
StephaneLenclud@36
     6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniDisplayInterop", "MiniDisplayInterop.csproj", "{C2328BBD-3B13-4E02-B967-A7283FEB22C9}"
StephaneLenclud@36
     7
EndProject
StephaneLenclud@36
     8
Global
StephaneLenclud@36
     9
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
StephaneLenclud@36
    10
		Debug|Any CPU = Debug|Any CPU
StephaneLenclud@36
    11
		Release|Any CPU = Release|Any CPU
StephaneLenclud@36
    12
	EndGlobalSection
StephaneLenclud@36
    13
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
StephaneLenclud@36
    14
		{C2328BBD-3B13-4E02-B967-A7283FEB22C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
StephaneLenclud@36
    15
		{C2328BBD-3B13-4E02-B967-A7283FEB22C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
StephaneLenclud@36
    16
		{C2328BBD-3B13-4E02-B967-A7283FEB22C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
StephaneLenclud@36
    17
		{C2328BBD-3B13-4E02-B967-A7283FEB22C9}.Release|Any CPU.Build.0 = Release|Any CPU
StephaneLenclud@36
    18
	EndGlobalSection
StephaneLenclud@36
    19
	GlobalSection(SolutionProperties) = preSolution
StephaneLenclud@36
    20
		HideSolutionNode = FALSE
StephaneLenclud@36
    21
	EndGlobalSection
StephaneLenclud@36
    22
EndGlobal