TFS_ANTIGUO/AYA.SlnSynor/AYA.SlnSynorModel/AYA.SlnSynorModel.csproj
jnunez 83b5c2abd7 Segundo
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C4
2018-06-05 22:51:02 +00:00

105 lines
No EOL
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>{9ECD985B-2354-4156-AD6A-3EBD888C0241}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AYA.SlnSynorModel</RootNamespace>
<AssemblyName>AYA.SlnSynorModel</AssemblyName>
<TargetFrameworkVersion>v4.5</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>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<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="BD\AllDocs.cs" />
<Compile Include="BD\AllDocStreams.cs" />
<Compile Include="BD\AllDocVersions.cs" />
<Compile Include="BD\AllLinks.cs" />
<Compile Include="BD\AllLists.cs" />
<Compile Include="BD\AplicacionNyRT.cs" />
<Compile Include="BD\AplicacionPN.cs" />
<Compile Include="BD\AsignacionRol.cs" />
<Compile Include="BD\ContenidoNyRT.cs" />
<Compile Include="BD\ConvocadosPropuestaNormativa.cs" />
<Compile Include="BD\DocumentoTecnicoNyRT.cs" />
<Compile Include="BD\EmisorNyRT.cs" />
<Compile Include="BD\EmisorPN.cs" />
<Compile Include="BD\EstadoFichaTecnica.cs" />
<Compile Include="BD\Estado_PropuestaNormativa.cs" />
<Compile Include="BD\EventLog.cs" />
<Compile Include="BD\Features.cs" />
<Compile Include="BD\FichaTecnica.cs" />
<Compile Include="BD\Groups.cs" />
<Compile Include="BD\GrupoTematicoNyRT.cs" />
<Compile Include="BD\PalabraClaveNyRT.cs" />
<Compile Include="BD\Partial\SinortContext.cs" />
<Compile Include="BD\PropuestaNormativa.cs" />
<Compile Include="BD\Rol.cs" />
<Compile Include="BD\Roles.cs" />
<Compile Include="BD\SinortContext.cs" />
<Compile Include="BD\SubCatContenidoNyRT.cs" />
<Compile Include="BD\SubCatGrupoTematicoNyRT.cs" />
<Compile Include="BD\Usuario.cs" />
<Compile Include="Constantes\Constantes.cs" />
<Compile Include="Entidades\CatalogosJSON.cs" />
<Compile Include="Entidades\Info.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</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>