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

New Release 1.4.1

Change Project file format to VS 2010.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r915 r966  
    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>
     
    3334    <SccProvider>
    3435    </SccProvider>
    35     <OldToolsVersion>2.0</OldToolsVersion>
     36    <OldToolsVersion>3.5</OldToolsVersion>
    3637    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    37     <TargetFrameworkSubset>
    38     </TargetFrameworkSubset>
    3938    <IsWebBootstrapper>false</IsWebBootstrapper>
    4039    <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
     
    4342    <SignManifests>false</SignManifests>
    4443    <TargetZone>LocalIntranet</TargetZone>
     44    <NoWin32Manifest>true</NoWin32Manifest>
    4545    <PublishUrl>publish\</PublishUrl>
    4646    <Install>true</Install>
     
    5858    <PublishWizardCompleted>true</PublishWizardCompleted>
    5959    <BootstrapperEnabled>true</BootstrapperEnabled>
    60     <NoWin32Manifest>true</NoWin32Manifest>
     60    <TargetFrameworkProfile />
    6161  </PropertyGroup>
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    63     <OutputPath>bin\Debug\</OutputPath>
     63    <OutputPath>bin\Release\</OutputPath>
    6464    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    6565    <BaseAddress>285212672</BaseAddress>
     
    6767    <ConfigurationOverrideFile>
    6868    </ConfigurationOverrideFile>
    69     <DefineConstants>DEBUG</DefineConstants>
    70     <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
     69    <DefineConstants>TRACE;DEBUG</DefineConstants>
     70    <DocumentationFile>
     71    </DocumentationFile>
    7172    <DebugSymbols>false</DebugSymbols>
    7273    <FileAlignment>4096</FileAlignment>
     
    9293    <DefineConstants>
    9394    </DefineConstants>
    94     <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
     95    <DocumentationFile>
     96    </DocumentationFile>
    9597    <DebugSymbols>false</DebugSymbols>
    9698    <FileAlignment>4096</FileAlignment>
     
    405407    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    406408      <Visible>False</Visible>
    407       <ProductName>.NET Framework Client Profile</ProductName>
     409      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    408410      <Install>false</Install>
    409411    </BootstrapperPackage>
     
    430432  </ItemGroup>
    431433  <ItemGroup>
    432     <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj">
     434    <Folder Include="Properties\" />
     435  </ItemGroup>
     436  <ItemGroup>
     437    <ProjectReference Include="..\bmx\BMXNet\BMXNet.csproj">
    433438      <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
    434439      <Name>BMXNet</Name>
    435440    </ProjectReference>
    436   </ItemGroup>
    437   <ItemGroup>
    438     <Folder Include="Properties\" />
    439441  </ItemGroup>
    440442  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.