Skip to content

Commit

Permalink
add missing project file
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Jun 22, 2023
1 parent 8e05d7e commit aadc0c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net4.8</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// <Snippet1>
using System;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Soap;

public class Test {
Expand Down

0 comments on commit aadc0c9

Please sign in to comment.