Skip to content

Commit

Permalink
Merge pull request #1 from emoacht/develop
Browse files Browse the repository at this point in the history
Switched from internal NativeWifi to ManagedNativeWifi
  • Loading branch information
emoacht committed Nov 13, 2015
2 parents a7584a7 + e79bd4d commit 69eeae8
Show file tree
Hide file tree
Showing 19 changed files with 704 additions and 1,588 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WLAN Profile Viewer is a Windows desktop app to manage wireless LAN profiles. It

##Download

[Download](https://github.com/emoacht/WlanProfileViewer/releases/download/1.0.0/WlanProfileViewer100.zip)
[Download](https://github.com/emoacht/WlanProfileViewer/releases/download/1.1.0/WlanProfileViewer110.zip)

##Install

Expand Down Expand Up @@ -50,11 +50,13 @@ Settings file will be saved in the following folder.<br>

- [Reactive Extensions][1]
- [Reactive Property][2]
- [WPF Monitor Aware Window][3]
- [Managed Native Wifi][3]
- [WPF Monitor Aware Window][4]

[1]: https://github.com/Reactive-Extensions/Rx.NET
[2]: https://github.com/runceel/ReactiveProperty
[3]: https://github.com/emoacht/WpfMonitorAware
[3]: https://github.com/emoacht/ManagedNativeWifi
[4]: https://github.com/emoacht/WpfMonitorAware

##Reference

Expand Down
8 changes: 5 additions & 3 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WLAN Profile Viewerは無線LANプロファイルを管理するためのWindows

##ダウンロード

[ダウンロード](https://github.com/emoacht/WlanProfileViewer/releases/download/1.0.0/WlanProfileViewer100.zip)
[ダウンロード](https://github.com/emoacht/WlanProfileViewer/releases/download/1.1.0/WlanProfileViewer110.zip)

##インストール

Expand Down Expand Up @@ -50,11 +50,13 @@ WLAN Profile Viewerは無線LANプロファイルを管理するためのWindows

- [Reactive Extensions][1]
- [Reactive Property][2]
- [WPF Monitor Aware Window][3]
- [Managed Native Wifi][3]
- [WPF Monitor Aware Window][4]

[1]: https://github.com/Reactive-Extensions/Rx.NET
[2]: https://github.com/runceel/ReactiveProperty
[3]: https://github.com/emoacht/WpfMonitorAware
[3]: https://github.com/emoacht/ManagedNativeWifi
[4]: https://github.com/emoacht/WpfMonitorAware

##参考

Expand Down
6 changes: 3 additions & 3 deletions ReactivePropertyTest/ReactivePropertyTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ReactiveProperty, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ReactiveProperty.2.2.3.1\lib\net45\ReactiveProperty.dll</HintPath>
<HintPath>..\packages\ReactiveProperty.2.2.8\lib\net45\ReactiveProperty.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ReactiveProperty.DataAnnotations, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ReactiveProperty.2.2.3.1\lib\net45\ReactiveProperty.DataAnnotations.dll</HintPath>
<HintPath>..\packages\ReactiveProperty.2.2.8\lib\net45\ReactiveProperty.DataAnnotations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ReactiveProperty.NET45, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ReactiveProperty.2.2.3.1\lib\net45\ReactiveProperty.NET45.dll</HintPath>
<HintPath>..\packages\ReactiveProperty.2.2.8\lib\net45\ReactiveProperty.NET45.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion ReactivePropertyTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ReactiveProperty" version="2.2.3.1" targetFramework="net452" />
<package id="ReactiveProperty" version="2.2.8" targetFramework="net452" />
<package id="Rx-Core" version="2.2.5" targetFramework="net452" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net452" />
<package id="Rx-Linq" version="2.2.5" targetFramework="net452" />
Expand Down
Binary file added WlanProfileViewer/Library/ManagedNativeWifi.dll
Binary file not shown.
Loading

0 comments on commit 69eeae8

Please sign in to comment.