-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvingd-api-csharp.sln
More file actions
46 lines (46 loc) · 2.71 KB
/
vingd-api-csharp.sln
File metadata and controls
46 lines (46 loc) · 2.71 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vingd", "Vingd\Vingd.csproj", "{7E693AA5-87EC-49F6-BC6B-B9AF541C89F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VingdWebExample", "Examples\VingdWebExample\VingdWebExample.csproj", "{5982292B-B760-4A61-8B49-D95550214B15}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VoucherConsoleExample", "Examples\VoucherConsoleExample\VoucherConsoleExample.vbproj", "{80F341DC-1675-4134-B809-BE275D963226}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoMonetizationWebExample", "Examples\VideoMonetizationWebExample\VideoMonetizationWebExample.csproj", "{883D0760-BCEF-4B44-BBAF-CC7B8D859156}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5982292B-B760-4A61-8B49-D95550214B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5982292B-B760-4A61-8B49-D95550214B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5982292B-B760-4A61-8B49-D95550214B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5982292B-B760-4A61-8B49-D95550214B15}.Release|Any CPU.Build.0 = Release|Any CPU
{7E693AA5-87EC-49F6-BC6B-B9AF541C89F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E693AA5-87EC-49F6-BC6B-B9AF541C89F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E693AA5-87EC-49F6-BC6B-B9AF541C89F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E693AA5-87EC-49F6-BC6B-B9AF541C89F4}.Release|Any CPU.Build.0 = Release|Any CPU
{80F341DC-1675-4134-B809-BE275D963226}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80F341DC-1675-4134-B809-BE275D963226}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80F341DC-1675-4134-B809-BE275D963226}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80F341DC-1675-4134-B809-BE275D963226}.Release|Any CPU.Build.0 = Release|Any CPU
{883D0760-BCEF-4B44-BBAF-CC7B8D859156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883D0760-BCEF-4B44-BBAF-CC7B8D859156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883D0760-BCEF-4B44-BBAF-CC7B8D859156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883D0760-BCEF-4B44-BBAF-CC7B8D859156}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Examples\VideoMonetizationWebExample\VideoMonetizationWebExample.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.Text =
$2.IncludeInNewFiles = True
version = 1.1.1
EndGlobalSection
EndGlobal