Skip to content

Commit d26baa9

Browse files
author
Sean McBeth
committed
restore functionality in secondary libraries
1 parent b7b0c5b commit d26baa9

33 files changed

+260
-28
lines changed

Juniper.sln

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,40 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Bluetooth", "src\Ju
117117
EndProject
118118
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.WebRTC", "src\Juniper.WebRTC\Juniper.WebRTC.csproj", "{E089518A-AED6-446A-8C71-1A13978FC5A3}"
119119
EndProject
120+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Server.WebRTC", "src\Juniper.Server.WebRTC\Juniper.Server.WebRTC.csproj", "{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}"
121+
EndProject
122+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.TSBuild.Core", "src\Juniper.TSBuild.Core\Juniper.TSBuild.Core.csproj", "{62347409-4A35-49ED-8ACE-BE03C8D954EE}"
123+
EndProject
124+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.MediaType", "src\Juniper.MediaType\Juniper.MediaType.csproj", "{352E82DB-B89D-4732-A7F1-8E92E6DD3454}"
125+
EndProject
126+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.HTTP", "src\Juniper.HTTP\Juniper.HTTP.csproj", "{B028D5EE-7F66-4016-B46E-CB9FC585185C}"
127+
EndProject
128+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.HTTP.REST", "src\Juniper.HTTP .REST\Juniper.HTTP.REST.csproj", "{51A243BD-6F65-4DD9-9E95-7498372265DB}"
129+
EndProject
130+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Accord", "src\Juniper.Accord\Juniper.Accord.csproj", "{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}"
131+
EndProject
132+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Caching", "src\Juniper.Caching\Juniper.Caching.csproj", "{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}"
133+
EndProject
134+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Collections", "src\Juniper.Collections\Juniper.Collections.csproj", "{B0966DF5-1C72-4B79-8278-08170E4D59B5}"
135+
EndProject
136+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.IO", "src\Juniper.IO\Juniper.IO.csproj", "{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}"
137+
EndProject
138+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Logic", "src\Juniper.Logic\Juniper.Logic.csproj", "{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}"
139+
EndProject
140+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Mathematics", "src\Juniper.Mathematics\Juniper.Mathematics.csproj", "{21F21231-105C-4BBF-8DED-C81D5D4E19B5}"
141+
EndProject
142+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.NamedActions", "src\Juniper.NamedActions\Juniper.NamedActions.csproj", "{55F18461-0A61-433A-B7FF-C4ABE6454431}"
143+
EndProject
144+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Progress", "src\Juniper.Progress\Juniper.Progress.csproj", "{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}"
145+
EndProject
146+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.TypeScriptManager", "src\Juniper.TypeScriptManager\Juniper.TypeScriptManager.csproj", "{15BCBEE2-A531-481E-A323-19B46BF1D6B3}"
147+
EndProject
148+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Units", "src\Juniper.Units\Juniper.Units.csproj", "{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}"
149+
EndProject
150+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.World", "src\Juniper.World\Juniper.World.csproj", "{46241DDE-4298-43B7-8ECB-85A76D827533}"
151+
EndProject
152+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Juniper.Xml", "src\Juniper.Xml\Juniper.Xml.csproj", "{054D83F5-1763-403E-B5CE-0CD5FD97D745}"
153+
EndProject
120154
Global
121155
GlobalSection(SolutionConfigurationPlatforms) = preSolution
122156
Debug|Any CPU = Debug|Any CPU
@@ -493,6 +527,142 @@ Global
493527
{E089518A-AED6-446A-8C71-1A13978FC5A3}.Release|Any CPU.Build.0 = Release|Any CPU
494528
{E089518A-AED6-446A-8C71-1A13978FC5A3}.Release|x64.ActiveCfg = Release|x64
495529
{E089518A-AED6-446A-8C71-1A13978FC5A3}.Release|x64.Build.0 = Release|x64
530+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
531+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
532+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Debug|x64.ActiveCfg = Debug|x64
533+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Debug|x64.Build.0 = Debug|x64
534+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
535+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Release|Any CPU.Build.0 = Release|Any CPU
536+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Release|x64.ActiveCfg = Release|x64
537+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2}.Release|x64.Build.0 = Release|x64
538+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
539+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
540+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Debug|x64.ActiveCfg = Debug|x64
541+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Debug|x64.Build.0 = Debug|x64
542+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
543+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Release|Any CPU.Build.0 = Release|Any CPU
544+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Release|x64.ActiveCfg = Release|x64
545+
{62347409-4A35-49ED-8ACE-BE03C8D954EE}.Release|x64.Build.0 = Release|x64
546+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
547+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Debug|Any CPU.Build.0 = Debug|Any CPU
548+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Debug|x64.ActiveCfg = Debug|x64
549+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Debug|x64.Build.0 = Debug|x64
550+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Release|Any CPU.ActiveCfg = Release|Any CPU
551+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Release|Any CPU.Build.0 = Release|Any CPU
552+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Release|x64.ActiveCfg = Release|x64
553+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454}.Release|x64.Build.0 = Release|x64
554+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
555+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Debug|Any CPU.Build.0 = Debug|Any CPU
556+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Debug|x64.ActiveCfg = Debug|x64
557+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Debug|x64.Build.0 = Debug|x64
558+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Release|Any CPU.ActiveCfg = Release|Any CPU
559+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Release|Any CPU.Build.0 = Release|Any CPU
560+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Release|x64.ActiveCfg = Release|x64
561+
{B028D5EE-7F66-4016-B46E-CB9FC585185C}.Release|x64.Build.0 = Release|x64
562+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
563+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
564+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Debug|x64.ActiveCfg = Debug|x64
565+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Debug|x64.Build.0 = Debug|x64
566+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
567+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Release|Any CPU.Build.0 = Release|Any CPU
568+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Release|x64.ActiveCfg = Release|x64
569+
{51A243BD-6F65-4DD9-9E95-7498372265DB}.Release|x64.Build.0 = Release|x64
570+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
571+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
572+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Debug|x64.ActiveCfg = Debug|x64
573+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Debug|x64.Build.0 = Debug|x64
574+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
575+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Release|Any CPU.Build.0 = Release|Any CPU
576+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Release|x64.ActiveCfg = Release|x64
577+
{04EC5540-5F3E-4C45-88DE-9BFD29185DA8}.Release|x64.Build.0 = Release|x64
578+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
579+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
580+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Debug|x64.ActiveCfg = Debug|x64
581+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Debug|x64.Build.0 = Debug|x64
582+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
583+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Release|Any CPU.Build.0 = Release|Any CPU
584+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Release|x64.ActiveCfg = Release|x64
585+
{4452FF61-A24F-4539-BA0F-D59B11E3D2C3}.Release|x64.Build.0 = Release|x64
586+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
587+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
588+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Debug|x64.ActiveCfg = Debug|x64
589+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Debug|x64.Build.0 = Debug|x64
590+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
591+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Release|Any CPU.Build.0 = Release|Any CPU
592+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Release|x64.ActiveCfg = Release|x64
593+
{B0966DF5-1C72-4B79-8278-08170E4D59B5}.Release|x64.Build.0 = Release|x64
594+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
595+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Debug|Any CPU.Build.0 = Debug|Any CPU
596+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Debug|x64.ActiveCfg = Debug|x64
597+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Debug|x64.Build.0 = Debug|x64
598+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Release|Any CPU.ActiveCfg = Release|Any CPU
599+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Release|Any CPU.Build.0 = Release|Any CPU
600+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Release|x64.ActiveCfg = Release|x64
601+
{C3EDEAFD-A224-44EA-AEE5-83EBA63AC428}.Release|x64.Build.0 = Release|x64
602+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
603+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
604+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Debug|x64.ActiveCfg = Debug|x64
605+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Debug|x64.Build.0 = Debug|x64
606+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
607+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Release|Any CPU.Build.0 = Release|Any CPU
608+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Release|x64.ActiveCfg = Release|x64
609+
{0DE2FF9C-49DC-4807-B89B-2044B7B272C9}.Release|x64.Build.0 = Release|x64
610+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
611+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
612+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Debug|x64.ActiveCfg = Debug|x64
613+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Debug|x64.Build.0 = Debug|x64
614+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
615+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Release|Any CPU.Build.0 = Release|Any CPU
616+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Release|x64.ActiveCfg = Release|x64
617+
{21F21231-105C-4BBF-8DED-C81D5D4E19B5}.Release|x64.Build.0 = Release|x64
618+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
619+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Debug|Any CPU.Build.0 = Debug|Any CPU
620+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Debug|x64.ActiveCfg = Debug|x64
621+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Debug|x64.Build.0 = Debug|x64
622+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Release|Any CPU.ActiveCfg = Release|Any CPU
623+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Release|Any CPU.Build.0 = Release|Any CPU
624+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Release|x64.ActiveCfg = Release|x64
625+
{55F18461-0A61-433A-B7FF-C4ABE6454431}.Release|x64.Build.0 = Release|x64
626+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
627+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Debug|Any CPU.Build.0 = Debug|Any CPU
628+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Debug|x64.ActiveCfg = Debug|x64
629+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Debug|x64.Build.0 = Debug|x64
630+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Release|Any CPU.ActiveCfg = Release|Any CPU
631+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Release|Any CPU.Build.0 = Release|Any CPU
632+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Release|x64.ActiveCfg = Release|x64
633+
{21E001C1-25A1-4A0B-B981-86DE1D8DEF96}.Release|x64.Build.0 = Release|x64
634+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
635+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
636+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Debug|x64.ActiveCfg = Debug|x64
637+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Debug|x64.Build.0 = Debug|x64
638+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
639+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Release|Any CPU.Build.0 = Release|Any CPU
640+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Release|x64.ActiveCfg = Release|x64
641+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3}.Release|x64.Build.0 = Release|x64
642+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
643+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Debug|Any CPU.Build.0 = Debug|Any CPU
644+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Debug|x64.ActiveCfg = Debug|x64
645+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Debug|x64.Build.0 = Debug|x64
646+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
647+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Release|Any CPU.Build.0 = Release|Any CPU
648+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Release|x64.ActiveCfg = Release|x64
649+
{0CBE4291-B898-4C5A-AFC3-4EFDC83B9E83}.Release|x64.Build.0 = Release|x64
650+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
651+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Debug|Any CPU.Build.0 = Debug|Any CPU
652+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Debug|x64.ActiveCfg = Debug|x64
653+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Debug|x64.Build.0 = Debug|x64
654+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Release|Any CPU.ActiveCfg = Release|Any CPU
655+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Release|Any CPU.Build.0 = Release|Any CPU
656+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Release|x64.ActiveCfg = Release|x64
657+
{46241DDE-4298-43B7-8ECB-85A76D827533}.Release|x64.Build.0 = Release|x64
658+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
659+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Debug|Any CPU.Build.0 = Debug|Any CPU
660+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Debug|x64.ActiveCfg = Debug|x64
661+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Debug|x64.Build.0 = Debug|x64
662+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Release|Any CPU.ActiveCfg = Release|Any CPU
663+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Release|Any CPU.Build.0 = Release|Any CPU
664+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Release|x64.ActiveCfg = Release|x64
665+
{054D83F5-1763-403E-B5CE-0CD5FD97D745}.Release|x64.Build.0 = Release|x64
496666
EndGlobalSection
497667
GlobalSection(SolutionProperties) = preSolution
498668
HideSolutionNode = FALSE
@@ -532,6 +702,14 @@ Global
532702
{260A229D-8D72-458A-8A07-86C08A32B651} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
533703
{F14AA1D0-582B-4786-881C-EC334D506F70} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
534704
{2E0235B0-CEFA-46C2-82C4-BFAB6F77BA62} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
705+
{6FDA21FC-7F02-4903-87C5-088919CCE3A5} = {4C95228B-2554-4FC9-8312-D3DBB8C56435}
706+
{E089518A-AED6-446A-8C71-1A13978FC5A3} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
707+
{6CD4A5F7-60E9-4670-9AF8-9660F04F21E2} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
708+
{62347409-4A35-49ED-8ACE-BE03C8D954EE} = {01030F7E-09CD-4830-B2C0-5B07E23AC78D}
709+
{352E82DB-B89D-4732-A7F1-8E92E6DD3454} = {8601FD4B-A197-4D9A-AB4F-7F7A8FDD455F}
710+
{B028D5EE-7F66-4016-B46E-CB9FC585185C} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
711+
{51A243BD-6F65-4DD9-9E95-7498372265DB} = {3C2FD4AF-4C21-4182-8866-1B0312011C24}
712+
{15BCBEE2-A531-481E-A323-19B46BF1D6B3} = {01030F7E-09CD-4830-B2C0-5B07E23AC78D}
535713
EndGlobalSection
536714
GlobalSection(ExtensibilityGlobals) = postSolution
537715
SolutionGuid = {26853D06-2187-498D-81B8-5BF110E83214}

