diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-05-28 12:28:22 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-06-18 08:45:13 +0200 |
| commit | ba3a6f71e6288884cc4a17aabc8aa139a7a43a87 (patch) | |
| tree | f82c3ce26ab64d2c790dbb25eab6f15696d1cbf5 | |
| parent | 2c0db1e81e641eda6dd9f55772b23356bed96580 (diff) | |
| download | mullvadvpn-ba3a6f71e6288884cc4a17aabc8aa139a7a43a87.tar.xz mullvadvpn-ba3a6f71e6288884cc4a17aabc8aa139a7a43a87.zip | |
Update 'extras' sln to correct dependencies
| -rw-r--r-- | windows/windns/extras.sln | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/windows/windns/extras.sln b/windows/windns/extras.sln index ecb11d05a7..445a3be9ad 100644 --- a/windows/windns/extras.sln +++ b/windows/windns/extras.sln @@ -4,6 +4,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 VisualStudioVersion = 15.0.27130.2027 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loader", "src\extras\loader\loader.vcxproj", "{1476A8B9-4A9E-4358-8744-A350CB97E152}" + ProjectSection(ProjectDependencies) = postProject + {A5344205-FC37-4572-9C63-8564ECC410AC} = {A5344205-FC37-4572-9C63-8564ECC410AC} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "windns", "src\windns\windns.vcxproj", "{A5344205-FC37-4572-9C63-8564ECC410AC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,6 +26,14 @@ Global {1476A8B9-4A9E-4358-8744-A350CB97E152}.Release|x64.Build.0 = Release|x64 {1476A8B9-4A9E-4358-8744-A350CB97E152}.Release|x86.ActiveCfg = Release|Win32 {1476A8B9-4A9E-4358-8744-A350CB97E152}.Release|x86.Build.0 = Release|Win32 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Debug|x64.ActiveCfg = Debug|x64 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Debug|x64.Build.0 = Debug|x64 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Debug|x86.ActiveCfg = Debug|Win32 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Debug|x86.Build.0 = Debug|Win32 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Release|x64.ActiveCfg = Release|x64 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Release|x64.Build.0 = Release|x64 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Release|x86.ActiveCfg = Release|Win32 + {A5344205-FC37-4572-9C63-8564ECC410AC}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |
