Skip to content

Commit 3f819cd

Browse files
authored
VB snippet folder cleanup (#11717)
1 parent 3391a13 commit 3f819cd

File tree

68 files changed

+576
-972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+576
-972
lines changed

snippets/visualbasic/VS_Snippets_CLR_System/system.Globalization.CultureInfo.CurrentCulture2/VB/currentculture.vb renamed to snippets/visualbasic/System.Globalization/CultureInfo/CurrentCulture/currentculture.vb

File renamed without changes.

snippets/visualbasic/VS_Snippets_CLR_System/system.Globalization.CultureInfo.CurrentCulture2/VB/currentculture.vbproj renamed to snippets/visualbasic/System.Globalization/CultureInfo/CurrentCulture/currentculture.vbproj

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net481</TargetFramework>
6+
</PropertyGroup>
7+
8+
</Project>

snippets/visualbasic/VS_Snippets_CLR/Emit.ArgIterator/vb/source.vb renamed to snippets/visualbasic/System.Reflection.Emit/ILGenerator/EmitCall/source.vb

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net481</TargetFramework>
6+
</PropertyGroup>
7+
8+
</Project>

snippets/visualbasic/VS_Snippets_CLR_System/system.runtime.interopservices.marshal.getactiveobject/vb/marshal.getactiveobject.vb renamed to snippets/visualbasic/System.Runtime.InteropServices/Marshal/GetActiveObject/marshal.getactiveobject.vb

File renamed without changes.

snippets/visualbasic/System/Array/Clear/Project.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>
77

88
</Project>

snippets/visualbasic/VS_Snippets_CLR/exception.data/VB/data.vb renamed to snippets/visualbasic/System/Exception/Data/data.vb

File renamed without changes.

snippets/visualbasic/VS_Snippets_CLR/Cryptography.RC2.Create.Memory/project.csproj renamed to snippets/visualbasic/System/Exception/Data/project.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
</Project>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
</PropertyGroup>
7+
8+
</Project>

0 commit comments

Comments
 (0)