Files
SHERPA/SHERPA.BBM/SHERPA.BBM.csproj
T
2021-12-02 16:17:33 +01:00

266 lines
15 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{248D0FE3-14C4-4205-AB5B-536755B93951}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SHERPA.BBM</RootNamespace>
<AssemblyName>SHERPA.BBM</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.12\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Configuration.ConfigurationManager.5.0.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
</Reference>
<Reference Include="System.Security.Permissions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Permissions.5.0.0\lib\net461\System.Security.Permissions.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Transactions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\BBMController.cs" />
<Compile Include="Costants.cs" />
<Compile Include="DatabaseModels\CompanyModel.cs" />
<Compile Include="DatabaseModels\FattModel.cs" />
<Compile Include="DatabaseModels\TagItemModel.cs" />
<Compile Include="DatabaseModels\TagModel.cs" />
<Compile Include="FattDbContext.cs" />
<Compile Include="FattDbContext.Views.cs" />
<Compile Include="MainDbContext.cs" />
<Compile Include="DatabaseModels\CustomersModel.cs" />
<Compile Include="DatabaseModels\Fatt2DocModel.cs" />
<Compile Include="DatabaseModels\FluxCountersModel.cs" />
<Compile Include="DatabaseModels\ItemsModel.cs" />
<Compile Include="DatabaseModels\BasketsModel.cs" />
<Compile Include="DatabaseModels\ResourcesModel.cs" />
<Compile Include="DatabaseModels\DocsModel.cs" />
<Compile Include="DatabaseModels\NegotiationsModel.cs" />
<Compile Include="Migrations\202105111732450_InitDb.cs" />
<Compile Include="Migrations\202105111732450_InitDb.designer.cs">
<DependentUpon>202105111732450_InitDb.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202105130633114_NoteDocAdded.cs" />
<Compile Include="Migrations\202105130633114_NoteDocAdded.designer.cs">
<DependentUpon>202105130633114_NoteDocAdded.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202105241245378_AddNoteToResource.cs" />
<Compile Include="Migrations\202105241245378_AddNoteToResource.designer.cs">
<DependentUpon>202105241245378_AddNoteToResource.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202105241302362_AddNumFatt.cs" />
<Compile Include="Migrations\202105241302362_AddNumFatt.designer.cs">
<DependentUpon>202105241302362_AddNumFatt.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202105241339432_AddNumFatt1.cs" />
<Compile Include="Migrations\202105241339432_AddNumFatt1.designer.cs">
<DependentUpon>202105241339432_AddNumFatt1.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202105251949349_DocAddDraft.cs" />
<Compile Include="Migrations\202105251949349_DocAddDraft.designer.cs">
<DependentUpon>202105251949349_DocAddDraft.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202106171128514_AddCompany.cs" />
<Compile Include="Migrations\202106171128514_AddCompany.designer.cs">
<DependentUpon>202106171128514_AddCompany.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202106171238132_UpdNegotiations01.cs" />
<Compile Include="Migrations\202106171238132_UpdNegotiations01.designer.cs">
<DependentUpon>202106171238132_UpdNegotiations01.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202106171241509_UpdNegotiations02.cs" />
<Compile Include="Migrations\202106171241509_UpdNegotiations02.designer.cs">
<DependentUpon>202106171241509_UpdNegotiations02.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111251737463_UpdateBasket.cs" />
<Compile Include="Migrations\202111251737463_UpdateBasket.designer.cs">
<DependentUpon>202111251737463_UpdateBasket.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111251739068_UpdateBasket01.cs" />
<Compile Include="Migrations\202111251739068_UpdateBasket01.designer.cs">
<DependentUpon>202111251739068_UpdateBasket01.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111260951311_UpdNegotiations03.cs" />
<Compile Include="Migrations\202111260951311_UpdNegotiations03.designer.cs">
<DependentUpon>202111260951311_UpdNegotiations03.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111261033473_UpdNegotiations04.cs" />
<Compile Include="Migrations\202111261033473_UpdNegotiations04.designer.cs">
<DependentUpon>202111261033473_UpdNegotiations04.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111261043291_UpdNegotiations05.cs" />
<Compile Include="Migrations\202111261043291_UpdNegotiations05.designer.cs">
<DependentUpon>202111261043291_UpdNegotiations05.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111261054212_UpdNegotiations06.cs" />
<Compile Include="Migrations\202111261054212_UpdNegotiations06.designer.cs">
<DependentUpon>202111261054212_UpdNegotiations06.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111261713139_UpdateDocs01.cs" />
<Compile Include="Migrations\202111261713139_UpdateDocs01.designer.cs">
<DependentUpon>202111261713139_UpdateDocs01.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111291104133_UpdNegotiations07.cs" />
<Compile Include="Migrations\202111291104133_UpdNegotiations07.designer.cs">
<DependentUpon>202111291104133_UpdNegotiations07.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111291105510_UpdNegotiations08.cs" />
<Compile Include="Migrations\202111291105510_UpdNegotiations08.designer.cs">
<DependentUpon>202111291105510_UpdNegotiations08.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111291331530_UpdDocResAnno.cs" />
<Compile Include="Migrations\202111291331530_UpdDocResAnno.designer.cs">
<DependentUpon>202111291331530_UpdDocResAnno.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111291442576_UpdNEgotAnno.cs" />
<Compile Include="Migrations\202111291442576_UpdNEgotAnno.designer.cs">
<DependentUpon>202111291442576_UpdNEgotAnno.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\202111291635443_AddTagsItem.cs" />
<Compile Include="Migrations\202111291635443_AddTagsItem.designer.cs">
<DependentUpon>202111291635443_AddTagsItem.cs</DependentUpon>
</Compile>
<Compile Include="Precision.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\202105111732450_InitDb.resx">
<DependentUpon>202105111732450_InitDb.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202105130633114_NoteDocAdded.resx">
<DependentUpon>202105130633114_NoteDocAdded.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202105241245378_AddNoteToResource.resx">
<DependentUpon>202105241245378_AddNoteToResource.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202105241302362_AddNumFatt.resx">
<DependentUpon>202105241302362_AddNumFatt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202105241339432_AddNumFatt1.resx">
<DependentUpon>202105241339432_AddNumFatt1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202105251949349_DocAddDraft.resx">
<DependentUpon>202105251949349_DocAddDraft.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202106171128514_AddCompany.resx">
<DependentUpon>202106171128514_AddCompany.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202106171238132_UpdNegotiations01.resx">
<DependentUpon>202106171238132_UpdNegotiations01.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202106171241509_UpdNegotiations02.resx">
<DependentUpon>202106171241509_UpdNegotiations02.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111251737463_UpdateBasket.resx">
<DependentUpon>202111251737463_UpdateBasket.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111251739068_UpdateBasket01.resx">
<DependentUpon>202111251739068_UpdateBasket01.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111260951311_UpdNegotiations03.resx">
<DependentUpon>202111260951311_UpdNegotiations03.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111261033473_UpdNegotiations04.resx">
<DependentUpon>202111261033473_UpdNegotiations04.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111261043291_UpdNegotiations05.resx">
<DependentUpon>202111261043291_UpdNegotiations05.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111261054212_UpdNegotiations06.resx">
<DependentUpon>202111261054212_UpdNegotiations06.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111261713139_UpdateDocs01.resx">
<DependentUpon>202111261713139_UpdateDocs01.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111291104133_UpdNegotiations07.resx">
<DependentUpon>202111291104133_UpdNegotiations07.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111291105510_UpdNegotiations08.resx">
<DependentUpon>202111291105510_UpdNegotiations08.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111291331530_UpdDocResAnno.resx">
<DependentUpon>202111291331530_UpdDocResAnno.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111291442576_UpdNEgotAnno.resx">
<DependentUpon>202111291442576_UpdNEgotAnno.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Migrations\202111291635443_AddTagsItem.resx">
<DependentUpon>202111291635443_AddTagsItem.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
</Target>
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
</Project>