Initial commit
This commit is contained in:
13
ConsoleApplication/ConsoleApplication.csproj
Normal file
13
ConsoleApplication/ConsoleApplication.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DataGen\DataGen.csproj" />
|
||||
<ProjectReference Include="..\DPGetDataContract\DPGetDataContract.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
13
ConsoleApplication/Program.cs
Normal file
13
ConsoleApplication/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using DPGetDataContract;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user