-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNdiPlayer.sln
33 lines (33 loc) · 1.62 KB
/
NdiPlayer.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NdiPlayer", "NdiPlayer.csproj", "{1BCF1260-7984-4266-98B8-57117134DD4F}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Installer", "Installer\Installer.wapproj", "{2517D554-4372-4547-B3E8-AD784908F4EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BCF1260-7984-4266-98B8-57117134DD4F}.Debug|x64.ActiveCfg = Debug|Any CPU
{1BCF1260-7984-4266-98B8-57117134DD4F}.Debug|x64.Build.0 = Debug|Any CPU
{1BCF1260-7984-4266-98B8-57117134DD4F}.Release|x64.ActiveCfg = Release|Any CPU
{1BCF1260-7984-4266-98B8-57117134DD4F}.Release|x64.Build.0 = Release|Any CPU
{2517D554-4372-4547-B3E8-AD784908F4EE}.Debug|x64.ActiveCfg = Debug|x64
{2517D554-4372-4547-B3E8-AD784908F4EE}.Debug|x64.Build.0 = Debug|x64
{2517D554-4372-4547-B3E8-AD784908F4EE}.Debug|x64.Deploy.0 = Debug|x64
{2517D554-4372-4547-B3E8-AD784908F4EE}.Release|x64.ActiveCfg = Release|x64
{2517D554-4372-4547-B3E8-AD784908F4EE}.Release|x64.Build.0 = Release|x64
{2517D554-4372-4547-B3E8-AD784908F4EE}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40177BE1-EA26-4E94-B0E4-8495F8298CA8}
EndGlobalSection
EndGlobal