Remco;2066 wrote:Thanks! Would you also be able to copy/paste for me the reference from your .proj file into postsharp? I expect there will be an <Import> or something similar.
Here is a project that is processed by postsharp. I could see nothing referenced.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="(- BROKEN LINK -)">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F6607DDD-8D28-4FE8-8A9E-CADD34814C73}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Decade.CIW.Model</RootNamespace>
<AssemblyName>Decade.CIW.Model</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>$(SolutionDir)\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>$(SolutionDir)\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="IdeaBlade.Core, Version=6.1.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Decade.Ideablade.6.1.7\lib\net\IdeaBlade.Core.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.EntityModel, Version=6.1.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Decade.Ideablade.6.1.7\lib\net\IdeaBlade.EntityModel.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Linq, Version=6.1.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Decade.Ideablade.6.1.7\lib\net\IdeaBlade.Linq.dll</HintPath>
</Reference>
<Reference Include="IdeaBlade.Validation, Version=6.1.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\packages\Decade.Ideablade.6.1.7\lib\net\IdeaBlade.Validation.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Entities\BusinessActivity.cs" />
<Compile Include="Entities\Chemical.cs" />
<Compile Include="CIWModel.IB.Designer.cs">
<DependentUpon>CIWModel.edmx.tt</DependentUpon>
</Compile>
<Compile Include="Entities\Document.cs" />
<Compile Include="Entities\DocumentType.cs" />
<Compile Include="Entities\Enforcement.cs" />
<Compile Include="Entities\EnforcementViolation.cs" />
<Compile Include="Entities\FacilitySubmittal.cs" />
<Compile Include="Entities\FacilitySubmittalActionNotification.cs" />
<Compile Include="Entities\GeographicInfoCersPoint.cs" />
<Compile Include="Entities\HwFacility.cs" />
<Compile Include="Entities\HwTankClosure.cs" />
<Compile Include="Entities\HwUnit.cs" />
<Compile Include="Entities\HwUnitCa.cs" />
<Compile Include="Entities\HwUnitCel.cs" />
<Compile Include="Entities\HwUnitCesqt.cs" />
<Compile Include="Entities\HwUnitCesw.cs" />
<Compile Include="Entities\HwUnitPbr.cs" />
<Compile Include="Entities\Inspection.cs" />
<Compile Include="Entities\OwnerOperatorInformation.cs" />
<Compile Include="MetaData\BusinessActivityMetaData.cs" />
<Compile Include="MetaData\ChemicalMetaData.cs" />
<Compile Include="MetaData\DocumentMetaData.cs" />
<Compile Include="MetaData\DocumentTypeMetaData.cs" />
<Compile Include="MetaData\EnforcementMetaData.cs" />
<Compile Include="MetaData\EnforcementViolationMetaData.cs" />
<Compile Include="MetaData\FacilitySubmittalActionNotificationMetaData.cs" />
<Compile Include="MetaData\FacilitySubmittalMetaData.cs" />
<Compile Include="MetaData\GeographicInfoCersPointMetaData.cs" />
<Compile Include="MetaData\HwFacilityMetaData.cs" />
<Compile Include="MetaData\HwTankClosureMetaData.cs" />
<Compile Include="MetaData\HwUnitCaMetaData.cs" />
<Compile Include="MetaData\HwUnitCelMetaData.cs" />
<Compile Include="MetaData\HwUnitCesqtMetaData.cs" />
<Compile Include="MetaData\HwUnitCeswMetaData.cs" />
<Compile Include="MetaData\HwUnitMetaData.cs" />
<Compile Include="MetaData\HwUnitPbrMetaData.cs" />
<Compile Include="MetaData\InspectionMetaData.cs" />
<Compile Include="MetaData\OwnerOperatorInformationMetaData.cs" />
<Compile Include="MetaData\RegulatorMetaData.cs" />
<Compile Include="MetaData\RmrActivitiesReportMetaData.cs" />
<Compile Include="MetaData\RmrRecyclableMaterialMetaData.cs" />
<Compile Include="MetaData\RwConsolidationSiteMetaData.cs" />
<Compile Include="MetaData\SubmittalElementMetaData.cs" />
<Compile Include="MetaData\SubmittalStatusTypeMetaData.cs" />
<Compile Include="MetaData\SubmittalTransactionMetaData.cs" />
<Compile Include="MetaData\SubmitterMetaData.cs" />
<Compile Include="MetaData\SubmitterRegulatorElementTypeMetaData.cs" />
<Compile Include="MetaData\SubmitterRegulatorInfoMetaData.cs" />
<Compile Include="MetaData\UstCertInstallModMetaData.cs" />
<Compile Include="MetaData\UstFacilityInformationMetaData.cs" />
<Compile Include="MetaData\UstMonitoringPlanMetaData.cs" />
<Compile Include="MetaData\UstTankMetaData.cs" />
<Compile Include="MetaData\ViolationMetaData.cs" />
<Compile Include="ModelVerifierProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Entities\Regulator.cs" />
<Compile Include="Entities\RmrActivitiesReport.cs" />
<Compile Include="Entities\RmrRecyclableMaterial.cs" />
<Compile Include="Entities\RwConsolidationSite.cs" />
<Compile Include="Entities\SubmittalElement.cs" />
<Compile Include="Entities\SubmittalStatusType.cs" />
<Compile Include="Entities\SubmittalTransaction.cs" />
<Compile Include="Entities\Submitter.cs" />
<Compile Include="Entities\SubmitterRegulatorElementType.cs" />
<Compile Include="Entities\SubmitterRegulatorInfo.cs" />
<Compile Include="Entities\UstCertInstallMod.cs" />
<Compile Include="Entities\UstFacilityInformation.cs" />
<Compile Include="Entities\UstMonitoringPlan.cs" />
<Compile Include="Entities\UstTank.cs" />
<Compile Include="Entities\Violation.cs" />
<Compile Include="TempSeedSelection.cs" />
</ItemGroup>
<ItemGroup>
<EntityDeploy Include="CIWModel.edmx">
<EntityManagerName>.CIWEntities</EntityManagerName>
<CodeGenNamespace>__default__</CodeGenNamespace>
</EntityDeploy>
</ItemGroup>
<ItemGroup>
<None Include="App.Config" />
<None Include="CIWModel.edmx.ReadMe">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CIWModel.edmx.tt</DependentUpon>
</None>
<None Include="CIWModel.edmx.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<TemplateName>DomainModelTemplate</TemplateName>
<LastGenOutput>CIWModel.edmx.ReadMe</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Common\Decade.Common\Decade.Common.DataAnnotations\Decade.Common.DataAnnotations.csproj">
<Project>{B821E9FB-0E2D-4120-A3D6-AB959B31746E}</Project>
<Name>Decade.Common.DataAnnotations</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\CERS_Install.sql" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>