Skip to content

Commit

Permalink
Update TempHire sample to PostSharp v3.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgood committed Jul 8, 2013
1 parent 9b1d260 commit 9eceb35
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Samples/TempHire/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.0\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\net20\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -140,7 +140,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/Common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="IdeaBlade.Cocktail" version="2.4.0" targetFramework="net45" />
<package id="IdeaBlade.Cocktail.Utils" version="2.4.0" targetFramework="net45" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="net45" />
<package id="PostSharp" version="3.0.30" targetFramework="net45" />
<package id="PostSharp" version="3.0.31" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/DomainModel.SL/DomainModel.SL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</Reference>
<Reference Include="mscorlib" />
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\portable-windows8+net40+sl4+wp7\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\portable-windows8+net40+sl4+wp7\PostSharp.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 @@ -191,7 +191,7 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/DomainModel.SL/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="IdeaBlade.DevForce.Aop" version="7.2.0" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.0" targetFramework="sl50" />
<package id="PostSharp" version="3.0.30" targetFramework="sl50" />
<package id="PostSharp" version="3.0.31" targetFramework="sl50" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/DomainModel/DomainModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.0\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\net20\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -164,7 +164,7 @@
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\IdeaBlade.DevForce.Aop.7.2.0\tools\IdeaBlade.DevForce.Common.targets" Condition="Exists('..\packages\IdeaBlade.DevForce.Aop.7.2.0\tools\IdeaBlade.DevForce.Common.targets')" />
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/DomainModel/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="net45" />
<package id="IdeaBlade.DevForce.Server" version="7.2.0" targetFramework="net45" />
<package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net45" />
<package id="PostSharp" version="3.0.30" targetFramework="net45" />
<package id="PostSharp" version="3.0.31" targetFramework="net45" />
<package id="SqlServerCompact" version="4.0.8854.1" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/Harness/Harness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.0\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\net20\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -305,7 +305,7 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/Harness/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="IdeaBlade.Cocktail" version="2.4.0" targetFramework="net45" />
<package id="IdeaBlade.Cocktail.Utils" version="2.4.0" targetFramework="net45" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="net45" />
<package id="PostSharp" version="3.0.30" targetFramework="net45" />
<package id="PostSharp" version="3.0.31" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/Security.SL/Security.SL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</Reference>
<Reference Include="mscorlib" />
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\portable-windows8+net40+sl4+wp7\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\portable-windows8+net40+sl4+wp7\PostSharp.dll</HintPath>
</Reference>
<Reference Include="system" />
<Reference Include="System.ComponentModel.Composition, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
Expand Down Expand Up @@ -173,7 +173,7 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/Security.SL/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="IdeaBlade.DevForce.Aop" version="7.2.0" targetFramework="sl50" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="sl50" />
<package id="Microsoft.CompilerServices.AsyncTargetingPack" version="1.0.0" targetFramework="sl50" />
<package id="PostSharp" version="3.0.30" targetFramework="sl50" />
<package id="PostSharp" version="3.0.31" targetFramework="sl50" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/Security/Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.0\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\net20\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -148,7 +148,7 @@
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\IdeaBlade.DevForce.Aop.7.2.0\tools\IdeaBlade.DevForce.Common.targets" Condition="Exists('..\packages\IdeaBlade.DevForce.Aop.7.2.0\tools\IdeaBlade.DevForce.Common.targets')" />
<Import Project="..\packages\PostSharp.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/Security/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<package id="IdeaBlade.DevForce.Aop" version="7.2.0" targetFramework="net45" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="net45" />
<package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net45" />
<package id="PostSharp" version="3.0.30" targetFramework="net45" />
<package id="PostSharp" version="3.0.31" targetFramework="net45" />
<package id="SqlServerCompact" version="4.0.8854.1" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions Samples/TempHire/TempHire/TempHire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<HintPath>..\packages\IdeaBlade.DevForce.Core.7.2.0\lib\net45\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="PostSharp">
<HintPath>..\packages\PostSharp.3.0.30\lib\net20\PostSharp.dll</HintPath>
<HintPath>..\packages\PostSharp.3.0.31\lib\net20\PostSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -262,7 +262,7 @@
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.3.0.30\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.30\tools\PostSharp.targets')" />
<Import Project="..\packages\PostSharp.3.0.31\tools\PostSharp.targets" Condition="Exists('..\packages\PostSharp.3.0.31\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
2 changes: 1 addition & 1 deletion Samples/TempHire/TempHire/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<package id="IdeaBlade.Cocktail.Utils" version="2.4.0" targetFramework="net45" />
<package id="IdeaBlade.DevForce.Core" version="7.2.0" targetFramework="net45" />
<package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net45" />
<package id="PostSharp" version="3.0.30" targetFramework="net45" />
<package id="PostSharp" version="3.0.31" targetFramework="net45" />
<package id="SqlServerCompact" version="4.0.8854.1" targetFramework="net40" />
</packages>

0 comments on commit 9eceb35

Please sign in to comment.