diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-15 11:57:12 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-15 11:57:12 +0300 |
| commit | bbbf57af4d61e1b6d61b67418415008f58dadb3c (patch) | |
| tree | df4bf18101bf5fcbda5140ea5f951a8c30d7b686 /Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj | |
| parent | bd012a8edd576026f8277ab0b462197482df9285 (diff) | |
| download | Tango-bbbf57af4d61e1b6d61b67418415008f58dadb3c.tar.gz Tango-bbbf57af4d61e1b6d61b67418415008f58dadb3c.zip | |
Added Tango.WiFi
Diffstat (limited to 'Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj b/Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj new file mode 100644 index 000000000..a028b70c2 --- /dev/null +++ b/Software/Visual_Studio/Tango.WiFi/Tango.WiFi.csproj @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{6AA425C9-EA6A-4B01-AAED-5FF122E8B663}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Tango.WiFi</RootNamespace> + <AssemblyName>Tango.WiFi</AssemblyName> + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>2.0</OldToolsVersion> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkProfile /> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <DebugSymbols>true</DebugSymbols> + <DebugType>full</DebugType> + <Optimize>false</Optimize> + <OutputPath>..\Build\Core\Debug\</OutputPath> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>..\Build\Core\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> + </PropertyGroup> + <ItemGroup> + <Reference Include="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="..\Versioning\GlobalVersionInfo.cs"> + <Link>GlobalVersionInfo.cs</Link> + </Compile> + <Compile Include="AccessPoint.cs" /> + <Compile Include="EapUserFactory.cs" /> + <Compile Include="AuthRequest.cs" /> + <Compile Include="ProfileFactory.cs" /> + <Compile Include="Win32\Helpers\WlanHelpers.cs" /> + <Compile Include="Win32\Interop\Enums.cs" /> + <Compile Include="Win32\Interop\Exceptions.cs" /> + <Compile Include="Win32\Interop\Interop.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Wifi.cs" /> + <Compile Include="Win32\Interop\Structs.cs" /> + <Compile Include="Win32\WlanApi.cs" /> + <Compile Include="Win32\WlanInterface.cs" /> + <Compile Include="Win32\WlanNotificationStructs.cs" /> + </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>true</Install> + </BootstrapperPackage> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="ProfileXML\WEP.xml"> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="ProfileXML\WPA-PSK.xml" /> + <EmbeddedResource Include="ProfileXML\WPA2-PSK.xml"> + <SubType>Designer</SubType> + </EmbeddedResource> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="EapUserXML\EAP-MS-CHAPv2.xml" /> + <EmbeddedResource Include="EapUserXML\EAP-TLS.xml" /> + <EmbeddedResource Include="EapUserXML\PEAP-MS-CHAPv2.xml" /> + <EmbeddedResource Include="EapUserXML\PEAP-TLS.xml" /> + <EmbeddedResource Include="EapUserXML\SDK.xml" /> + <EmbeddedResource Include="ProfileXML\WPA-Enterprise-PEAP-MSCHAPv2.xml" /> + <EmbeddedResource Include="ProfileXML\WPA-Enterprise-TLS.xml" /> + <EmbeddedResource Include="ProfileXML\WPA2-Enterprise-PEAP-MSCHAPv2.xml" /> + <EmbeddedResource Include="ProfileXML\WPA2-Enterprise-TLS.xml" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="ProfileXML\OPEN.xml" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. + Other similar extension points exist, see Microsoft.Common.targets. + <Target Name="BeforeBuild"> + </Target> + <Target Name="AfterBuild"> + </Target> + --> +</Project>
\ No newline at end of file |
