Commit 27b95f35 authored by Brayan Sarmiento's avatar Brayan Sarmiento
Browse files

Mi primer commit

parents
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="ClsRgFunciones">
<HintPath>libs/ClsRgFunciones.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build.Utilities.v4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IKVM" Version="8.1.5717.0" />
<PackageReference Include="IKVM.OpenJDK.Core.8.1.5717" Version="1.0.0" />
<PackageReference Include="IKVM.Runtime" Version="7.2.4630.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0" />
</ItemGroup>
</Project>
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "app_datafono_difare", "app_datafono_difare.csproj", "{69CBCEFD-99F8-1A42-AC75-B3D94256EE37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69CBCEFD-99F8-1A42-AC75-B3D94256EE37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69CBCEFD-99F8-1A42-AC75-B3D94256EE37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69CBCEFD-99F8-1A42-AC75-B3D94256EE37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69CBCEFD-99F8-1A42-AC75-B3D94256EE37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE3266C2-AD8D-43EA-B7E3-EA1F2036602C}
EndGlobalSection
EndGlobal
{
"ArchivoBines": "C:\\RUTALOGPINPADADEFINIR\\BINES.TXT",
"UrlServicio": "http://10.100.43.30:89/ServiciosRG.svc",
"Estacion": "CONVIVENCIA3"
}
\ No newline at end of file
{
"Serilog": {
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "C:\\logs_app_datafono\\app_log_.txt",
"rollingInterval": "Day",
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss} [{Level}] {Message}{NewLine}{Exception}"
}
}
]
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment