Ignore:
Timestamp:
Sep 29, 2010, 3:47:22 AM (14 years ago)
Author:
Sam Habiel
Message:

Fixes for Division dialog usability (ok button autoaccept; focus on list on startup).
Change project format to VS 2010.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/BMXNet.csproj

    r916 r967  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
    23  <PropertyGroup>
    34    <ProjectType>Local</ProjectType>
     
    1112    <AssemblyKeyContainerName>
    1213    </AssemblyKeyContainerName>
    13     <AssemblyName>BMXNet21</AssemblyName>
     14    <AssemblyName>BMXNet22</AssemblyName>
    1415    <AssemblyOriginatorKeyFile>wv.key.snk</AssemblyOriginatorKeyFile>
    1516    <DefaultClientScript>JScript</DefaultClientScript>
     
    2728    </UpgradeBackupLocation>
    2829    <SignAssembly>false</SignAssembly>
    29     <OldToolsVersion>2.0</OldToolsVersion>
     30    <OldToolsVersion>3.5</OldToolsVersion>
    3031    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    3132    <PublishUrl>publish\</PublishUrl>
     
    4445    <UseApplicationTrust>false</UseApplicationTrust>
    4546    <BootstrapperEnabled>true</BootstrapperEnabled>
     47    <TargetFrameworkProfile />
    4648  </PropertyGroup>
    4749  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5355    </ConfigurationOverrideFile>
    5456    <DefineConstants>DEBUG</DefineConstants>
    55     <DocumentationFile>bmxnet.xml</DocumentationFile>
    56     <DebugSymbols>true</DebugSymbols>
     57    <DocumentationFile>
     58    </DocumentationFile>
     59    <DebugSymbols>false</DebugSymbols>
    5760    <FileAlignment>4096</FileAlignment>
    5861    <NoStdLib>false</NoStdLib>
     
    7578    <DefineConstants>
    7679    </DefineConstants>
    77     <DocumentationFile>bmxnet.xml</DocumentationFile>
    78     <DebugSymbols>true</DebugSymbols>
     80    <DocumentationFile>
     81    </DocumentationFile>
     82    <DebugSymbols>false</DebugSymbols>
    7983    <FileAlignment>4096</FileAlignment>
    8084    <NoStdLib>false</NoStdLib>
     
    8589    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    8690    <WarningLevel>4</WarningLevel>
    87     <DebugType>full</DebugType>
     91    <DebugType>none</DebugType>
    8892    <ErrorReport>prompt</ErrorReport>
    8993  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.