Creado Gestión
This commit is contained in:
54
GestionAsegasa/GestionAsegasa.vbproj
Normal file
54
GestionAsegasa/GestionAsegasa.vbproj
Normal file
@@ -0,0 +1,54 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
||||
<RootNamespace>GestionAsegasa</RootNamespace>
|
||||
<UseWPF>true</UseWPF>
|
||||
<UseWindowsForms>False</UseWindowsForms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Import Include="System.Windows" />
|
||||
<Import Include="System.Windows.Controls" />
|
||||
<Import Include="System.Windows.Data" />
|
||||
<Import Include="System.Windows.Documents" />
|
||||
<Import Include="System.Windows.Input" />
|
||||
<Import Include="System.Windows.Media" />
|
||||
<Import Include="System.Windows.Media.Imaging" />
|
||||
<Import Include="System.Windows.Navigation" />
|
||||
<Import Include="System.Windows.Shapes" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Autoupdater.NET.Official" Version="1.9.2" />
|
||||
<PackageReference Include="DevExpress.Document.Processor" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Document.Processor.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Printing.Core" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Printing.Core.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Reporting.Core" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Reporting.Core.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Utils.UI" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Utils.UI.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Accordion" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Accordion.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Printing" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Printing.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Reporting" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Reporting.es" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Spreadsheet" Version="23.2.3" />
|
||||
<PackageReference Include="DevExpress.Wpf.Spreadsheet.es" Version="23.2.3" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="8.7.1" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
||||
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.7.1" />
|
||||
<PackageReference Include="System.ServiceModel.Federation" Version="10.0.652802" />
|
||||
<PackageReference Include="TSpdf.commons" Version="1.0.1" />
|
||||
<PackageReference Include="TSpdfUtils" Version="1.0.15" />
|
||||
<PackageReference Include="tsWPFCore" Version="1.3.9" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\bdAsegasa\bdAsegasa.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user