|
1 |
| - |
| 1 | + |
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio Version 16 |
4 |
| -VisualStudioVersion = 16.0.29503.13 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.12.35707.178 d17.12 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 | 6 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A08DA97E-FCD2-4ACD-AC62-413A05BBDB0E}"
|
7 | 7 | ProjectSection(SolutionItems) = preProject
|
8 | 8 | .gitignore = .gitignore
|
| 9 | + CHANGES.md = CHANGES.md |
| 10 | + CONFIGURATION.md = CONFIGURATION.md |
| 11 | + src\design_scratch.md = src\design_scratch.md |
| 12 | + Directory.Build.props = Directory.Build.props |
| 13 | + .github\workflows\dockerize_host.yml = .github\workflows\dockerize_host.yml |
9 | 14 | .github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
|
10 | 15 | LICENSE.txt = LICENSE.txt
|
11 |
| - README.md = README.md |
12 |
| - src\NugetPackages.targets = src\NugetPackages.targets |
13 |
| - Directory.Build.props = Directory.Build.props |
14 |
| - CONFIGURATION.md = CONFIGURATION.md |
15 | 16 | src\NugetPackageDefaults.targets = src\NugetPackageDefaults.targets
|
| 17 | + src\NugetPackages.targets = src\NugetPackages.targets |
16 | 18 | src\ProjectDefaults.targets = src\ProjectDefaults.targets
|
17 |
| - CHANGES.md = CHANGES.md |
| 19 | + README.md = README.md |
18 | 20 | tests\TestDefaults.targets = tests\TestDefaults.targets
|
19 |
| - src\design_scratch.md = src\design_scratch.md |
20 |
| - .github\workflows\dockerize_host.yml = .github\workflows\dockerize_host.yml |
21 | 21 | EndProjectSection
|
22 | 22 | EndProject
|
23 | 23 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imazen.Common", "src\Imazen.Common\Imazen.Common.csproj", "{49BDDBEE-3385-4B1D-B7C1-76A893F25C00}"
|
@@ -66,6 +66,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imazen.TestingHelpers", "te
|
66 | 66 | EndProject
|
67 | 67 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imageflow.Server.LegacyBlob", "tests\Imageflow.Server.LegacyBlob\Imageflow.Server.LegacyBlob.csproj", "{195CAA16-A6A1-49E6-A226-947CEFD4903E}"
|
68 | 68 | EndProject
|
| 69 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imageflow.Server.AzureFunctions", "src\Imageflow.Server.AzureFunctions\Imageflow.Server.AzureFunctions.csproj", "{4EEC76B7-6F4D-40E8-9818-91F4A8E7B744}" |
| 70 | +EndProject |
69 | 71 | Global
|
70 | 72 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
71 | 73 | Debug|Any CPU = Debug|Any CPU
|
@@ -164,6 +166,10 @@ Global
|
164 | 166 | {195CAA16-A6A1-49E6-A226-947CEFD4903E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
165 | 167 | {195CAA16-A6A1-49E6-A226-947CEFD4903E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
166 | 168 | {195CAA16-A6A1-49E6-A226-947CEFD4903E}.Release|Any CPU.Build.0 = Release|Any CPU
|
| 169 | + {4EEC76B7-6F4D-40E8-9818-91F4A8E7B744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 170 | + {4EEC76B7-6F4D-40E8-9818-91F4A8E7B744}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 171 | + {4EEC76B7-6F4D-40E8-9818-91F4A8E7B744}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 172 | + {4EEC76B7-6F4D-40E8-9818-91F4A8E7B744}.Release|Any CPU.Build.0 = Release|Any CPU |
167 | 173 | EndGlobalSection
|
168 | 174 | GlobalSection(SolutionProperties) = preSolution
|
169 | 175 | HideSolutionNode = FALSE
|
|
0 commit comments