diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-01 19:15:10 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-01 19:15:10 +0200 |
| commit | 9c440d7aa4a776be9051489a40944d779d032d96 (patch) | |
| tree | 361dad714d6c12db43dc42c1371d1c20d31dcb27 /src/IOL.VippsEcommerce.sln | |
| parent | 04c25edf1498fcbce7c01cd7626c4cf4ce73e71a (diff) | |
| download | dotnet-vipps-ecommerce-9c440d7aa4a776be9051489a40944d779d032d96.tar.xz dotnet-vipps-ecommerce-9c440d7aa4a776be9051489a40944d779d032d96.zip | |
add tests project, move configuration verification to VippsConfiguration.cs
Diffstat (limited to 'src/IOL.VippsEcommerce.sln')
| -rw-r--r-- | src/IOL.VippsEcommerce.sln | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/IOL.VippsEcommerce.sln b/src/IOL.VippsEcommerce.sln index 27ecda2..a7c58aa 100644 --- a/src/IOL.VippsEcommerce.sln +++ b/src/IOL.VippsEcommerce.sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IOL.VippsEcommerce", "IOL.V EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IOL.VippsEcommerce.Client", "IOL.VippsEcommerce.Client\IOL.VippsEcommerce.Client.csproj", "{A9D97F08-B3F6-42B0-81A8-6856E56C7582}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IOL.VippsEcommerce.Tests", "IOL.VippsEcommerce.Tests\IOL.VippsEcommerce.Tests.csproj", "{1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -44,5 +46,17 @@ Global {A9D97F08-B3F6-42B0-81A8-6856E56C7582}.Release|x64.Build.0 = Release|Any CPU {A9D97F08-B3F6-42B0-81A8-6856E56C7582}.Release|x86.ActiveCfg = Release|Any CPU {A9D97F08-B3F6-42B0-81A8-6856E56C7582}.Release|x86.Build.0 = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|x64.ActiveCfg = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|x64.Build.0 = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|x86.ActiveCfg = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Debug|x86.Build.0 = Debug|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|Any CPU.Build.0 = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|x64.ActiveCfg = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|x64.Build.0 = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|x86.ActiveCfg = Release|Any CPU + {1212AFB0-3AE4-4FBE-9DA0-A78445838C7C}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection EndGlobal |
