forked from vtfuture/RequireJSDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RequireJsNet.sln
90 lines (90 loc) · 6.33 KB
/
RequireJsNet.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet", "RequireJsNet\RequireJsNet.csproj", "{EA33DE7B-1269-4000-8C33-F6B0632D1872}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{42DBB597-F3FA-4C05-9BCF-51CCC081ECDE}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuspec", ".nuspec", "{C5F4AF3C-C654-4210-9A23-F74693A574EC}"
ProjectSection(SolutionItems) = preProject
.nuspec\RequireJsNet.nuspec = .nuspec\RequireJsNet.nuspec
.nuspec\RequireJsNet.ResxToJs.nuspec = .nuspec\RequireJsNet.ResxToJs.nuspec
.nuspec\RequireJsNet.Scripts.nuspec = .nuspec\RequireJsNet.Scripts.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Compressor", "RequireJsNet.Compressor\RequireJsNet.Compressor.csproj", "{27FBCFC2-9AD7-4042-BC47-0A61B8078264}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Compressor.Demo", "RequireJsNet.Compressor.Demo\RequireJsNet.Compressor.Demo.csproj", "{9D7A9019-25DE-4128-BB84-600C53838A2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Compressor.ParserDemo", "RequireJsNet.Compressor.ParserDemo\RequireJsNet.Compressor.ParserDemo.csproj", "{3FBD9FF5-7556-4EAC-8B15-364564E78594}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.ResxToJs", "RequireJsNet.ResxToJs\RequireJsNet.ResxToJs.csproj", "{56D31A7F-00EB-40DF-BAAD-00A0C0B4CEDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Examples", "RequireJsNet.Examples\RequireJsNet.Examples.csproj", "{9BF70792-7138-4050-80A9-4A27E6BAC611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Scripts", "RequireJsNet.Scripts\RequireJsNet.Scripts.csproj", "{EEF7C58B-A777-4C3E-BB1C-4545BEB561AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.Tests", "RequireJsNet.Tests\RequireJsNet.Tests.csproj", "{BE1C4E70-ABCE-4C20-931B-842F5BB7DBCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJsNet.ConfigConverter", "RequireJsNet.ConfigConverter\RequireJsNet.ConfigConverter.csproj", "{BC2B4B24-A068-443B-9A04-B839AECFBFF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequireJSNet.Compressor.Tests", "RequireJSNet.Compressor.Tests\RequireJSNet.Compressor.Tests.csproj", "{0870C988-74AF-4A00-92DB-96135470E2F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA33DE7B-1269-4000-8C33-F6B0632D1872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA33DE7B-1269-4000-8C33-F6B0632D1872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA33DE7B-1269-4000-8C33-F6B0632D1872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA33DE7B-1269-4000-8C33-F6B0632D1872}.Release|Any CPU.Build.0 = Release|Any CPU
{27FBCFC2-9AD7-4042-BC47-0A61B8078264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27FBCFC2-9AD7-4042-BC47-0A61B8078264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27FBCFC2-9AD7-4042-BC47-0A61B8078264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27FBCFC2-9AD7-4042-BC47-0A61B8078264}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7A9019-25DE-4128-BB84-600C53838A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7A9019-25DE-4128-BB84-600C53838A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7A9019-25DE-4128-BB84-600C53838A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7A9019-25DE-4128-BB84-600C53838A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{3FBD9FF5-7556-4EAC-8B15-364564E78594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBD9FF5-7556-4EAC-8B15-364564E78594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBD9FF5-7556-4EAC-8B15-364564E78594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FBD9FF5-7556-4EAC-8B15-364564E78594}.Release|Any CPU.Build.0 = Release|Any CPU
{56D31A7F-00EB-40DF-BAAD-00A0C0B4CEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56D31A7F-00EB-40DF-BAAD-00A0C0B4CEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56D31A7F-00EB-40DF-BAAD-00A0C0B4CEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56D31A7F-00EB-40DF-BAAD-00A0C0B4CEDC}.Release|Any CPU.Build.0 = Release|Any CPU
{9BF70792-7138-4050-80A9-4A27E6BAC611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF70792-7138-4050-80A9-4A27E6BAC611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BF70792-7138-4050-80A9-4A27E6BAC611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF70792-7138-4050-80A9-4A27E6BAC611}.Release|Any CPU.Build.0 = Release|Any CPU
{EEF7C58B-A777-4C3E-BB1C-4545BEB561AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEF7C58B-A777-4C3E-BB1C-4545BEB561AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF7C58B-A777-4C3E-BB1C-4545BEB561AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF7C58B-A777-4C3E-BB1C-4545BEB561AA}.Release|Any CPU.Build.0 = Release|Any CPU
{BE1C4E70-ABCE-4C20-931B-842F5BB7DBCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE1C4E70-ABCE-4C20-931B-842F5BB7DBCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE1C4E70-ABCE-4C20-931B-842F5BB7DBCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE1C4E70-ABCE-4C20-931B-842F5BB7DBCA}.Release|Any CPU.Build.0 = Release|Any CPU
{BC2B4B24-A068-443B-9A04-B839AECFBFF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC2B4B24-A068-443B-9A04-B839AECFBFF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC2B4B24-A068-443B-9A04-B839AECFBFF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC2B4B24-A068-443B-9A04-B839AECFBFF6}.Release|Any CPU.Build.0 = Release|Any CPU
{0870C988-74AF-4A00-92DB-96135470E2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0870C988-74AF-4A00-92DB-96135470E2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0870C988-74AF-4A00-92DB-96135470E2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0870C988-74AF-4A00-92DB-96135470E2F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal