Skip to content

Commit e554eb1

Browse files
committed
unify samples
1 parent 6b97e57 commit e554eb1

File tree

12 files changed

+151
-963
lines changed

12 files changed

+151
-963
lines changed

snippets/cpp/VS_Snippets_Remoting/System.Net.HttpWebRequest.BeginGetResponse/CPP/begingetresponse.cpp

Lines changed: 0 additions & 195 deletions
This file was deleted.

snippets/cpp/VS_Snippets_Remoting/WebRequest_BeginGetResponse/CPP/webrequest_begingetresponse.cpp

Lines changed: 0 additions & 173 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>Library</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
4+
<OutputType>Exe</OutputType>
5+
<TargetFrameworks>net6.0</TargetFrameworks>
66
</PropertyGroup>
77

88
</Project>

0 commit comments

Comments
 (0)