ReportViewerForMVC

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C347
This commit is contained in:
dmendez 2018-07-27 22:03:15 +00:00
parent 889b26d62b
commit c8cbe2dd1d

View file

@ -198,6 +198,7 @@
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Controllers\NormativaReglamentacionTecnicaController.cs" />
<Compile Include="Controllers\PropuestaNormativaController.cs" />
<Compile Include="Controllers\ReportesController.cs" />
<Compile Include="FileUploadHandler\FileUploadHandler.ashx.cs">
<DependentUpon>FileUploadHandler.ashx</DependentUpon>
</Compile>
@ -208,6 +209,12 @@
<Compile Include="Models\IdentityModels.cs" />
<Compile Include="Models\ManageViewModels.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Reportes\datasets\dtsSolicitud.Designer.cs" />
<Compile Include="Reportes\datasets\dtsSolicitud1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dtsSolicitud.xsd</DependentUpon>
</Compile>
<Compile Include="Service References\ServicioSinortWCF\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -7171,6 +7178,17 @@
<Content Include="Properties\DataSources\AYA.SlnSinortModel.Sinort.TareasPendientes.datasource" />
<Content Include="Content\richtext.scss" />
<None Include="Properties\PublishProfiles\AYA.SlnSinort.pubxml" />
<Content Include="Reportes\datasets\dtsSolicitud.xsc">
<DependentUpon>dtsSolicitud.xsd</DependentUpon>
</Content>
<None Include="Reportes\datasets\dtsSolicitud.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dtsSolicitud1.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<Content Include="Reportes\datasets\dtsSolicitud.xss">
<DependentUpon>dtsSolicitud.xsd</DependentUpon>
</Content>
<None Include="Scripts\jquery-3.3.1.intellisense.js" />
<Content Include="Scripts\fullcalendar\fullcalendar.js" />
<Content Include="Scripts\fullcalendar\fullcalendar.min.js" />
@ -7455,6 +7473,7 @@
<Content Include="Views\NormativaReglamentacionTecnica\MisSolicitudes.cshtml" />
<Content Include="Views\NormativaReglamentacionTecnica\VerSolicitudesCompra.cshtml" />
<Content Include="Views\NormativaReglamentacionTecnica\CrearEncuesta.cshtml" />
<Content Include="Views\Reportes\Aplicacion.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
@ -7484,6 +7503,9 @@
<ItemGroup>
<WCFMetadataStorage Include="Service References\ServicioSinortWCF\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Reportes\rdlc\repSolicitud.rdlc" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>