Ignore:
Timestamp:
Jun 30, 2010, 4:19:09 AM (14 years ago)
Author:
Sam Habiel
Message:

Project finally compiles.

File:
1 edited

Legend:

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

    r815 r816  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
    4     <ProductVersion>8.0.50727</ProductVersion>
     4    <ProductVersion>9.0.30729</ProductVersion>
    55    <SchemaVersion>2.0</SchemaVersion>
    66    <ProjectGuid>{A3A19C51-73D2-4EEE-A190-F1EFBF477BCB}</ProjectGuid>
     
    1111    </AssemblyKeyContainerName>
    1212    <AssemblyName>BMXNetTest</AssemblyName>
    13     <AssemblyOriginatorKeyFile>IHSPrivateKey.pfx</AssemblyOriginatorKeyFile>
     13    <AssemblyOriginatorKeyFile>
     14    </AssemblyOriginatorKeyFile>
    1415    <DefaultClientScript>JScript</DefaultClientScript>
    1516    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
     
    2627    </UpgradeBackupLocation>
    2728    <SignAssembly>false</SignAssembly>
     29    <OldToolsVersion>2.0</OldToolsVersion>
     30    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     31    <PublishUrl>publish\</PublishUrl>
     32    <Install>true</Install>
     33    <InstallFrom>Disk</InstallFrom>
     34    <UpdateEnabled>false</UpdateEnabled>
     35    <UpdateMode>Foreground</UpdateMode>
     36    <UpdateInterval>7</UpdateInterval>
     37    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     38    <UpdatePeriodically>false</UpdatePeriodically>
     39    <UpdateRequired>false</UpdateRequired>
     40    <MapFileExtensions>true</MapFileExtensions>
     41    <ApplicationRevision>0</ApplicationRevision>
     42    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     43    <IsWebBootstrapper>false</IsWebBootstrapper>
     44    <UseApplicationTrust>false</UseApplicationTrust>
     45    <BootstrapperEnabled>true</BootstrapperEnabled>
    2846  </PropertyGroup>
    2947  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    6078    <DocumentationFile>
    6179    </DocumentationFile>
    62     <DebugSymbols>false</DebugSymbols>
     80    <DebugSymbols>true</DebugSymbols>
    6381    <FileAlignment>4096</FileAlignment>
    6482    <NoStdLib>false</NoStdLib>
     
    7088    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    7189    <WarningLevel>4</WarningLevel>
    72     <DebugType>none</DebugType>
     90    <DebugType>full</DebugType>
    7391    <ErrorReport>prompt</ErrorReport>
    7492  </PropertyGroup>
     
    115133  </ItemGroup>
    116134  <ItemGroup>
    117     <None Include="IHSPrivateKey.pfx" />
     135    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     136      <Visible>False</Visible>
     137      <ProductName>.NET Framework Client Profile</ProductName>
     138      <Install>false</Install>
     139    </BootstrapperPackage>
     140    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
     141      <Visible>False</Visible>
     142      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
     143      <Install>false</Install>
     144    </BootstrapperPackage>
     145    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
     146      <Visible>False</Visible>
     147      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
     148      <Install>false</Install>
     149    </BootstrapperPackage>
     150    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
     151      <Visible>False</Visible>
     152      <ProductName>.NET Framework 3.5</ProductName>
     153      <Install>false</Install>
     154    </BootstrapperPackage>
     155    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     156      <Visible>False</Visible>
     157      <ProductName>.NET Framework 3.5 SP1</ProductName>
     158      <Install>true</Install>
     159    </BootstrapperPackage>
     160    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     161      <Visible>False</Visible>
     162      <ProductName>Windows Installer 3.1</ProductName>
     163      <Install>true</Install>
     164    </BootstrapperPackage>
    118165  </ItemGroup>
    119166  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.