src/Juniper.Accord/Juniper.Accord.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17+
<ProjectReference Include="..\Juniper.MediaType\Juniper.MediaType.csproj" />
1718
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
19+
<ProjectReference Include="..\Juniper.World\Juniper.World.csproj" />
1820
</ItemGroup>
1921
</Project>

src/Juniper.Azure/CognitiveServices/TextToSpeechClient.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
using Juniper.IO;
2-
using Juniper.Sound;
3-
41
using System;
52
using System.IO;
63
using System.Net.Http;
74
using System.Threading.Tasks;
85

6+
using Juniper.Caching;
7+
using Juniper.IO;
8+
using Juniper.Sound;
9+
910
namespace Juniper.Speech.Azure.CognitiveServices;
1011

1112
public class TextToSpeechClient : TextToSpeechStreamClient

src/Juniper.Azure/CognitiveServices/TextToSpeechRequest.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
using Juniper.Progress;
2-
using Juniper.Sound;
3-
41
using System;
52
using System.Globalization;
63
using System.IO;
74
using System.Net.Http;
85
using System.Text;
96

7+
using Juniper.Progress;
8+
using Juniper.Sound;
9+
using Juniper.Xml;
10+
1011
using static System.Math;
1112

1213
namespace Juniper.Speech.Azure.CognitiveServices;

src/Juniper.Azure/CognitiveServices/TextToSpeechStreamClient.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
using Juniper.IO;
2-
using Juniper.Sound;
3-
41
using System;
52
using System.IO;
63
using System.Net.Http;
74
using System.Threading.Tasks;
85

6+
using Juniper.Caching;
7+
using Juniper.IO;
8+
using Juniper.Sound;
9+
910
namespace Juniper.Speech.Azure.CognitiveServices;
1011

1112
public class TextToSpeechStreamClient : VoicesClient

src/Juniper.Azure/CognitiveServices/VoicesClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Juniper.Caching;
12
using Juniper.IO;
23

34
using System;

src/Juniper.Azure/Juniper.Azure.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
</PropertyGroup>
1313
<ItemGroup>
1414
<FrameworkReference Include="Microsoft.AspNetCore.App" />
15+
<ProjectReference Include="..\Juniper.Caching\Juniper.Caching.csproj" />
16+
<ProjectReference Include="..\Juniper.HTTP .REST\Juniper.HTTP.REST.csproj" />
1517
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
1618
<ProjectReference Include="..\Juniper.Sound\Juniper.Sound.csproj" />
19+
<ProjectReference Include="..\Juniper.Units\Juniper.Units.csproj" />
20+
<ProjectReference Include="..\Juniper.Xml\Juniper.Xml.csproj" />
1721
<PackageReference Include="Microsoft.CognitiveServices.Speech" Version="1.33.0" />
1822
</ItemGroup>
1923
</Project>

src/Juniper.Azure/SpeechService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
using Juniper.IO;
44
using Juniper.Sound;
5+
using Juniper.Xml;
56

67
using Microsoft.AspNetCore.Builder;
78
using Microsoft.AspNetCore.Http;

src/Juniper.Client/Juniper.Client.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15+
<ProjectReference Include="..\Juniper.HTTP\Juniper.HTTP.csproj" />
1516
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
1617
</ItemGroup>
1718

src/Juniper.Compression/Juniper.Compression.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39+
<ProjectReference Include="..\Juniper.Caching\Juniper.Caching.csproj" />
40+
<ProjectReference Include="..\Juniper.Collections\Juniper.Collections.csproj" />
41+
<ProjectReference Include="..\Juniper.IO\Juniper.IO.csproj" />
42+
<ProjectReference Include="..\Juniper.MediaType\Juniper.MediaType.csproj" />
43+
<ProjectReference Include="..\Juniper.Progress\Juniper.Progress.csproj" />
3944
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
45+
<ProjectReference Include="..\Juniper.Units\Juniper.Units.csproj" />
4046
</ItemGroup>
4147
</Project>

src/Juniper.Compression/Zip/ZipFileCacheLayer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Juniper.Caching;
12
using Juniper.Compression;
23
using Juniper.Compression.Zip;
34
using Juniper.Progress;
@@ -112,7 +113,7 @@ public IEnumerable<ContentReference> GetContentReferences(MediaType ofType)
112113
if (file.Matches(ofType))
113114
{
114115
var cacheID = PathExt.RemoveShortExtension(file.FullName);
115-
yield return cacheID + ofType;
116+
yield return new ContentReference(cacheID , ofType);
116117
}
117118
}
118119
}

