Skip to content

Commit

Permalink
Update TempHire to Cocktail v2.2 and DevForce v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgood committed Dec 15, 2012
1 parent b3bf983 commit 5c40120
Show file tree
Hide file tree
Showing 36 changed files with 243 additions and 212 deletions.
Binary file modified .nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/02-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/03-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/04-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/05-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/06-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/07-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/HappyHour/08-HappyHour/.nuget/nuget.exe
Binary file not shown.
Binary file modified Samples/NavSample/.nuget/NuGet.exe
Binary file not shown.
Binary file modified Samples/TempHire/.nuget/NuGet.exe
Binary file not shown.
20 changes: 11 additions & 9 deletions Samples/TempHire/Common/Common.SL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,30 +93,32 @@
<HintPath>..\packages\Caliburn.Micro.1.4\lib\sl5\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Cocktail.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.2.1.1\lib\sl50\Cocktail.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.2.0\lib\sl50\Cocktail.SL.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.1.1\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.2.0\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.EntityModel.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.EntityModel.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Linq.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Linq.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Validation.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.Validation.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Validation.SL.dll</HintPath>
</Reference>
<Reference Include="MefContrib.Silverlight">
<HintPath>..\Libs\MefContrib\MefContrib.Silverlight.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5">
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.0\lib\sl50\Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="PostSharp.SL">
<HintPath>..\packages\PostSharp.2.1.7.22\lib\sl3\PostSharp.SL.dll</HintPath>
<HintPath>..\packages\PostSharp.2.1.7.28\lib\sl3\PostSharp.SL.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -200,7 +202,7 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets')" />
<!-- 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">
Expand Down
27 changes: 12 additions & 15 deletions Samples/TempHire/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\TempHire\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile />
<DontImportPostSharp>True</DontImportPostSharp>
<SkipPostSharp>True</SkipPostSharp>
<DontImportPostSharp>True</DontImportPostSharp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -59,32 +59,29 @@
<HintPath>..\packages\Caliburn.Micro.1.4\lib\net40\Caliburn.Micro.dll</HintPath>
</Reference>
<Reference Include="Cocktail">
<HintPath>..\packages\IdeaBlade.Cocktail.2.1.1\lib\net45\Cocktail.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.2.2.0\lib\net45\Cocktail.dll</HintPath>
</Reference>
<Reference Include="Cocktail.Utils">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.1.1\lib\net45\Cocktail.Utils.dll</HintPath>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.2.0\lib\net45\Cocktail.Utils.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core, Version=7.0.2.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Core.dll</HintPath>
<Reference Include="IdeaBlade.Core">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Core.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.EntityModel.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.EntityModel.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Linq">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Linq.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Linq.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Validation">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Validation.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="MefContrib">
<HintPath>..\Libs\MefContrib\MefContrib.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.2.1.7.22\lib\net20\PostSharp.dll</HintPath>
<Reference Include="PostSharp, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PostSharp.2.1.7.28\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -148,7 +145,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets')" />
<!-- 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">
Expand Down
8 changes: 4 additions & 4 deletions Samples/TempHire/Common/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="1.4" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.1.1" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.1.1" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail" version="2.2.0" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.2.0" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.0.3" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.0" targetFramework="sl50" />
<package id="PostSharp" version="2.1.7.22" targetFramework="sl50" />
<package id="PostSharp" version="2.1.7.28" targetFramework="sl50" />
</packages>
38 changes: 22 additions & 16 deletions Samples/TempHire/DomainModel.SL/DomainModel.SL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,37 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cocktail.Utils.SL">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.1.1\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
<Reference Include="Cocktail.Utils.SL, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7d8c7326b555a04a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.2.0\lib\sl50\Cocktail.Utils.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Aop.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Aop.7.0.2\lib\sl50\IdeaBlade.Aop.SL.dll</HintPath>
<HintPath>..\packages\IdeaBlade.DevForce.Aop.7.0.3\lib\sl50\IdeaBlade.Aop.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
<Reference Include="IdeaBlade.Core.SL, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Core.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.EntityModel.SL.dll</HintPath>
<Reference Include="IdeaBlade.EntityModel.SL, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.EntityModel.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Linq.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.Linq.SL.dll</HintPath>
<Reference Include="IdeaBlade.Linq.SL, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Linq.SL.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Validation.SL">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\sl50\IdeaBlade.Validation.SL.dll</HintPath>
<Reference Include="IdeaBlade.Validation.SL, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\sl50\IdeaBlade.Validation.SL.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5">
<Reference Include="Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.CompilerServices.AsyncTargetingPack.1.0.0\lib\sl50\Microsoft.CompilerServices.AsyncTargetingPack.Silverlight5.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="PostSharp.SL">
<HintPath>..\packages\PostSharp.2.1.7.22\lib\sl3\PostSharp.SL.dll</HintPath>
<Reference Include="PostSharp.SL, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PostSharp.2.1.7.28\lib\sl3\PostSharp.SL.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.ComponentModel.Composition.Initialization, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
Expand Down Expand Up @@ -186,8 +193,7 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets')" />
<Import Project="..\packages\IdeaBlade.DevForce.Aop.7.0.2\tools\IdeaBlade.DevForce.Common.targets" Condition="Exists('..\packages\IdeaBlade.DevForce.Aop.7.0.2\tools\IdeaBlade.DevForce.Common.targets')" />
<Import Project="..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets')" />
<!-- 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">
Expand Down
8 changes: 4 additions & 4 deletions Samples/TempHire/DomainModel.SL/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IdeaBlade.Cocktail.Utils" version="2.1.1" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Aop" version="7.0.2" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.0.2" targetFramework="sl50" />
<package id="IdeaBlade.Cocktail.Utils" version="2.2.0" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Aop" version="7.0.3" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.0.3" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.0" targetFramework="sl50" />
<package id="PostSharp" version="2.1.7.22" targetFramework="sl50" />
<package id="PostSharp" version="2.1.7.28" targetFramework="sl50" />
</packages>
4 changes: 4 additions & 0 deletions Samples/TempHire/DomainModel/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlCeConnectionFactory, EntityFramework">
Expand Down
46 changes: 26 additions & 20 deletions Samples/TempHire/DomainModel/DomainModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,36 +69,42 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cocktail.Utils, Version=2.1.1.0, Culture=neutral, PublicKeyToken=7d8c7326b555a04a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.1.1\lib\net45\Cocktail.Utils.dll</HintPath>
<Reference Include="Cocktail.Utils">
<HintPath>..\packages\IdeaBlade.Cocktail.Utils.2.2.0\lib\net45\Cocktail.Utils.dll</HintPath>
</Reference>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Aop">
<HintPath>..\packages\IdeaBlade.DevForce.Aop.7.0.2\lib\net45\IdeaBlade.Aop.dll</HintPath>
<HintPath>..\packages\IdeaBlade.DevForce.Aop.7.0.3\lib\net45\IdeaBlade.Aop.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Core">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Core.dll</HintPath>
<Reference Include="IdeaBlade.Core, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Core.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.EntityModel.dll</HintPath>
<Reference Include="IdeaBlade.EntityModel, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.EntityModel.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel.Edm">
<HintPath>..\packages\IdeaBlade.DevForce.Server.7.0.2\lib\net45\IdeaBlade.EntityModel.Edm.dll</HintPath>
<Reference Include="IdeaBlade.EntityModel.Edm, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Server.7.0.3\lib\net45\IdeaBlade.EntityModel.Edm.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel.Server">
<HintPath>..\packages\IdeaBlade.DevForce.Server.7.0.2\lib\net45\IdeaBlade.EntityModel.Server.dll</HintPath>
<Reference Include="IdeaBlade.EntityModel.Server, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Server.7.0.3\lib\net45\IdeaBlade.EntityModel.Server.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Linq">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Linq.dll</HintPath>
<Reference Include="IdeaBlade.Linq, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Linq.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Validation">
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.2\lib\net45\IdeaBlade.Validation.dll</HintPath>
<Reference Include="IdeaBlade.Validation, Version=7.0.3.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.0.3\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.2.1.7.22\lib\net20\PostSharp.dll</HintPath>
<Reference Include="PostSharp, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\PostSharp.2.1.7.28\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -157,8 +163,8 @@
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.22\tools\PostSharp.targets')" />
<Import Project="..\packages\IdeaBlade.DevForce.Aop.7.0.2\tools\IdeaBlade.DevForce.Common.targets" Condition="Exists('..\packages\IdeaBlade.DevForce.Aop.7.0.2\tools\IdeaBlade.DevForce.Common.targets')" />
<Import Project="..\packages\IdeaBlade.DevForce.Aop.7.0.3\tools\IdeaBlade.DevForce.Common.targets" Condition="Exists('..\packages\IdeaBlade.DevForce.Aop.7.0.3\tools\IdeaBlade.DevForce.Common.targets')" />
<Import Project="..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.2.1.7.28\tools\PostSharp.targets')" />
<!-- 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">
Expand Down
Loading

0 comments on commit 5c40120

Please sign in to comment.