diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-06-05 11:33:00 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-06-18 08:45:15 +0200 |
| commit | ee2eed1537b4e10e27c0bc3f873879094eb6cf2c (patch) | |
| tree | aaf901bb876510f3a7582d7fb033e80f1a362d34 /windows | |
| parent | d55a55b42e168a40c4c1309d59638f290e983f63 (diff) | |
| download | mullvadvpn-ee2eed1537b4e10e27c0bc3f873879094eb6cf2c.tar.xz mullvadvpn-ee2eed1537b4e10e27c0bc3f873879094eb6cf2c.zip | |
Update project files
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/windns/src/windns/windns.vcxproj | 6 | ||||
| -rw-r--r-- | windows/windns/src/windns/windns.vcxproj.filters | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/windows/windns/src/windns/windns.vcxproj b/windows/windns/src/windns/windns.vcxproj index 57e2d7f4a4..6444255869 100644 --- a/windows/windns/src/windns/windns.vcxproj +++ b/windows/windns/src/windns/windns.vcxproj @@ -179,12 +179,13 @@ <ClInclude Include="comhelpers.h" /> <ClInclude Include="configmanager.h" /> <ClInclude Include="consoletracesink.h" /> - <ClInclude Include="dnsconfig.h" /> <ClInclude Include="dnsreverter.h" /> + <ClInclude Include="interfaceconfig.h" /> <ClInclude Include="itracesink.h" /> <ClInclude Include="macroargument.h" /> <ClInclude Include="netconfigeventsink.h" /> <ClInclude Include="netconfighelpers.h" /> + <ClInclude Include="netsh.h" /> <ClInclude Include="stdafx.h" /> <ClInclude Include="targetver.h" /> <ClInclude Include="windns.h" /> @@ -202,10 +203,11 @@ <ClCompile Include="configmanager.cpp" /> <ClCompile Include="consoletracesink.cpp" /> <ClCompile Include="dllmain.cpp" /> - <ClCompile Include="dnsconfig.cpp" /> <ClCompile Include="dnsreverter.cpp" /> + <ClCompile Include="interfaceconfig.cpp" /> <ClCompile Include="netconfigeventsink.cpp" /> <ClCompile Include="netconfighelpers.cpp" /> + <ClCompile Include="netsh.cpp" /> <ClCompile Include="stdafx.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> diff --git a/windows/windns/src/windns/windns.vcxproj.filters b/windows/windns/src/windns/windns.vcxproj.filters index 0685f5e8b9..fcfb5045bc 100644 --- a/windows/windns/src/windns/windns.vcxproj.filters +++ b/windows/windns/src/windns/windns.vcxproj.filters @@ -19,7 +19,6 @@ </ClInclude> <ClInclude Include="comhelpers.h" /> <ClInclude Include="configmanager.h" /> - <ClInclude Include="dnsconfig.h" /> <ClInclude Include="itracesink.h" /> <ClInclude Include="consoletracesink.h" /> <ClInclude Include="netconfigeventsink.h" /> @@ -36,6 +35,8 @@ <ClInclude Include="wmi\ieventsink.h"> <Filter>wmi</Filter> </ClInclude> + <ClInclude Include="netsh.h" /> + <ClInclude Include="interfaceconfig.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="dllmain.cpp" /> @@ -53,7 +54,6 @@ </ClCompile> <ClCompile Include="comhelpers.cpp" /> <ClCompile Include="configmanager.cpp" /> - <ClCompile Include="dnsconfig.cpp" /> <ClCompile Include="consoletracesink.cpp" /> <ClCompile Include="netconfigeventsink.cpp" /> <ClCompile Include="netconfighelpers.cpp" /> @@ -64,6 +64,8 @@ <ClCompile Include="wmi\eventdispatcher.cpp"> <Filter>wmi</Filter> </ClCompile> + <ClCompile Include="netsh.cpp" /> + <ClCompile Include="interfaceconfig.cpp" /> </ItemGroup> <ItemGroup> <Filter Include="wmi"> |