src/Juniper.GoogleMaps/GoogleMapsStreamingClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Juniper.Caching;
12
using Juniper.IO;
23
using Juniper.Progress;
34
using Juniper.World.GIS.Google.Geocoding;

src/Juniper.GoogleMaps/Juniper.GoogleMaps.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313

1414
<ItemGroup>
1515
<FrameworkReference Include="Microsoft.AspNetCore.App" />
16+
<ProjectReference Include="..\Juniper.HTTP .REST\Juniper.HTTP.REST.csproj" />
17+
<ProjectReference Include="..\Juniper.MediaType\Juniper.MediaType.csproj" />
1618
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
19+
<ProjectReference Include="..\Juniper.World\Juniper.World.csproj" />
1720
</ItemGroup>
1821

1922
</Project>

src/Juniper.Imaging/Juniper.Imaging.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16+
<ProjectReference Include="..\Juniper.IO\Juniper.IO.csproj" />
17+
<ProjectReference Include="..\Juniper.MediaType\Juniper.MediaType.csproj" />
18+
<ProjectReference Include="..\Juniper.Progress\Juniper.Progress.csproj" />
1619
<ProjectReference Include="..\Juniper.Root\Juniper.Root.csproj" />
1720
<ProjectReference Include="..\Juniper.HjgPngcs\Juniper.HjgPngcs.csproj" />
1821
<ProjectReference Include="..\Juniper.LibJpeg.NET\Juniper.LibJpeg.NET.csproj" />
22+
<ProjectReference Include="..\Juniper.Units\Juniper.Units.csproj" />
1923
</ItemGroup>
2024

2125
</Project>

0 commit comments

Comments
 (0)