Skip to content

Commit

Permalink
Factura Electronica CR, ejemplo VB.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Rojas committed Feb 12, 2018
1 parent c8e5932 commit f18b808
Show file tree
Hide file tree
Showing 40 changed files with 2,522 additions and 43 deletions.
Binary file added COMPONENTES/Librerias/BouncyCastle.Crypto.dll
Binary file not shown.
Binary file added COMPONENTES/Librerias/FirmaXadesNet.dll
Binary file not shown.
Binary file added COMPONENTES/Librerias/Microsoft.Xades.dll
Binary file not shown.
16 changes: 11 additions & 5 deletions FacturaElectronicaCR.sln
Expand Up @@ -3,18 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FacturaElectronicaCR", "FacturaElectronicaCR\FacturaElectronicaCR.csproj", "{FE5DA04B-05F0-4B89-8024-51D39B440139}"
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "FacturaElectronicaCR_VB", "FacturaElectronicaCR_VB\FacturaElectronicaCR_VB.vbproj", "{AA121E13-C8D8-47F7-970C-C1C0D1B32934}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FacturaElectronicaCR_CS", "FacturaElectronicaCR_CS\FacturaElectronicaCR_CS.csproj", "{AFA0696F-555B-4459-BEC8-E98F2CAD9076}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE5DA04B-05F0-4B89-8024-51D39B440139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE5DA04B-05F0-4B89-8024-51D39B440139}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE5DA04B-05F0-4B89-8024-51D39B440139}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE5DA04B-05F0-4B89-8024-51D39B440139}.Release|Any CPU.Build.0 = Release|Any CPU
{AA121E13-C8D8-47F7-970C-C1C0D1B32934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA121E13-C8D8-47F7-970C-C1C0D1B32934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA121E13-C8D8-47F7-970C-C1C0D1B32934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA121E13-C8D8-47F7-970C-C1C0D1B32934}.Release|Any CPU.Build.0 = Release|Any CPU
{AFA0696F-555B-4459-BEC8-E98F2CAD9076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFA0696F-555B-4459-BEC8-E98F2CAD9076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFA0696F-555B-4459-BEC8-E98F2CAD9076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFA0696F-555B-4459-BEC8-E98F2CAD9076}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
38 changes: 0 additions & 38 deletions FacturaElectronicaCR/FacturaElectronicaCR.csproj

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions FacturaElectronicaCR_CS/Clases/ClasesJson.cs
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace FacturaElectronicaCR_CS.Clases
{
class ClasesJson
{
}
}
12 changes: 12 additions & 0 deletions FacturaElectronicaCR_CS/Clases/Firma.cs
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace FacturaElectronicaCR_CS.Clases
{
class Firma
{
}
}
12 changes: 12 additions & 0 deletions FacturaElectronicaCR_CS/Clases/TokenHacienda.cs
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace FacturaElectronicaCR_CS.Clases
{
class TokenHacienda
{
}
}
87 changes: 87 additions & 0 deletions FacturaElectronicaCR_CS/FacturaElectronicaCR_CS.csproj
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{AFA0696F-555B-4459-BEC8-E98F2CAD9076}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>FacturaElectronicaCR_CS</RootNamespace>
<AssemblyName>FacturaElectronicaCR_CS</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Clases\ClasesJson.cs" />
<Compile Include="Clases\Firma.cs" />
<Compile Include="Clases\TokenHacienda.cs" />
<Compile Include="Test.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Test.Designer.cs">
<DependentUpon>Test.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
22 changes: 22 additions & 0 deletions FacturaElectronicaCR_CS/Program.cs
@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace FacturaElectronicaCR_CS
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Test());
}
}
}
36 changes: 36 additions & 0 deletions FacturaElectronicaCR_CS/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FacturaElectronicaCR_CS")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FacturaElectronicaCR_CS")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("afa0696f-555b-4459-bec8-e98f2cad9076")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
71 changes: 71 additions & 0 deletions FacturaElectronicaCR_CS/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f18b808

Please sign in to comment.