Skip to content

Commit

Permalink
Files uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasailenei committed Dec 31, 2023
1 parent 351087c commit 655fc93
Show file tree
Hide file tree
Showing 32 changed files with 1,206 additions and 0 deletions.
27 changes: 27 additions & 0 deletions NiniteForCMD.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10.0</LangVersion>
<Nullable>disable</Nullable>
<BaseOutputPath>C:\Users\remus\source\repos\mainUI\mainUI\bin\x64\Debug\contin\NiniteForCMD</BaseOutputPath>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.53" />
<PackageReference Include="Microsoft.Net.Http" Version="2.2.29" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit 655fc93

Please sign in to comment.