home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / ConnectifyInstaller.exe / source / ManagedWifi / ManagedWifi.csproj < prev    next >
Encoding:
Extensible Markup Language  |  2010-09-16  |  3.7 KB  |  99 lines

  1. ∩╗┐<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{6AA425C9-EA6A-4B01-AAED-5FF122E8B663}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>NativeWifi</RootNamespace>
  11.     <AssemblyName>wifi</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <OldToolsVersion>3.5</OldToolsVersion>
  15.     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  16.     <UpgradeBackupLocation>
  17.     </UpgradeBackupLocation>
  18.     <TargetFrameworkSubset>
  19.     </TargetFrameworkSubset>
  20.   </PropertyGroup>
  21.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22.     <DebugSymbols>true</DebugSymbols>
  23.     <DebugType>full</DebugType>
  24.     <Optimize>false</Optimize>
  25.     <OutputPath>bin\Debug\</OutputPath>
  26.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31.     <DebugType>pdbonly</DebugType>
  32.     <Optimize>true</Optimize>
  33.     <OutputPath>bin\Release\</OutputPath>
  34.     <DefineConstants>TRACE</DefineConstants>
  35.     <ErrorReport>prompt</ErrorReport>
  36.     <WarningLevel>4</WarningLevel>
  37.     <PlatformTarget>x86</PlatformTarget>
  38.   </PropertyGroup>
  39.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test|AnyCPU' ">
  40.     <OutputPath>bin\Test\</OutputPath>
  41.     <DefineConstants>TRACE</DefineConstants>
  42.     <Optimize>true</Optimize>
  43.     <DebugType>pdbonly</DebugType>
  44.     <PlatformTarget>x86</PlatformTarget>
  45.     <ErrorReport>prompt</ErrorReport>
  46.   </PropertyGroup>
  47.   <ItemGroup>
  48.     <Reference Include="System" />
  49.     <Reference Include="System.Data" />
  50.     <Reference Include="System.Xml" />
  51.   </ItemGroup>
  52.   <ItemGroup>
  53.     <Compile Include="Interop.cs" />
  54.     <Compile Include="Properties\AssemblyInfo.cs" />
  55.     <Compile Include="WlanApi.cs" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <COMReference Include="NETCONLib">
  59.       <Guid>{43E734CA-043D-4A70-9A2C-A8F254063D91}</Guid>
  60.       <VersionMajor>1</VersionMajor>
  61.       <VersionMinor>0</VersionMinor>
  62.       <Lcid>0</Lcid>
  63.       <WrapperTool>tlbimp</WrapperTool>
  64.       <Isolated>False</Isolated>
  65.     </COMReference>
  66.   </ItemGroup>
  67.   <ItemGroup>
  68.     <None Include="app.config" />
  69.   </ItemGroup>
  70.   <ItemGroup>
  71.     <Content Include="license.txt" />
  72.   </ItemGroup>
  73.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  74.   <!-- babel obfiscator code Alex added -->
  75.   <Import Project="c:\opt\Babel\MSBuild\Babel.Build.targets" />
  76.   <Choose>
  77.     <When Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  78.       <PropertyGroup>
  79.         <EnableObfuscation>false</EnableObfuscation>
  80.       </PropertyGroup>
  81.     </When>
  82.     <When Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  83.       <PropertyGroup>
  84.         <EnableObfuscation>true</EnableObfuscation>
  85.         <GenerateDebug>false</GenerateDebug>
  86.         <ILIterations>3</ILIterations>
  87.         <StringEncryption>true</StringEncryption>
  88.       </PropertyGroup>
  89.     </When>
  90.   </Choose>
  91.   <!-- EO babel obfiscator code Alex added -->
  92.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  93.        Other similar extension points exist, see Microsoft.Common.targets.
  94.   <Target Name="BeforeBuild">
  95.   </Target>
  96.   <Target Name="AfterBuild">
  97.   </Target>
  98.   -->
  99. </Project>