<?xml version="1.0" encoding="utf-8"?>
<!--
*
* test.2010.csproj -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.30319</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid Condition="'$(UseEntityFramework6)' == 'false'">{9D3CF7A6-092A-4B05-B0E4-BEF6944525B3}</ProjectGuid>
<ProjectGuid Condition="'$(UseEntityFramework6)' != 'false'">{2975AE0A-F159-4834-A837-5242C6691886}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder>
<OutputType>Exe</OutputType>
<RootNamespace Condition="'$(UseEntityFramework6)' == 'false'">testlinq</RootNamespace>
<RootNamespace Condition="'$(UseEntityFramework6)' != 'false'">testef6</RootNamespace>
<AssemblyName Condition="'$(UseEntityFramework6)' == 'false'">testlinq</AssemblyName>
<AssemblyName Condition="'$(UseEntityFramework6)' != 'false'">testef6</AssemblyName>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<SQLiteNetDir>$(MSBuildProjectDirectory)\..</SQLiteNetDir>
<NetFx40>true</NetFx40>
<ConfigurationYear>2010</ConfigurationYear>
</PropertyGroup>
<Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Platform.Settings.targets" />
<Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets" />
<Import Project="$(SQLiteNetDir)\Targets\SQLite.NET.targets" />
<PropertyGroup Condition="'$(BinaryOutputPath)' != ''">
<OutputPath>$(BinaryOutputPath)</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml" />
<Reference Include="System.Data" />
</ItemGroup>
<ItemGroup Condition="'$(UseEntityFramework6)' == 'false'">
<Reference Include="System.Data.Entity" />
</ItemGroup>
<ItemGroup Condition="'$(UseEntityFramework6)' != 'false'">
<Reference Include="EntityFramework">
<HintPath>$(SQLiteNetDir)\Externals\EntityFramework\lib\net40\EntityFramework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Condition="'$(TargetFrameworkVersion)' == 'v3.5'"
Include="NorthwindModel.Linq.2008.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>NorthwindModel.Linq.2008.edmx</DependentUpon>
</Compile>
<Compile Condition="'$(UseEntityFramework6)' == 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="NorthwindModel.Linq.2010.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>NorthwindModel.Linq.2010.edmx</DependentUpon>
</Compile>
<Compile Condition="'$(UseEntityFramework6)' != 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="NorthwindModel.EF6.2010.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>NorthwindModel.EF6.2010.edmx</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Condition="'$(TargetFrameworkVersion)' == 'v3.5'"
Include="2008\LINQ\App.config" />
<None Condition="'$(UseEntityFramework6)' == 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="2010\LINQ\App.config" />
<None Condition="'$(UseEntityFramework6)' != 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="2010\EF6\App.config" />
<None Include="northwindEF.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<EntityDeploy Condition="'$(TargetFrameworkVersion)' == 'v3.5'"
Include="NorthwindModel.Linq.2008.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>NorthwindModel.Linq.2008.Designer.cs</LastGenOutput>
</EntityDeploy>
<EntityDeploy Condition="'$(UseEntityFramework6)' == 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="NorthwindModel.Linq.2010.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>NorthwindModel.Linq.2010.Designer.cs</LastGenOutput>
</EntityDeploy>
<EntityDeploy Condition="'$(UseEntityFramework6)' != 'false' And
'$(TargetFrameworkVersion)' == 'v4.0'"
Include="NorthwindModel.EF6.2010.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>NorthwindModel.EF6.2010.Designer.cs</LastGenOutput>
</EntityDeploy>
</ItemGroup>
<ItemGroup>
<Service Include="{C8F2D6AC-F9F4-4E40-A399-22F9A9A5CBD2}" />
</ItemGroup>
<Import Project="$(SQLiteNetDir)\System.Data.SQLite\Targets\System.Data.SQLite.Properties.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<BuildDependsOn>
$(BuildDependsOn);
CloneAndMark32BitOnlyFrameworkTargetName32;
CloneAndMark32BitOnlySdkToolsTargetName32;
</BuildDependsOn>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>