1
0
Fork 0

Add projects

This commit is contained in:
Jöran Malek 2024-07-24 19:05:29 +02:00
parent 7e283355df
commit 42ad31c447
17 changed files with 588 additions and 0 deletions

28
content-proxy.sln Normal file
View file

@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "content-proxy", "src\content-proxy\content-proxy.csproj", "{A96CB7A1-2F7E-46DB-AF89-7141CEB70C6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cache-operations", "src\cache-operations\cache-operations.csproj", "{E8CB0472-D603-443A-A8A0-D4B3990A15FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A96CB7A1-2F7E-46DB-AF89-7141CEB70C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A96CB7A1-2F7E-46DB-AF89-7141CEB70C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A96CB7A1-2F7E-46DB-AF89-7141CEB70C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A96CB7A1-2F7E-46DB-AF89-7141CEB70C6F}.Release|Any CPU.Build.0 = Release|Any CPU
{E8CB0472-D603-443A-A8A0-D4B3990A15FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8CB0472-D603-443A-A8A0-D4B3990A15FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8CB0472-D603-443A-A8A0-D4B3990A15FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8CB0472-D603-443A-A8A0-D4B3990A15FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal