création du projet en C#

This commit is contained in:
FARINA Louis 2021-07-01 15:25:11 +02:00
부모 8c9d6b496e
커밋 9f3d251fdf
26개의 변경된 파일289개의 추가작업 그리고 0개의 파일을 삭제

BIN
DSLink/.vs/DSLink/v16/.suo Normal file

Binary file not shown.

25
DSLink/DSLink.sln Normal file
파일 보기

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DSLink", "DSLink\DSLink.csproj", "{2040F4E6-11CA-4D50-A1E0-170CB6989D60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2040F4E6-11CA-4D50-A1E0-170CB6989D60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2040F4E6-11CA-4D50-A1E0-170CB6989D60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2040F4E6-11CA-4D50-A1E0-170CB6989D60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2040F4E6-11CA-4D50-A1E0-170CB6989D60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D52CA484-B6D4-4838-9B6E-6A8899528CA2}
EndGlobalSection
EndGlobal

파일 보기

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>

12
DSLink/DSLink/Program.cs Normal file
파일 보기

@ -0,0 +1,12 @@
using System;
namespace DSLink
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

파일 보기

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"DSLink/1.0.0": {
"runtime": {
"DSLink.dll": {}
}
}
}
},
"libraries": {
"DSLink/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

파일 보기

@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\l.farina\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\l.farina\\.nuget\\packages"
]
}
}

파일 보기

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
}

파일 보기

@ -0,0 +1,62 @@
{
"format": 1,
"restore": {
"C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj": {}
},
"projects": {
"C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj",
"projectName": "DSLink",
"projectPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj",
"packagesPath": "C:\\Users\\l.farina\\.nuget\\packages\\",
"outputPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\l.farina\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
}
}
}
}
}

파일 보기

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\l.farina\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\l.farina\.nuget\packages\" />
</ItemGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

파일 보기

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
</Project>

파일 보기

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]

파일 보기

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DSLink")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DSLink")]
[assembly: System.Reflection.AssemblyTitleAttribute("DSLink")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

파일 보기

@ -0,0 +1 @@
1a61ebe76bd2b40a914b662db731f2c7ea41f12d

파일 보기

@ -0,0 +1 @@
95a599bc6f3e2d4c1bac4d14e15483c5b5578363

파일 보기

@ -0,0 +1,13 @@
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.exe
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.deps.json
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.runtimeconfig.json
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.runtimeconfig.dev.json
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.dll
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\bin\Debug\netcoreapp3.1\DSLink.pdb
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.csproj.AssemblyReference.cache
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.AssemblyInfoInputs.cache
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.AssemblyInfo.cs
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.csproj.CoreCompileInputs.cache
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.dll
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.pdb
C:\Users\l.farina\Desktop\UCRM_stage\DSLink\DSLink\obj\Debug\netcoreapp3.1\DSLink.genruntimeconfig.cache

Binary file not shown.

파일 보기

@ -0,0 +1 @@
25df912ee3d78faac3c42ebde63bd25b74b70569

Binary file not shown.

Binary file not shown.

파일 보기

@ -0,0 +1,67 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": []
},
"packageFolders": {
"C:\\Users\\l.farina\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj",
"projectName": "DSLink",
"projectPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj",
"packagesPath": "C:\\Users\\l.farina\\.nuget\\packages\\",
"outputPath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\l.farina\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp3.1"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
}
}
}
}

파일 보기

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "r3nrRlYoh5yCZBVTmnvRKxuoM7UnUhXDl8pUf5amJ/HVPBfv+ZbqDia6K9PoSgjIn0a8G5vMNJYxNS7KRIob2Q==",
"success": true,
"projectFilePath": "C:\\Users\\l.farina\\Desktop\\UCRM_stage\\DSLink\\DSLink\\DSLink.csproj",
"expectedPackageFiles": [],
"logs": []
}