﻿<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <ProductVersion>8.0.50215</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{BA932025-1CAC-49A5-9564-218BC3442803}</ProjectGuid>
    <OutputType>Library</OutputType>
    <StartupObject>
    </StartupObject>
    <RootNamespace>Microsoft.Samples.SqlServer</RootNamespace>
    <NoStandardLibraries>false</NoStandardLibraries>
    <AssemblyName>ConversionFunction</AssemblyName>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugSymbols>true</DebugSymbols>
    <Optimize>false</Optimize>
    <OutputPath>bin\debug\</OutputPath>
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <WarningLevel>4</WarningLevel>
    <IncrementalBuild>false</IncrementalBuild>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugSymbols>false</DebugSymbols>
    <Optimize>true</Optimize>
    <OutputPath>.\bin\Release\</OutputPath>
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
    <DefineConstants>TRACE</DefineConstants>
    <WarningLevel>4</WarningLevel>
    <IncrementalBuild>false</IncrementalBuild>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System">
      <HintPath>F:\WINNT\Microsoft.NET\Framework\v1.2.30703\System.dll</HintPath>
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <HintPath>F:\WINNT\Microsoft.NET\Framework\v1.2.30703\System.Data.dll</HintPath>
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Xml">
      <HintPath>F:\WINNT\Microsoft.NET\Framework\v1.2.30703\System.XML.dll</HintPath>
      <Name>System.XML</Name>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="CurrencyConverter.cs">
      <SubType>Code</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CurrencyType\CurrencyType.csproj">
      <Project>{D5CA1074-23F3-4B50-9C32-760B7A6F268E}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
      <Name>CurrencyType</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <AppDesigner Include="Project\" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Project\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
    <AssemblyOriginatorKeyFile>..\..\keypair.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <ProjectExtensions>
    <VisualStudio>
    </VisualStudio>
  </ProjectExtensions>
</Project>