diff --git a/snippets/csharp/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile b/snippets/csharp/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile
deleted file mode 100644
index c5a5349e745..00000000000
--- a/snippets/csharp/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-SampleObject.dll: SampleObject2.dll Program.cs
- csc /t:library /out:SampleObject.dll Program.cs
-
-SampleObject2.dll: SampleObject.cs
- csc /t:library /out:SampleObject2.dll SampleObject.cs
-
-clean:
- del *.dll *.bin
\ No newline at end of file
diff --git a/snippets/csharp/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile b/snippets/csharp/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile
deleted file mode 100644
index c45acad6219..00000000000
--- a/snippets/csharp/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all : mydll.dll
-mydll.dll : Form1.cs csiselectionserviceexample.cs
- csc /t:library /out:mydll.dll Form1.cs csiselectionserviceexample.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.ComponentModel/AmbientValueAttribute/Overview/makefile b/snippets/csharp/System.ComponentModel/AmbientValueAttribute/Overview/makefile
deleted file mode 100644
index cc48e87e954..00000000000
--- a/snippets/csharp/System.ComponentModel/AmbientValueAttribute/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: AttributesDemoControl.dll form1.exe
-
-AttributesDemoControl.dll: AttributesDemoControl.cs
- csc /target:library AttributesDemoControl.cs
-
-Form1.exe: AttributesDemoControl.dll
- csc form1.cs /r:AttributesDemoControl.dll
-
-clean:
- del *.exe *.dll *.bin *.obj
\ No newline at end of file
diff --git a/snippets/csharp/System.ComponentModel/IExtenderProvider/Overview/makefile b/snippets/csharp/System.ComponentModel/IExtenderProvider/Overview/makefile
deleted file mode 100644
index 19f520f374e..00000000000
--- a/snippets/csharp/System.ComponentModel/IExtenderProvider/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-HelpLabelText.exe: HelpLabel.cs HostApp.cs
- csc /t:exe /out:HelpLabelText.exe HelpLabel.cs HostApp.cs
-
-clean:
- del *.exe *.bin
\ No newline at end of file
diff --git a/snippets/csharp/System.ComponentModel/IListSource/Overview/makefile b/snippets/csharp/System.ComponentModel/IListSource/Overview/makefile
deleted file mode 100644
index 65140588fef..00000000000
--- a/snippets/csharp/System.ComponentModel/IListSource/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-IListSource.exe: BusinessObjectBase.cs Employee.cs EmployeeListSource.cs Form1.cs
- csc /t:exe /out:IListSource.exe BusinessObjectBase.cs Employee.cs EmployeeListSource.cs Form1.cs
-
-clean:
- del *.dll *.bin *.exe
\ No newline at end of file
diff --git a/snippets/csharp/System.ComponentModel/ITypedList/Overview/makefile b/snippets/csharp/System.ComponentModel/ITypedList/Overview/makefile
deleted file mode 100644
index da380f10641..00000000000
--- a/snippets/csharp/System.ComponentModel/ITypedList/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ITypedList.exe: SortableBindingList.cs Customer.cs Form1.cs
- csc /t:exe /out:ITypedList.exe SortableBindingList.cs Customer.cs Form1.cs
-
-clean:
- del *.dll *.bin *.exe
\ No newline at end of file
diff --git a/snippets/csharp/System.Diagnostics/DataReceivedEventArgs/Overview/makefile b/snippets/csharp/System.Diagnostics/DataReceivedEventArgs/Overview/makefile
deleted file mode 100644
index 1b74f5edc43..00000000000
--- a/snippets/csharp/System.Diagnostics/DataReceivedEventArgs/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : net_async.exe nmake_async.exe sort_async.exe
-
-net_async.exe : net_async.cs
- csc net_async.cs
-
-nmake_async.exe : nmake_async.cs
- csc nmake_async.cs
-
-sort_async.exe : sort_async.cs
- csc sort_async.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Diagnostics/EventLog/Overview/makefile b/snippets/csharp/System.Diagnostics/EventLog/Overview/makefile
deleted file mode 100644
index f11884d9c85..00000000000
--- a/snippets/csharp/System.Diagnostics/EventLog/Overview/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: source.dll
-source.dll : source.cs
- csc /nowarn:618 /target:library /nologo source.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/.ctor/makefile b/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/.ctor/makefile
deleted file mode 100644
index be2722991a7..00000000000
--- a/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/.ctor/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: program.exe
-program.exe : program.cs
- csc /r:system.core.dll program.cs
diff --git a/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/Overview/makefile b/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/Overview/makefile
deleted file mode 100644
index be2722991a7..00000000000
--- a/snippets/csharp/System.Diagnostics/EventSchemaTraceListener/Overview/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: program.exe
-program.exe : program.cs
- csc /r:system.core.dll program.cs
diff --git a/snippets/csharp/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile b/snippets/csharp/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile
deleted file mode 100644
index 5de30ceb64b..00000000000
--- a/snippets/csharp/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-MarqueeControlLibrary.dll: IMarqueeWidget.cs LightShapeSelectionControl.cs MarqueeBorder.cs MarqueeControl.cs MarqueeText.cs MarqueeControlRootDesigner.cs MarqueeBorderDesigner.cs
- csc /t:library /out:MarqueeControlLibrary.dll IMarqueeWidget.cs LightShapeSelectionControl.cs MarqueeBorder.cs MarqueeControl.cs MarqueeText.cs MarqueeControlRootDesigner.cs MarqueeBorderDesigner.cs
-
-clean:
- del *.dll *.bin
\ No newline at end of file
diff --git a/snippets/csharp/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile b/snippets/csharp/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile
deleted file mode 100644
index 6e60d17e90d..00000000000
--- a/snippets/csharp/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: EmployeeInformation.dll
-EmployeeInformation.snk:
- sn -k EmployeeInformation.snk
-EmployeeInformation.dll: EmployeeInformation.cs EmployeeInformation.snk
- csc /nologo /t:library EmployeeInformation.cs
-install: EmployeeInformation.dll
- regsvcs EmployeeInformation.dll
diff --git a/snippets/csharp/System.EnterpriseServices/ActivationOption/Overview/makefile b/snippets/csharp/System.EnterpriseServices/ActivationOption/Overview/makefile
deleted file mode 100644
index 186184dd7c2..00000000000
--- a/snippets/csharp/System.EnterpriseServices/ActivationOption/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: calculator.dll
-calculator.snk:
-#
- sn -k calculator.snk
-#
-calculator.dll: calculator.cs calculator.snk
-#
- csc /t:library calculator.cs
-#
-install: calculator.dll
-#
- regsvcs calculator.dll
-#
diff --git a/snippets/csharp/System.EnterpriseServices/ContextUtil/ApplicationId/makefile b/snippets/csharp/System.EnterpriseServices/ContextUtil/ApplicationId/makefile
deleted file mode 100644
index 0e3deb18721..00000000000
--- a/snippets/csharp/System.EnterpriseServices/ContextUtil/ApplicationId/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: Inspector.dll
-Inspector.snk:
-#
- sn -k Inspector.snk
-#
-Inspector.dll: Inspector.cs Inspector.snk
-#
- csc /t:library Inspector.cs
-#
-install: Inspector.dll
-#
- regsvcs Inspector.dll
-#
diff --git a/snippets/csharp/System.EnterpriseServices/ContextUtil/Overview/makefile b/snippets/csharp/System.EnterpriseServices/ContextUtil/Overview/makefile
deleted file mode 100644
index fc06aa7b728..00000000000
--- a/snippets/csharp/System.EnterpriseServices/ContextUtil/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: transaction.dll
-transaction.snk:
-#
- sn -k transaction.snk
-#
-transaction.dll: transaction.cs transaction.snk
-#
- csc /t:library transaction.cs
-#
-install: transaction.dll
-#
- regsvcs transaction.dll
-#
diff --git a/snippets/csharp/System.EnterpriseServices/ContextUtil/SetAbort/makefile b/snippets/csharp/System.EnterpriseServices/ContextUtil/SetAbort/makefile
deleted file mode 100644
index f93d7b1958d..00000000000
--- a/snippets/csharp/System.EnterpriseServices/ContextUtil/SetAbort/makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all: CrmServer.dll CrmClient.exe
-
-CrmServer.dll: CrmServer.cs CrmServer.key
-#
- csc /t:library CrmServer.cs /keyfile:CrmServer.key
-#
-
-CrmServer.key:
-#
- sn -k CrmServer.key
-#
-
-CrmClient.exe: CrmClient.cs CrmServer.dll
-#
- csc CrmClient.cs /r:CrmServer.dll
-#
-
-install:
-#
- regsvcs CrmServer.dll
-#
diff --git a/snippets/csharp/System.EnterpriseServices/InterfaceQueuingAttribute/Overview/makefile b/snippets/csharp/System.EnterpriseServices/InterfaceQueuingAttribute/Overview/makefile
deleted file mode 100644
index 4e415e5def9..00000000000
--- a/snippets/csharp/System.EnterpriseServices/InterfaceQueuingAttribute/Overview/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: queuedcomponent.dll queuedcomponentclientclass.exe
-queuedcomponent.dll: queuedcomponent.cs
- csc /t:library queuedcomponent.cs
-
-queuedcomponentclientclass.exe: queuedcomponentclientclass.cs queuedcomponent.dll
- csc queuedcomponentclientclass.cs
diff --git a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/.ctor/makefile b/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/.ctor/makefile
deleted file mode 100644
index a24860fd5b5..00000000000
--- a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/.ctor/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-carib.exe:
- csc /r:sysglobl.dll carib.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile b/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile
deleted file mode 100644
index 5dd0a228bc1..00000000000
--- a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-sl.exe:
- csc /r:sysglobl.dll sl.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile b/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile
deleted file mode 100644
index 42728605b52..00000000000
--- a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-persist.exe:
- csc /r:sysglobl.dll persist.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile b/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile
deleted file mode 100644
index b2823698073..00000000000
--- a/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-unregister.exe:
- csc /r:sysglobl.dll unregister.cs
diff --git a/snippets/csharp/System.IO/UnmanagedMemoryStream/.ctor/makefile b/snippets/csharp/System.IO/UnmanagedMemoryStream/.ctor/makefile
deleted file mode 100644
index f5c5cf0392a..00000000000
--- a/snippets/csharp/System.IO/UnmanagedMemoryStream/.ctor/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.dll
-
-program.dll: program.cs
- csc program.cs /unsafe
\ No newline at end of file
diff --git a/snippets/csharp/System.IO/UnmanagedMemoryStream/Overview/makefile b/snippets/csharp/System.IO/UnmanagedMemoryStream/Overview/makefile
deleted file mode 100644
index 3b957547dde..00000000000
--- a/snippets/csharp/System.IO/UnmanagedMemoryStream/Overview/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: sample.dll
-
-sample.dll: sample.cs
- csc sample.cs /unsafe
\ No newline at end of file
diff --git a/snippets/csharp/System.Messaging/MessageQueue/BeginReceive/makefile b/snippets/csharp/System.Messaging/MessageQueue/BeginReceive/makefile
deleted file mode 100644
index c67d08ef52c..00000000000
--- a/snippets/csharp/System.Messaging/MessageQueue/BeginReceive/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: mqbeginreceive_noparms_mre.dll mqbeginreceive_noparms_wh.dll
-mqbeginreceive_noparms_mre.dll: mqbeginreceive_noparms_mre.cs
- csc /t:library mqbeginreceive_noparms_mre.cs
-
-mqbeginreceive_noparms_wh.dll: mqbeginreceive_noparms_wh.cs mqbeginreceive_noparms_mre.dll
- csc /t:library mqbeginreceive_noparms_wh.cs
diff --git a/snippets/csharp/System.Net/Authorization/.ctor/makefile b/snippets/csharp/System.Net/Authorization/.ctor/makefile
deleted file mode 100644
index 6c51870f265..00000000000
--- a/snippets/csharp/System.Net/Authorization/.ctor/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all : ClientCloneBasic.exe
-ClientCloneBasic.exe: ClientCloneBasic.cs
- csc /t:library Authorization_Constructor3.cs
- csc /r:Authorization_Constructor3.dll ClientCloneBasic.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Net/CookieCollection/Item/makefile b/snippets/csharp/System.Net/CookieCollection/Item/makefile
deleted file mode 100644
index be25aa4a2d9..00000000000
--- a/snippets/csharp/System.Net/CookieCollection/Item/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all: cookiecollection_item_1.dll CookiesPage.dll
-
-cookiecollection_item_1.dll: cookiecollection_item_1.cs
- if not exist bin md bin
- csc /t:library /out:bin/cookiecollection_item_1.dll cookiecollection_item_1.cs
-CookiesPage.dll: CookiesPage.cs
- if not exist bin md bin
- csc /t:library /out:bin/CookiesPage.dll CookiesPage.cs
diff --git a/snippets/csharp/System.Reflection/ModuleResolveEventHandler/Overview/makefile b/snippets/csharp/System.Reflection/ModuleResolveEventHandler/Overview/makefile
deleted file mode 100644
index 5ad435340eb..00000000000
--- a/snippets/csharp/System.Reflection/ModuleResolveEventHandler/Overview/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-all: MySample.exe
-
-MySample.exe: subfolder\Server1.netmodule MySample.cs
- csc /out:MySample.exe /t:exe /addmodule:subfolder\Server1.netmodule MySample.cs
-
-subfolder\Server1.netmodule:
- @if not exist subfolder @md subfolder
- csc /out:subfolder\Server1.netmodule /t:module Server1.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting.Activation/UrlAttribute/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Activation/UrlAttribute/Overview/makefile
deleted file mode 100644
index e2e4144f9eb..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Activation/UrlAttribute/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: client.exe server.exe
-
-server.exe: server.cs remoteobject.dll
- csc server.cs /r:remoteobject.dll
-
-client.exe: client.cs remoteobject.dll
- csc client.cs /r:remoteobject.dll
-
-remoteobject.dll: remoteobject.cs
- csc /t:library remoteobject.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpChannel/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpChannel/Overview/makefile
deleted file mode 100644
index 3d8e237e063..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpChannel/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: client.exe server.exe client2.exe
-
-server.exe: server.cs common.dll
- csc server.cs /r:common.dll
-
-client.exe: client.cs common.dll
- csc client.cs /r:common.dll
-
-client2.exe: client2.cs common.dll
- csc client2.cs /r:common.dll
-
-common.dll: common.cs
- csc /t:library common.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpServerChannel/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpServerChannel/Overview/makefile
deleted file mode 100644
index bbfa7a45790..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Http/HttpServerChannel/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: client.exe server.exe server2.exe
-
-server.exe: server.cs common.dll
- csc server.cs /r:common.dll
-
-server2.exe: server2.cs common.dll
- csc server2.cs /r:common.dll
-
-client.exe: client.cs common.dll
- csc client.cs /r:common.dll
-
-common.dll: common.cs
- csc /t:library common.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Ipc/IpcClientChannel/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Ipc/IpcClientChannel/Overview/makefile
deleted file mode 100644
index 970dbbcacf6..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Ipc/IpcClientChannel/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Counter.dll Client.exe Server.exe
-
-Counter.dll: Counter.cs
- csc /t:library Counter.cs
-
-Server.exe: Server.cs Counter.dll
- csc Server.cs /r:Counter.dll
-
-Client.exe: Client.cs Counter.dll
- csc Client.cs /r:Counter.dll
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile
deleted file mode 100644
index 83bf31dd7a2..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: class1.dll service.dll
-
-service.dll: service.cs
- csc /t:library service.cs
-class1.dll: class1.cs service.dll
- csc /t:library class1.cs /r:service.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/Overview/makefile
deleted file mode 100644
index 2df9577a54b..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpChannel/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: client.exe server.exe
-
-server.exe: server.cs common.dll
- csc server.cs /r:common.dll
-
-client.exe: client.cs common.dll
- csc client.cs /r:common.dll
-
-common.dll: common.cs
- csc /t:library common.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpClientChannel/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpClientChannel/Overview/makefile
deleted file mode 100644
index f2c1a435dde..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpClientChannel/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: Remotable.dll Server.exe Client.exe
-Remotable.dll: Remotable.cs
- csc /t:library Remotable.cs
-Server.exe: Server.cs Remotable.dll
- csc Server.cs /r:Remotable.dll
-Client.exe: Client.cs Remotable.dll
- csc Client.cs /r:Remotable.dll
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile b/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile
deleted file mode 100644
index d857d4d7eac..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: class1.exe
-
-class1.exe: class1.cs service.dll
- csc class1.cs /r:service.dll
-
-service.dll: service.cs
- csc /t:library service.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile
deleted file mode 100644
index f4679df7b97..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: Commontransportkeys.dll CommonTransportKeys_Server.exe CommonTransportKeys_Client.exe
-
-Commontransportkeys.dll: Commontransportkeys.cs
- csc /t:library CommonTransportKeys.cs
-CommonTransportKeys_Server.exe: CommonTransportKeys_Server.cs CommonTransportKeys_Share.dll Commontransportkeys.dll
- csc CommonTransportKeys_Server.cs /r:CommonTransportKeys_Share.dll /r:commontransportkeys.dll
-
-CommonTransportKeys_Client.exe: CommonTransportKeys_Client.cs CommonTransportKeys_Share.dll Commontransportkeys.dll
- csc CommonTransportKeys_Client.cs /r:CommonTransportKeys_Share.dll /r:commontransportkeys.dll
-
-CommonTransportKeys_Share.dll: CommonTransportKeys_Share.cs
- csc /t:library CommonTransportKeys_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile
deleted file mode 100644
index a19bc015c04..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: SoapClientFormatterSinkProvider_CreateSink_Client.dll SoapClientFormatterSinkProvider_CreateSink_Server.dll SoapClientFormatterSinkProvider_CreateSink_Shared.dll soapclientformattersinkprovider_customprovider.dll
-
-SoapClientFormatterSinkProvider_CreateSink_Client.dll: SoapClientFormatterSinkProvider_CreateSink_Client.cs SoapClientFormatterSinkProvider_CreateSink_Shared.dll soapclientformattersinkprovider_customprovider.dll
- csc /t:library SoapClientFormatterSinkProvider_CreateSink_Client.cs /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-SoapClientFormatterSinkProvider_CreateSink_Server.dll: SoapClientFormatterSinkProvider_CreateSink_Server.cs SoapClientFormatterSinkProvider_CreateSink_Shared.dll
- csc /t:library SoapClientFormatterSinkProvider_CreateSink_Server.cs /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll
-SoapClientFormatterSinkProvider_CreateSink_Shared.dll: SoapClientFormatterSinkProvider_CreateSink_Shared.cs
- csc /t:library SoapClientFormatterSinkProvider_CreateSink_Shared.cs
-soapclientformattersinkprovider_customprovider.dll: soapclientformattersinkprovider_customprovider.cs SoapClientFormatterSinkProvider_CreateSink_Shared.dll
- csc /t:library soapclientformattersinkprovider_customprovider.cs /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll
-
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile
deleted file mode 100644
index db23d84bc5e..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe
-
-server.exe: ChannelServices_GetChannel_Server.cs ChannelServices_GetChannel_Share.dll
- csc ChannelServices_GetChannel_Server.cs /r:ChannelServices_GetChannel_Share.dll
-
-client.exe: channelservices_getchannel_client.cs ChannelServices_GetChannel_Share.dll
- csc ChannelServices_GetChannel_client.cs /r:ChannelServices_GetChannel_Share.dll
-
-ChannelServices_GetChannel_Share.dll: ChannelServices_GetChannel_Share.cs
- csc /t:library ChannelServices_GetChannel_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile
deleted file mode 100644
index 3a662f62b54..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe
-
-server.exe: ChannelServices_registeredchannels_Server.cs ChannelServices_registeredchannels_Share.dll
- csc ChannelServices_registeredchannels_Server.cs /r:ChannelServices_registeredchannels_Share.dll
-
-client.exe: channelservices_registeredchannels_client.cs ChannelServices_registeredchannels_Share.dll
- csc ChannelServices_registeredchannels_client.cs /r:ChannelServices_registeredchannels_Share.dll
-
-ChannelServices_RegisteredChannels_Share.dll: ChannelServices_RegisteredChannels_Share.cs
- csc /t:library ChannelServices_RegisteredChannels_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile
deleted file mode 100644
index 7bae932316f..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: ChannelServices_syncdispatchmessage_Share.cs
- csc /t:library ChannelServices_syncdispatchmessage_Share.cs
-
-server.exe: ChannelServices_syncdispatchmessage_Server.cs ChannelServices_syncdispatchmessage_Share.dll
- csc ChannelServices_syncdispatchmessage_Server.cs /r:ChannelServices_syncdispatchmessage_Share.dll
-
-client.exe: channelservices_syncdispatchmessage_client.cs ChannelServices_syncdispatchmessage_Share.dll
- csc ChannelServices_syncdispatchmessage_client.cs /r:ChannelServices_syncdispatchmessage_Share.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile
deleted file mode 100644
index 2dbf281a7f3..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-all: HttpServerChannel_Client.exe HttpServerChannel_Server.exe
-
-HttpServerChannel_Client.exe: HttpClientChannel_6_Client.cs HttpServerChannel_Share.dll
- csc /out:HttpServerChannel_Client.exe /r:HttpServerChannel_Share.dll HttpClientChannel_6_Client.cs
-
-HttpServerChannel_Server.exe: HttpServerChannel_9_Server.cs HttpServerChannel_Share.dll
- csc /out:HttpServerChannel_Server.exe /r:HttpServerChannel_Share.dll HttpServerChannel_9_Server.cs
-
-HttpServerChannel_Share.dll: HttpServerChannel_Clientl_14_Share.cs
- csc /t:library /out:HttpServerChannel_Share.dll HttpServerChannel_Clientl_14_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile
deleted file mode 100644
index 35ca364f7a9..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IChannelReceiver_ChannelData_Share.cs
- csc /t:library IChannelReceiver_ChannelData_Share.cs
-
-server.exe: IChannelReceiver_ChannelData_Server.cs IChannelReceiver_ChannelData_Share.dll
- csc IChannelReceiver_ChannelData_Server.cs /r:IChannelReceiver_ChannelData_Share.dll
-
-client.exe: IChannelReceiver_ChannelData_client.cs IChannelReceiver_ChannelData_Share.dll
- csc IChannelReceiver_ChannelData_client.cs /r:IChannelReceiver_ChannelData_Share.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile
deleted file mode 100644
index 546abb6c021..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IChannelSender_Share.cs
- csc /t:library IChannelSender_Share.cs
-
-server.exe: IChannelSender_Server.cs IChannelSender_Share.dll
- csc IChannelSender_Server.cs /r:IChannelSender_Share.dll
-
-client.exe: IChannelSender_2_client.cs IChannelSender_Share.dll
- csc IChannelSender_2_client.cs /r:IChannelSender_Share.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/IClientChannelSink/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/IClientChannelSink/Overview/makefile
deleted file mode 100644
index 212a48cc13a..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/IClientChannelSink/Overview/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# Comment here
-all: Server.exe Client.exe
-Remotable.dll: Remotable.cs
- csc /nologo /t:library Remotable.cs
-ServerSink.dll: ServerSink.cs
- csc /nologo /t:library ServerSink.cs
-Server.exe: Server.cs Remotable.dll ServerSink.dll
- csc /nologo Server.cs /r:Remotable.dll /r:ServerSink.dll
-ClientSink.dll: ClientSink.cs
- csc /nologo /t:library ClientSink.cs
-Client.exe: Client.cs ClientSink.dll Remotable.dll
- csc /nologo Client.cs /r:Remotable.dll
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile
deleted file mode 100644
index 127942b7aec..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-all: soapclientformattersinkprovider_customprovider.dll soapclientformattersinkprovider_next_server.dll SoapClientFormatterSinkProvider_Next_Shared.dll soapclientformattersinkprovider_next_client.dll
-soapclientformattersinkprovider_customprovider.dll: soapclientformattersinkprovider_customprovider.cs SoapClientFormatterSinkProvider_Next_Shared.dll
- csc /t:library soapclientformattersinkprovider_customprovider.cs /r:SoapClientFormatterSinkProvider_Next_Shared.dll
-soapclientformattersinkprovider_next_client.dll: soapclientformattersinkprovider_next_client.cs
- csc /t:library soapclientformattersinkprovider_next_client.cs /r:SoapClientFormatterSinkProvider_Next_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-soapclientformattersinkprovider_next_server.dll: soapclientformattersinkprovider_next_server.cs
- csc /t:library soapclientformattersinkprovider_next_server.cs /r:SoapClientFormatterSinkProvider_Next_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-SoapClientFormatterSinkProvider_Next_Shared.dll: SoapClientFormatterSinkProvider_Next_Shared.cs
- csc /t:library SoapClientFormatterSinkProvider_Next_Shared.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile
deleted file mode 100644
index 35f285c2afa..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe ITransportHeaders_3_Share.dll
-
-server.exe: ITransportHeaders_3_Server.cs ITransportHeaders_3_Share.dll
- csc ITransportHeaders_3_Server.cs /r:ITransportHeaders_3_Share.dll
-
-client.exe: ITransportHeaders_3_Client.cs ITransportHeaders_3_Share.dll
- csc ITransportHeaders_3_Client.cs /r:ITransportHeaders_3_Share.dll
-
-ITransportHeaders_3_Share.dll: ITransportHeaders_3_Share.cs
- csc /t:library ITransportHeaders_3_Share.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile
deleted file mode 100644
index 8cfcb64c629..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: server.exe client.exe serverprocessing_loggingsinks.dll serverprocessing_share.dll
-
-server.exe: serverprocessing_Server.cs serverprocessing_Share.dll serverprocessing_loggingsinks.dll
- csc serverprocessing_Server.cs /r:serverprocessing_Share.dll /r:serverprocessing_loggingsinks.dll
-
-client.exe: serverprocessing_Client.cs serverprocessing_Share.dll serverprocessing_loggingsinks.dll
- csc serverprocessing_Client.cs /r:serverprocessing_Share.dll /r:serverprocessing_loggingsinks.dll
-
-serverprocessing_loggingsinks.dll: serverprocessing_loggingsinks.cs
- csc /t:library serverprocessing_loggingsinks.cs
-
-serverprocessing_share.dll: serverprocessing_share.cs
- csc /t:library serverprocessing_share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile
deleted file mode 100644
index 71752643a15..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: SinkProviderData_Client.dll sinkproviderdata_ipfiltersink.dll SinkProviderData_Server.dll SinkProviderData_Share.dll
-
-SinkProviderData_Share.dll: SinkProviderData_Share.cs
- csc /t:library SinkProviderData_Share.cs
-SinkProviderData_Client.dll: SinkProviderData_Client.cs SinkProviderData_Share.dll
- csc /t:library SinkProviderData_Client.cs /r:SinkProviderData_Share.dll
-sinkproviderdata_ipfiltersink.dll: sinkproviderdata_ipfiltersink.cs SinkProviderData_Share.dll
- csc /t:library sinkproviderdata_ipfiltersink.cs /r:SinkProviderData_Share.dll
-SinkProviderData_Server.dll: SinkProviderData_Server.cs SinkProviderData_Share.dll
- csc /t:library SinkProviderData_Server.cs /r:SinkProviderData_Share.dll /r:sinkproviderdata_ipfiltersink.dll
diff --git a/snippets/csharp/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile
deleted file mode 100644
index 032532883cf..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: ClientSponsor_Server.exe ClientSponsor_Client.exe
-
-ClientSponsor_Server.exe: ClientSponsor_Server.cs ClientSponsor_Share.dll
- csc ClientSponsor_Server.cs /r:ClientSponsor_Share.dll
-
-ClientSponsor_Client.exe: ClientSponsor_Client.cs ClientSponsor_Share.dll
- csc ClientSponsor_Client.cs /r:ClientSponsor_Share.dll
-
-ClientSponsor_Share.dll: ClientSponsor_Share.cs
- csc /t:library ClientSponsor_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile
deleted file mode 100644
index 0912b7324d6..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe RemoteType.dll
-
-server.exe: ISponsor_Server.cs RemoteType.dll
- csc ISponsor_Server.cs /r:RemoteType.dll
-
-client.exe: ISponsor_Client.cs RemoteType.dll
- csc ISponsor_Client.cs /r:RemoteType.dll
-
-RemoteType.dll: RemoteType.cs
- csc /t:library RemoteType.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile
deleted file mode 100644
index 74b2151fe6e..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.cs
- csc /t:library service.cs
-
-server.exe : server.cs service.dll
- csc /r:service.dll server.cs
-
-client.exe : client.cs service.dll
- csc /r:service.dll client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile b/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile
deleted file mode 100644
index 82a295f3ea9..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: ILease_Server.exe ILease_Client.exe
-
-ILease_Server.exe: ILease_Server.cs ILease_Share.dll
- csc ILease_Server.cs /r:ILease_Share.dll
-
-ILease_Client.exe: ILease_Client.cs ILease_Share.dll
- csc ILease_Client.cs /r:ILease_Share.dll
-
-ILease_Share.dll: ILease_Share.cs
- csc /t:library ILease_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile b/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile
deleted file mode 100644
index fa8ca716fc9..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: callcontext_Server.exe callcontext_Client.exe
-
-callcontext_Server.exe: callcontext_Server.cs callcontext_Share.dll
- csc callcontext_Server.cs /r:callcontext_Share.dll
-
-callcontext_Client.exe: callcontext_Client.cs callcontext_Share.dll
- csc callcontext_Client.cs /r:callcontext_Share.dll
-
-callcontext_Share.dll: callcontext_Share.cs
- csc /t:library callcontext_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile
deleted file mode 100644
index ab36e10deed..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CC=csc
-
-makefile : Service.dll Client.exe
-
-Service.dll : Service.cs
- $(CC) /debug+ /nologo /t:library Service.cs
-
-Client.exe : Client.cs Service.dll
- $(CC) /nologo /r:Service.dll Client.cs
diff --git a/snippets/csharp/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile b/snippets/csharp/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile
deleted file mode 100644
index c0939096cf0..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IMessageSink_Share.cs
- csc /t:library IMessageSink_Share.cs
-
-server.exe: IMessageSink_Service.cs IMessageSink_Share.dll
- csc IMessageSink_Service.cs /r:IMessageSink_Share.dll
-
-client.exe: IMessageSink_client.cs IMessageSink_Share.dll
- csc IMessageSink_client.cs /r:IMessageSink_Share.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting.Services/ITrackingHandler/Overview/makefile b/snippets/csharp/System.Runtime.Remoting.Services/ITrackingHandler/Overview/makefile
deleted file mode 100644
index 59b36dccf38..00000000000
--- a/snippets/csharp/System.Runtime.Remoting.Services/ITrackingHandler/Overview/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: trackinghandler.dll remoteservice.dll server.dll client.dll
-
-trackinghandler.dll: trackinghandler.cs
- csc /t:library trackinghandler.cs
-
-remoteservice.dll: remoteservice.cs
- csc /t:library remoteservice.cs
-
-server.dll: server.cs trackinghandler.dll remoteservice.dll
- csc /t:library server.cs /r:trackinghandler.dll /r:remoteservice.dll
-client.dll: client.cs trackinghandler.dll remoteservice.dll server.dll
- csc /t:library client.cs /r:trackinghandler.dll /r:remoteservice.dll /r:server.dll
\ No newline at end of file
diff --git a/snippets/csharp/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile b/snippets/csharp/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile
deleted file mode 100644
index 8c2350c1fe5..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: activatedclienttypeentry_client.exe activatedclienttypeentry_server.exe
-
-activatedclienttypeentry_server.exe: activatedclienttypeentry_server.cs activatedclienttypeentry_share.dll
- csc activatedclienttypeentry_server.cs /r:activatedclienttypeentry_share.dll
-
-activatedclienttypeentry_client.exe: activatedclienttypeentry_client.cs activatedclienttypeentry_share.dll
- csc activatedclienttypeentry_client.cs /r:activatedclienttypeentry_share.dll
-
-activatedclienttypeentry_share.dll: activatedclienttypeentry_share.cs
- csc /t:library activatedclienttypeentry_share.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile b/snippets/csharp/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile
deleted file mode 100644
index e390670b183..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all : service.dll server.exe client.exe
-
-server.exe : server.cs service.dll
- csc /debug+ /nologo /r:service.dll server.cs
-
-
-client.exe : client.cs service.dll
- csc /debug+ /nologo /r:service.dll client.cs
-
-
-service.dll : service.cs
- csc /debug+ /t:library /nologo service.cs
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile
deleted file mode 100644
index 78fd69bc9c0..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.cs
- csc /debug+ /nologo /t:library service.cs
-
-server.exe : server.cs service.dll
- csc /debug+ /nologo /r:service.dll server.cs
-
-client.exe : client.cs service.dll
- csc /debug+ /nologo /r:service.dll client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile
deleted file mode 100644
index 5e8f7cca374..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_GetRegisteredActivatedService_server.exe RemotingConfiguration_GetRegisteredActivatedService_client.exe RemotingConfiguration_GetRegisteredActivatedService_shared.dll
-
-RemotingConfiguration_GetRegisteredActivatedService_shared.dll : RemotingConfiguration_GetRegisteredActivatedService_shared.cs
- csc /debug+ /nologo /t:library RemotingConfiguration_GetRegisteredActivatedService_shared.cs
-
-RemotingConfiguration_GetRegisteredActivatedService_server.exe : RemotingConfiguration_GetRegisteredActivatedService_server.cs RemotingConfiguration_GetRegisteredActivatedService_shared.dll
- csc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredActivatedService_shared.dll RemotingConfiguration_GetRegisteredActivatedService_server.cs
-
-RemotingConfiguration_GetRegisteredActivatedService_client.exe : RemotingConfiguration_GetRegisteredActivatedService_client.cs RemotingConfiguration_GetRegisteredActivatedService_shared.dll
- csc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredActivatedService_shared.dll RemotingConfiguration_GetRegisteredActivatedService_client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile
deleted file mode 100644
index 7d56a584918..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_GetRegisteredWellKnownClient_server.exe RemotingConfiguration_GetRegisteredWellKnownClient_client.exe RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
-
-RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll : RemotingConfiguration_GetRegisteredWellKnownClient_shared.cs
- csc /debug+ /nologo /t:library RemotingConfiguration_GetRegisteredWellKnownClient_shared.cs
-
-RemotingConfiguration_GetRegisteredWellKnownClient_server.exe : RemotingConfiguration_GetRegisteredWellKnownClient_server.cs RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
- csc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll RemotingConfiguration_GetRegisteredWellKnownClient_server.cs
-
-RemotingConfiguration_GetRegisteredWellKnownClient_client.exe : RemotingConfiguration_GetRegisteredWellKnownClient_client.cs RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
- csc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll RemotingConfiguration_GetRegisteredWellKnownClient_client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile
deleted file mode 100644
index e390670b183..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all : service.dll server.exe client.exe
-
-server.exe : server.cs service.dll
- csc /debug+ /nologo /r:service.dll server.cs
-
-
-client.exe : client.cs service.dll
- csc /debug+ /nologo /r:service.dll client.cs
-
-
-service.dll : service.cs
- csc /debug+ /t:library /nologo service.cs
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingServices/Connect/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingServices/Connect/makefile
deleted file mode 100644
index 1e419b6ae7c..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingServices/Connect/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-
-all: basicserver.exe basicclient.exe manualserver.exe manualclient.exe
-
-basicserver.exe: basicserver.cs service.dll
- csc basicserver.cs /r:service.dll
-
-basicclient.exe: basicclient.cs service.dll
- csc basicclient.cs /r:service.dll
-
-manualserver.exe: manualserver.cs service.dll
- csc manualserver.cs /r:service.dll
-
-manualclient.exe: manualclient.cs service.dll
- csc manualclient.cs /r:service.dll
-
-service.dll: service.cs
- csc /t:library service.cs
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile
deleted file mode 100644
index dd91d5f636a..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : server.exe client.exe serviceclass.dll
-
-serviceclass.dll : serviceclass.cs
- csc /debug+ /nologo /t:library serviceclass.cs
-
-server.exe : server.cs serviceclass.dll
- csc /debug+ /nologo /r:serviceclass.dll server.cs
-
-client.exe : client.cs serviceclass.dll
- csc /debug+ /nologo /r:serviceclass.dll client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile
deleted file mode 100644
index a2662fcdbc9..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: timerserver.exe timerclient.exe
-
-timerserver.exe: timerserver.cs timerservice.dll
- csc timerserver.cs /r:timerservice.dll
-
-timerclient.exe: timerclient.cs timerservice.dll
- csc timerclient.cs /r:timerservice.dll
-
-timerservice.dll: timerservice.cs
- csc /t:library timerservice.cs
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile
deleted file mode 100644
index 78fd69bc9c0..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.cs
- csc /debug+ /nologo /t:library service.cs
-
-server.exe : server.cs service.dll
- csc /debug+ /nologo /r:service.dll server.cs
-
-client.exe : client.cs service.dll
- csc /debug+ /nologo /r:service.dll client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile b/snippets/csharp/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile
deleted file mode 100644
index 78fd69bc9c0..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.cs
- csc /debug+ /nologo /t:library service.cs
-
-server.exe : server.cs service.dll
- csc /debug+ /nologo /r:service.dll server.cs
-
-client.exe : client.cs service.dll
- csc /debug+ /nologo /r:service.dll client.cs
-
diff --git a/snippets/csharp/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile b/snippets/csharp/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile
deleted file mode 100644
index 933ed46dcb0..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: WellKnownClientTypeEntry_Server.exe WellKnownClientTypeEntry_Client.exe
-
-WellKnownClientTypeEntry_Server.exe: WellKnownClientTypeEntry_Server.cs WellKnownClientTypeEntry_Share.dll
- csc WellKnownClientTypeEntry_Server.cs /r:WellKnownClientTypeEntry_Share.dll
-
-WellKnownClientTypeEntry_Client.exe: WellKnownClientTypeEntry_Client.cs WellKnownClientTypeEntry_Share.dll
- csc WellKnownClientTypeEntry_Client.cs /r:WellKnownClientTypeEntry_Share.dll
-
-WellKnownClientTypeEntry_Share.dll: WellKnownClientTypeEntry_Share.cs
- csc /t:library WellKnownClientTypeEntry_Share.cs
diff --git a/snippets/csharp/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile b/snippets/csharp/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile
deleted file mode 100644
index e24f7f2c74c..00000000000
--- a/snippets/csharp/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: WellKnownServiceTypeEntry_Server.exe WellKnownServiceTypeEntry_Client.exe
-
-WellKnownServiceTypeEntry_Server.exe: WellKnownServiceTypeEntry_Server.cs WellKnownServiceTypeEntry_Share.dll
- csc WellKnownServiceTypeEntry_Server.cs /r:WellKnownServiceTypeEntry_Share.dll
-
-WellKnownServiceTypeEntry_Client.exe: WellKnownServiceTypeEntry_Client.cs WellKnownServiceTypeEntry_Share.dll
- csc WellKnownServiceTypeEntry_Client.cs /r:WellKnownServiceTypeEntry_Share.dll
-
-WellKnownServiceTypeEntry_Share.dll: WellKnownServiceTypeEntry_Share.cs
- csc /t:library WellKnownServiceTypeEntry_Share.cs
diff --git a/snippets/csharp/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile b/snippets/csharp/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile
deleted file mode 100644
index ee71152c382..00000000000
--- a/snippets/csharp/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: mydll.dll
-mydll.dll: contosokeyedhash.cs encodewithcontoso.cs
- csc /t:library /out:mydll.dll contosokeyedhash.cs encodewithcontoso.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Security.Principal/WindowsIdentity/Impersonate/makefile b/snippets/csharp/System.Security.Principal/WindowsIdentity/Impersonate/makefile
deleted file mode 100644
index e2bfcfa8fa9..00000000000
--- a/snippets/csharp/System.Security.Principal/WindowsIdentity/Impersonate/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-source.dll: source.cs
- csc /t:library source.cs /unsafe
\ No newline at end of file
diff --git a/snippets/csharp/System.Text.RegularExpressions/RegexCompilationInfo/.ctor/makefile b/snippets/csharp/System.Text.RegularExpressions/RegexCompilationInfo/.ctor/makefile
deleted file mode 100644
index d30511e9171..00000000000
--- a/snippets/csharp/System.Text.RegularExpressions/RegexCompilationInfo/.ctor/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : genFishRegex.exe useFishRegex.exe
-
-genFishRegex.exe: genFishRegex.cs
- csc genFishRegex.cs
-
-FishRegex.dll: genFishRegex.exe
- genFishRegex.exe
-
-useFishRegex.exe: useFishRegex.cs FishRegex.dll
- csc /r:FishRegex.dll useFishRegex.cs
-
diff --git a/snippets/csharp/System.Web.Services.Description/Binding/Extensions/makefile b/snippets/csharp/System.Web.Services.Description/Binding/Extensions/makefile
deleted file mode 100644
index 7f318e97859..00000000000
--- a/snippets/csharp/System.Web.Services.Description/Binding/Extensions/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: bindingcollectionsample2.dll
-bindingcollectionsample2.dll: bindingcollectionsample2.cs
- csc /t:library bindingcollectionsample2.cs
diff --git a/snippets/csharp/System.Web.Services.Description/SoapBinding/Namespace/makefile b/snippets/csharp/System.Web.Services.Description/SoapBinding/Namespace/makefile
deleted file mode 100644
index 61e1885d4f8..00000000000
--- a/snippets/csharp/System.Web.Services.Description/SoapBinding/Namespace/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: soapbodybinding_parts.dll
-
-soapbodybinding_parts.dll: soapbodybinding_parts.cs
- if not exist bin md bin
- csc /t:library /out:bin/soapbodybinding_parts.dll soapbodybinding_parts.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Web.Services.Description/SoapBinding/Style/makefile b/snippets/csharp/System.Web.Services.Description/SoapBinding/Style/makefile
deleted file mode 100644
index 23f6d30b1a3..00000000000
--- a/snippets/csharp/System.Web.Services.Description/SoapBinding/Style/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: soapprotocol.dll
-
-soapprotocol.dll: soapprotocol.cs
- if not exist bin md bin
- csc /t:library /out:bin/soapprotocol.dll soapprotocol.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile b/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile
deleted file mode 100644
index 285f23c9da0..00000000000
--- a/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- if not exist bin md bin
- csc /t:library /out:bin/source.dll source.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/Invoke/makefile b/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/Invoke/makefile
deleted file mode 100644
index 0f443ed171b..00000000000
--- a/snippets/csharp/System.Web.Services.Protocols/HttpSimpleClientProtocol/Invoke/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-source.dll: source.cs
- if not exist bin md bin
- csc /t:library /out:.\bin\source.dll source.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile b/snippets/csharp/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile
deleted file mode 100644
index 1a2c4d0abc1..00000000000
--- a/snippets/csharp/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- if not exist bin md bin
- csc /t:library /out:bin/source.dll source.cs
\ No newline at end of file
diff --git a/snippets/csharp/System.Web/HttpParseException/Overview/makefile b/snippets/csharp/System.Web/HttpParseException/Overview/makefile
deleted file mode 100644
index bd7a773f9ea..00000000000
--- a/snippets/csharp/System.Web/HttpParseException/Overview/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: source.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll source.cs
-
diff --git a/snippets/csharp/System.Windows.Forms/MaskedTextBox/Overview/makefile b/snippets/csharp/System.Windows.Forms/MaskedTextBox/Overview/makefile
deleted file mode 100644
index 9a635d3ab41..00000000000
--- a/snippets/csharp/System.Windows.Forms/MaskedTextBox/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-MaskInputRejectedSample.dll: form1.cs Form1.Designer.cs Program.cs
- csc /t:library /out:MaskInputRejectedSample.dll form1.cs Form1.Designer.cs Program.cs
-
-clean: MaskInputRejectedSample.dll
- del *.dll *.bin
diff --git a/snippets/csharp/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile b/snippets/csharp/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile
deleted file mode 100644
index a38900f8770..00000000000
--- a/snippets/csharp/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ValidatingTypeSample.dll: form1.cs Form1.Designer.cs Program.cs
- csc /t:library /out:ValidatingTypeSample.dll form1.cs Form1.Designer.cs Program.cs
-
-clean: ValidatingTypeSample.dll
- del *.dll *.bin
diff --git a/snippets/csharp/System.Xml.Serialization/IXmlSerializable/Overview/makefile b/snippets/csharp/System.Xml.Serialization/IXmlSerializable/Overview/makefile
deleted file mode 100644
index b2b4aa89967..00000000000
--- a/snippets/csharp/System.Xml.Serialization/IXmlSerializable/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: Reader.exe Writer.exe
-Reader.exe: Reader.cs Person.cs
- csc Reader.cs Person.cs
-Writer.exe: Writer.cs Person.cs
- csc Writer.cs Person.cs
-clean:
- del *.exe
diff --git a/snippets/csharp/System.Xml.Xsl/XslCompiledTransform/Load/makefile b/snippets/csharp/System.Xml.Xsl/XslCompiledTransform/Load/makefile
deleted file mode 100644
index 22e43de4304..00000000000
--- a/snippets/csharp/System.Xml.Xsl/XslCompiledTransform/Load/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: Transform.dll XsltDynamicMethodLoad.dll
-
-Transform.dll: Transform.xslt
- xsltc /settings:script+ Transform.xslt
-
-XsltDynamicMethodLoad.dll: XsltDynamicMethodLoad.cs
- csc /r:Transform.dll XsltDynamicMethodLoad.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/advancedwebprogramming/cs/makefile b/snippets/csharp/VS_Snippets_CFX/advancedwebprogramming/cs/makefile
deleted file mode 100644
index d534ee2482b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/advancedwebprogramming/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: customer.cs ICustomerCollection.cs program.cs service.cs snippets.cs
- csc /t:exe customer.cs ICustomerCollection.cs program.cs service.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/async/cs/makefile b/snippets/csharp/VS_Snippets_CFX/async/cs/makefile
deleted file mode 100644
index f90d60eb112..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/async/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-All: Async.dll
-
-Async.dll: Program.cs FileWriter.cs
- csc /t:library /out:Async.dll Program.cs FileWriter.cs /r:System.Activities.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/atomformatter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/atomformatter/cs/makefile
deleted file mode 100644
index f2e0d4d2776..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/atomformatter/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs MySyndicationFeed.cs
- csc /t:exe program.cs snippets.cs MySyndicationFeed.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/auditingsecurityevents/cs/makefile b/snippets/csharp/VS_Snippets_CFX/auditingsecurityevents/cs/makefile
deleted file mode 100644
index a6b2ffd5f18..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/auditingsecurityevents/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: AuditingSecurityEvents.exe
-
-AuditingSecurityEvents.exe: AuditingSecurityEvents.cs
- csc /t:exe AuditingSecurityEvents.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/basicwebprogramming/cs/makefile b/snippets/csharp/VS_Snippets_CFX/basicwebprogramming/cs/makefile
deleted file mode 100644
index 8679cfaa9a7..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/basicwebprogramming/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/c_claim/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_claim/cs/makefile
deleted file mode 100644
index 85eab8a2274..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_claim/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_claimtypes/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_claimtypes/cs/makefile
deleted file mode 100644
index ad96e40278e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_claimtypes/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: service.dll
-
-service.dll: service.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_createsecuresession/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_createsecuresession/cs/makefile
deleted file mode 100644
index 3801a2709cc..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_createsecuresession/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: SecureService.exe
-
-SecureService.exe: SecureService.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_creatests/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_creatests/cs/makefile
deleted file mode 100644
index 5e2958972ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_creatests/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_customauthmgr/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_customauthmgr/cs/makefile
deleted file mode 100644
index 612c3f1738c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_customauthmgr/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: c_CustomAuthMgr.exe
-
-c_CustomAuthMgr.exe: c_CustomAuthMgr.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_custombinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_custombinding/cs/makefile
deleted file mode 100644
index 323b8bf09a0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_custombinding/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: c_CustomBinding.exe
-
-c_CustomBinding.exe: c_CustomBinding.cs
- csc /t:library c_CustomBinding.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/c_custombindingsauthmode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_custombindingsauthmode/cs/makefile
deleted file mode 100644
index abe630ab4f0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_custombindingsauthmode/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_customcertificatevalidator/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_customcertificatevalidator/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_customcertificatevalidator/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_customcredentials/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_customcredentials/cs/makefile
deleted file mode 100644
index 5e2958972ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_customcredentials/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_customtoken/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_customtoken/cs/makefile
deleted file mode 100644
index abe630ab4f0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_customtoken/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_customtokenauthenticator/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_customtokenauthenticator/cs/makefile
deleted file mode 100644
index 5e2958972ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_customtokenauthenticator/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_fca/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_fca/cs/makefile
deleted file mode 100644
index e79efff45ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_fca/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: FCADemo.dll
-
-FCADemo.dll: FCADemo.cs
- csc /t:library FCADemo.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_federatedservice/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_federatedservice/cs/makefile
deleted file mode 100644
index abe630ab4f0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_federatedservice/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_federation/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_federation/cs/makefile
deleted file mode 100644
index eab7a5b56a5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_federation/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/c_impersonationanddelegation/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_impersonationanddelegation/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_impersonationanddelegation/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_maxclockskew/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_maxclockskew/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_maxclockskew/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_principalpermissionattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_principalpermissionattribute/cs/makefile
deleted file mode 100644
index 85eab8a2274..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_principalpermissionattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_programmingsecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_programmingsecurity/cs/makefile
deleted file mode 100644
index 2105074ee4c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_programmingsecurity/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_settingsecuritymode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_settingsecuritymode/cs/makefile
deleted file mode 100644
index 2105074ee4c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_settingsecuritymode/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_tcpclient/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_tcpclient/cs/makefile
deleted file mode 100644
index 2105074ee4c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_tcpclient/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/c_x509certificatevalidator/cs/makefile b/snippets/csharp/VS_Snippets_CFX/c_x509certificatevalidator/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/c_x509certificatevalidator/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/cfx_workflowapplicationexample/cs/makefile b/snippets/csharp/VS_Snippets_CFX/cfx_workflowapplicationexample/cs/makefile
deleted file mode 100644
index c3bbf8a37f8..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/cfx_workflowapplicationexample/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: WorkflowApplicationExample.exe
-
-WorkflowApplicationExample.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.Activities.dll /r:System.Xaml.dll /r:System.Xml.dll /r:System.Activities.DurableInstancing.dll /r:System.Runtime.DurableInstancing.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/cfx_workflowinvokerexample/cs/makefile b/snippets/csharp/VS_Snippets_CFX/cfx_workflowinvokerexample/cs/makefile
deleted file mode 100644
index 93467aa4c89..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/cfx_workflowinvokerexample/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: WorkflowInvokerExample.exe
-
-WorkflowInvokerExample.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.Activities.dll /r:System.Xaml.dll /r:System.Xml.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/channelcache/cs/makefile b/snippets/csharp/VS_Snippets_CFX/channelcache/cs/makefile
deleted file mode 100644
index 453e2146d00..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/channelcache/cs/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: common.dll Client.exe service.exe
-
-common.dll: constants.cs
- csc /t:library /out:common.dll constants.cs
-
-service.exe: service.cs common.dll
- csc /t:exe service.cs /r:common.dll /r:System.ServiceModel.dll /r:System.ServiceModel.Activities.dll /r:System.Activities.dll
-
-client.exe: client.cs common.dll
- csc /t:exe client.cs /r:common.dll /r:System.Runtime.Serialization.dll /r:System.ServiceModel.dll /r:System.ServiceModel.Activities.dll /r:System.Activities.dll /r:System.Runtime.DurableInstancing.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/clientbase/cs/makefile b/snippets/csharp/VS_Snippets_CFX/clientbase/cs/makefile
deleted file mode 100644
index d25e13c4e9d..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/clientbase/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: ClientBase.dll
-
-ClientBase.dll: ClientBase.cs
- csc /t:library ClientBase.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/cs/makefile b/snippets/csharp/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/cs/makefile
deleted file mode 100644
index 5e2958972ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/collectiondatacontractattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/collectiondatacontractattribute/cs/makefile
deleted file mode 100644
index 2b87b8c8280..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/collectiondatacontractattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies *.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/contractnamespaceattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/contractnamespaceattribute/cs/makefile
deleted file mode 100644
index fd963f72248..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/contractnamespaceattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.cs
- csc /t:exe overview.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/creationendpoint/cs/makefile b/snippets/csharp/VS_Snippets_CFX/creationendpoint/cs/makefile
deleted file mode 100644
index ffc017aa3aa..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/creationendpoint/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: CreationEndpoint.exe
-
-CreationEndpoint.exe: CreationEndpoint.cs CreationEndpointElement.cs Program.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Activities.dll /r:System.Activities.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractattribute/cs/makefile
deleted file mode 100644
index fd963f72248..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.cs
- csc /t:exe overview.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/makefile
deleted file mode 100644
index 86f1e00449e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/vb/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/vb/makefile
deleted file mode 100644
index e2c1790d643..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractformatattribute/cs/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractresolver/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractresolver/cs/makefile
deleted file mode 100644
index 68e06f9230f..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractresolver/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-All: DataContractResolver.dll Types.dll
-
-Types.dll: types.cs
- csc /t:library types.cs /r:System.Runtime.Serialization.dll /r:System.Xml.dll
-
-DataContractResolver.dll: DataContractResolver.cs Types.dll
- csc /t:library DataContractResolver.cs /r:System.Runtime.Serialization.dll /r:types.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractserializer/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractserializer/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractserializer/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/datacontractserializeroperationbehavior/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datacontractserializeroperationbehavior/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datacontractserializeroperationbehavior/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/datamemberattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/datamemberattribute/cs/makefile
deleted file mode 100644
index fd963f72248..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/datamemberattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.cs
- csc /t:exe overview.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/dynamicactivitycreation/cs/makefile b/snippets/csharp/VS_Snippets_CFX/dynamicactivitycreation/cs/makefile
deleted file mode 100644
index 3fc8c76916e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/dynamicactivitycreation/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-All: Program.exe
-
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.Activities.dll /r:System.Xaml.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/endpointaddress/cs/makefile b/snippets/csharp/VS_Snippets_CFX/endpointaddress/cs/makefile
deleted file mode 100644
index 78055b84189..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/endpointaddress/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-HostApplication.exe: HostApplication.cs Services.cs Snippets.cs
- csc /t:exe HostApplication.cs Services.cs Snippets.cs /r:System.dll,System.Configuration.dll,System.ServiceModel.dll,System.Data.dll,System.Xml.dll,System.Runtime.Serialization.dll
diff --git a/snippets/csharp/VS_Snippets_CFX/endpointaddress10/cs/makefile b/snippets/csharp/VS_Snippets_CFX/endpointaddress10/cs/makefile
deleted file mode 100644
index 8969dbe3953..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/endpointaddress10/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll, /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/endpointaddressaugust2004/cs/makefile b/snippets/csharp/VS_Snippets_CFX/endpointaddressaugust2004/cs/makefile
deleted file mode 100644
index 8969dbe3953..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/endpointaddressaugust2004/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll, /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/enummemberattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/enummemberattribute/cs/makefile
deleted file mode 100644
index 14c53d6bd3b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/enummemberattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/filerecordsequence/cs/makefile b/snippets/csharp/VS_Snippets_CFX/filerecordsequence/cs/makefile
deleted file mode 100644
index 15bbb3de812..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/filerecordsequence/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: MyFileRecordSequence.dll
-MyFileRecordSequence.dll: FileRecordSequence.cs
- csc /t:library FileRecordSequence.cs /r:System.IO.Log.dll /lib:C:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/fileregion/cs/makefile b/snippets/csharp/VS_Snippets_CFX/fileregion/cs/makefile
deleted file mode 100644
index ee15a4b9d84..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/fileregion/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: FileRegion.dll
-FileRegion.dll: FileRegion.cs
- csc /t:library FileRegion.cs /r:system.IO.Log.dll /lib:C:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/idatacontractsurrogate/cs/makefile b/snippets/csharp/VS_Snippets_CFX/idatacontractsurrogate/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/idatacontractsurrogate/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/invaliddatacontractexception/cs/makefile b/snippets/csharp/VS_Snippets_CFX/invaliddatacontractexception/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/invaliddatacontractexception/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/irecordsequence/cs/makefile b/snippets/csharp/VS_Snippets_CFX/irecordsequence/cs/makefile
deleted file mode 100644
index 894cdeb0005..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/irecordsequence/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: ReadRecord.cs
- csc /t:exe ReadRecord.cs /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.IO.log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/iunknownserializationdata/cs/makefile b/snippets/csharp/VS_Snippets_CFX/iunknownserializationdata/cs/makefile
deleted file mode 100644
index dbb628ccc8c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/iunknownserializationdata/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: IUnknownSerialization.exe
-
-IUnknownSerialization.exe: IUnknownSerialization.cs
- csc /t:exe IUnknownSerialization.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/knowntypeattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/knowntypeattribute/cs/makefile
deleted file mode 100644
index fd963f72248..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/knowntypeattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.cs
- csc /t:exe overview.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/knowntypeattribute_ctor_string/cs/makefile b/snippets/csharp/VS_Snippets_CFX/knowntypeattribute_ctor_string/cs/makefile
deleted file mode 100644
index c541fa9ebff..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/knowntypeattribute_ctor_string/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: KnownType_ctor1.exe
-
-KnownType_ctor1.exe: KnownType_ctor1.cs
- csc /t:exe KnownType_ctor1.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/logarchievesnapshot/cs/makefile b/snippets/csharp/VS_Snippets_CFX/logarchievesnapshot/cs/makefile
deleted file mode 100644
index 37f720e6142..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/logarchievesnapshot/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: LogArchieveSnapshot.dll
-
-LogArchieveSnapshot.dll: LogArchieveSnapshot.cs
- csc /t:library LogArchieveSnapshot.cs /r:System.ServiceModel.dll /r:System.IO.Log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/looselytypedextensions/cs/makefile b/snippets/csharp/VS_Snippets_CFX/looselytypedextensions/cs/makefile
deleted file mode 100644
index b43b7828c2d..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/looselytypedextensions/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs ExtensionTypes.cs
- csc /t:exe program.cs snippets.cs ExtensionTypes.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/message/cs/makefile b/snippets/csharp/VS_Snippets_CFX/message/cs/makefile
deleted file mode 100644
index 60d1d1b656f..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/message/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: client.exe
-
-client.exe: client.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/messagepropertyattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/messagepropertyattribute/cs/makefile
deleted file mode 100644
index 301928b2249..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/messagepropertyattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: messagepropertyattribute.dll
-
-messagepropertyattribute.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/netdatacontractserializer/cs/makefile b/snippets/csharp/VS_Snippets_CFX/netdatacontractserializer/cs/makefile
deleted file mode 100644
index c1bf65613bc..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/netdatacontractserializer/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: source.exe
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Xml.Linq.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/oba.releaseinstancemode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/oba.releaseinstancemode/cs/makefile
deleted file mode 100644
index e8b54d62fc2..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/oba.releaseinstancemode/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: HostApplication.dll Client.dll
-
-HostApplication.dll: HostApplication.cs services.cs
- csc /t:library HostApplication.cs Services.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
-
-Client.dll: Client.cs ProxyCode.cs
- csc /t:library client.cs ProxyCode.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/poxsample/cs/client/makefile b/snippets/csharp/VS_Snippets_CFX/poxsample/cs/client/makefile
deleted file mode 100644
index 27b93a93358..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/poxsample/cs/client/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: client.exe
-
-client.exe: customer.cs httpclient.cs program.cs
- csc /t:exe customer.cs httpclient.cs program.cs /r:System.ServiceModel.dll,System.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/poxsample/cs/server/makefile b/snippets/csharp/VS_Snippets_CFX/poxsample/cs/server/makefile
deleted file mode 100644
index 915672bfc99..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/poxsample/cs/server/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: MessageBasedCustomerService.cs Customer.cs IUniversalContract.cs
- csc /t:library MessageBasedCustomerService.cs Customer.cs IUniversalContract.cs /r:System.ServiceModel.dll,System.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/principalpermissionmode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/principalpermissionmode/cs/makefile
deleted file mode 100644
index 6aaa9228e03..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/principalpermissionmode/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.Web.ApplicationServices.dll,System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/querystringconverter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/querystringconverter/cs/makefile
deleted file mode 100644
index 600210ce2d9..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/querystringconverter/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/rssformatter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/rssformatter/cs/makefile
deleted file mode 100644
index 0852cff9415..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/rssformatter/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs MySyndicationFeed.cs
- csc /t:exe program.cs snippets.cs MySyndicationFeed.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_aspnetcompatibility/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_aspnetcompatibility/cs/makefile
deleted file mode 100644
index 22b85dbe47b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_aspnetcompatibility/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.dll client.exe
-
-service.dll: service.cs
- csc /t:library service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/cs/makefile
deleted file mode 100644
index 5f4b91d5fa8..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.dll
-
-service.dll: service.cs
- csc /t:library Service.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_customauthentication/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_customauthentication/cs/makefile
deleted file mode 100644
index 621c51e5b04..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_customauthentication/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: instance.exe
-
-instance.exe: instance.cs
- csc /t:exe /out:instance.exe instance.cs /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.IdentityModel.dll,System.Xml.dll,System.Security.dll,System.Configuration.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_deadletter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_deadletter/cs/makefile
deleted file mode 100644
index 1df551c0072..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_deadletter/cs/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: service.exe client.exe dlservice.exe
-
-service.exe: service.cs
- csc /t:exe service.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Configuration.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs generatedProxy.cs
- csc /t:exe client.cs generatedProxy.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Configuration.dll /lib:c:\whidbey\assemblies
-
-dlservice.exe: dlservice.cs generatedProxy.cs
- csc /t:exe dlservice.cs generatedProxy.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/s_dualhttp/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_dualhttp/cs/makefile
deleted file mode 100644
index 81a51b333d2..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_dualhttp/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.ServiceModel.dll,System.Data.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_imperative/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_imperative/cs/makefile
deleted file mode 100644
index 413f11e1d24..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_imperative/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs serviceSnippets.cs
- csc /t:exe service.cs serviceSnippets.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-client.exe: client.cs
- csc /t:exe client.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/s_msmq_default/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_msmq_default/cs/makefile
deleted file mode 100644
index c1c3c5c5315..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_msmq_default/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs HostApp.cs
- csc /t:exe service.cs HostApp.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/s_msmqtowcf/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_msmqtowcf/cs/makefile
deleted file mode 100644
index 91db2be35b5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_msmqtowcf/cs/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: service.exe client.exe order.dll
-
-order.dll: order.cs
- csc /t:library order.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-service.exe: service.cs order.dll
- csc /t:library service.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Messaging.dll,System.configuration.dll,System.dll,order.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs order.dll
- csc /t:exe client.cs /r:System.ServiceModel.dll,order.dll,System.Messaging.dll,System.Transactions.dll,System.dll,System.Configuration.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/s_pox/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_pox/cs/makefile
deleted file mode 100644
index 554f9dedf63..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_pox/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: service.cs
- csc /t:library service.cs /r:System.ServiceModel.dll,System.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_reliablesession/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_reliablesession/cs/makefile
deleted file mode 100644
index c308c7e5e30..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_reliablesession/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs
- csc /t:library service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs generatedProxy.cs
- csc /t:exe client.cs generatedProxy.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_selfhost/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_selfhost/cs/makefile
deleted file mode 100644
index 87146a70860..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_selfhost/cs/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: service.dll client.exe contract.dll Enchilada.exe
-
-service.dll: service.cs
- csc /t:library service.cs /r:System.dll,System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.dll,System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-contract.dll: contract.cs
- csc /t:library contract.cs /r:System.dll,System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-Enchilada.exe: WholeEnchilada.cs
- csc /t:exe WholeEnchilada.cs /r:System.dll,System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_serviceinstancecontext/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_serviceinstancecontext/cs/makefile
deleted file mode 100644
index 51eff44b990..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_serviceinstancecontext/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_addressfilter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_addressfilter/cs/makefile
deleted file mode 100644
index 4ff2e7eef30..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_addressfilter/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.dll
-
-service.dll: service.cs
- csc /t:library service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/cs/makefile
deleted file mode 100644
index b22c8121da7..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_bindingcontext/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_bindingcontext/cs/makefile
deleted file mode 100644
index a736e456c8e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_bindingcontext/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.dll
-
-program.dll: program.cs
- csc /t:library program.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_channeldispatcher/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_channeldispatcher/cs/makefile
deleted file mode 100644
index 96a85546a24..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_channeldispatcher/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.exe
-
-service.exe: service.cs snippets.cs
- csc /t:exe service.cs snippets.cs /r:System.ServiceModel.dll /r:System.Transactions.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_chunkingchannel/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_chunkingchannel/cs/makefile
deleted file mode 100644
index 88021905099..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_chunkingchannel/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: ChannelHelpers.dll ChunkingChannel.dll
-
-ChannelHelpers.dll: SynchronizedQueue.cs TimeoutHelper.cs
- csc /t:library /out:ChannelHelpers.dll SynchronizedQueue.cs TimeoutHelper.cs /r:System.Runtime.Serialization.dll /r:System.ServiceModel.dll
-
-ChunkingChannel.dll: ChunkingBehavior.cs ChunkingBindingElement.cs ChunkingBodyWriter.cs ChunkingChannelFactory.cs ChunkingChannelListener.cs ChunkingDuplexSessionChannel.cs ChunkingMessage.cs ChunkingReader.cs ChunkingUtils.cs ChunkingWriter.cs
- csc /t:library ChunkingBehavior.cs ChunkingBindingElement.cs ChunkingBodyWriter.cs ChunkingChannelFactory.cs ChunkingChannelListener.cs ChunkingDuplexSessionChannel.cs ChunkingMessage.cs ChunkingReader.cs ChunkingUtils.cs ChunkingWriter.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /r:ChannelHelpers.dll
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_contractdescription/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_contractdescription/cs/makefile
deleted file mode 100644
index e8928df482f..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_contractdescription/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: CalculatorService.exe
-
-CalculatorService.exe: CalculatorService.cs
- csc /t:exe CalculatorService.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_customtextmessageencoder/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_customtextmessageencoder/cs/makefile
deleted file mode 100644
index 881330af95a..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_customtextmessageencoder/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: CustomTextMessageEncoder.dll
-
-CustomTextMessageEncoder.dll: ConfigurationStrings.cs CustomTextMessageEncoder.cs CustomTextMessageEncoderFactory.cs CustomTextMessageEncodingBindingElement.cs CustomTextMessageEncodingBindingSection.cs MessageVersionConverter.cs
- csc /t:library ConfigurationStrings.cs CustomTextMessageEncoder.cs CustomTextMessageEncoderFactory.cs CustomTextMessageEncodingBindingElement.cs CustomTextMessageEncodingBindingSection.cs MessageVersionConverter.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_httpcookiesession/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_httpcookiesession/cs/makefile
deleted file mode 100644
index 706cbe7db9b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_httpcookiesession/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: extensions.dll
-
-
-extensions.dll: AsyncResult.cs ChainedAsyncResult.cs HttpCookieReplySession.cs HttpCookieReplySessionChannel.cs HttpCookieReplySessionChannelListener.cs HttpCookieRequestSessionChannel.cs HttpCookieSessionBinding.cs HttpCookieSessionBindingCollectionElement.cs HttpCookieSessionBindingConfigurationElement.cs HttpCookieSessionBindingElement.cs HttpCookieSessionBindingElementImporter.cs HttpCookieSessionChannelFactory.cs HttpCookieSessionDefaults.cs HttpCookieSessionElement.cs HttpCookieSessionRequestContext.cs InputQueue.cs LayeredChannel.cs TimeoutHelper.cs
- csc /t:library AsyncResult.cs ChainedAsyncResult.cs HttpCookieReplySession.cs HttpCookieReplySessionChannel.cs HttpCookieReplySessionChannelListener.cs HttpCookieRequestSessionChannel.cs HttpCookieSessionBinding.cs HttpCookieSessionBindingCollectionElement.cs HttpCookieSessionBindingConfigurationElement.cs HttpCookieSessionBindingElement.cs HttpCookieSessionBindingElementImporter.cs HttpCookieSessionChannelFactory.cs HttpCookieSessionDefaults.cs HttpCookieSessionElement.cs HttpCookieSessionRequestContext.cs InputQueue.cs LayeredChannel.cs TimeoutHelper.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_httpdigestclientcredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_httpdigestclientcredential/cs/makefile
deleted file mode 100644
index 135c13429c3..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_httpdigestclientcredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_imperativenetmsmq/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_imperativenetmsmq/cs/makefile
deleted file mode 100644
index 04dd89227cb..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_imperativenetmsmq/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_messageinterceptor/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_messageinterceptor/cs/makefile
deleted file mode 100644
index c1e9e4bf6ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_messageinterceptor/cs/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: library.dll client.exe service.exe
-
-library.dll: AsyncResult.cs ChainedAsyncResult.cs ChannelMessageInterceptor.cs InterceptingBindingElement.cs InterceptingBindingElementImporter.cs interceptingChannelBase.cs InterceptingChannelFactory.cs InterceptingChannelListener.cs InterceptingDuplexChannel.cs interceptingelement.cs TimeoutHelper.cs
- csc /t:library /out:library.dll AsyncResult.cs ChainedAsyncResult.cs ChannelMessageInterceptor.cs InterceptingBindingElement.cs InterceptingBindingElementImporter.cs interceptingChannelBase.cs InterceptingChannelFactory.cs InterceptingChannelListener.cs InterceptingDuplexChannel.cs interceptingelement.cs TimeoutHelper.cs /r:System.ServiceModel.dll
-
-client.exe: client.cs library.dll
- csc /t:exe client.cs /r:library.dll /r:System.ServiceModel.dll
-
-service.exe: service.cs library.dll
- csc /t:exe service.cs /r:library.dll /r:System.ServiceModel.dll
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_messageversion/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_messageversion/cs/makefile
deleted file mode 100644
index 4d2f40e4322..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_messageversion/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_msmqtowcf/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_msmqtowcf/cs/makefile
deleted file mode 100644
index f6dc03fe46b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_msmqtowcf/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all: Order.dll service.exe
-
-Order.dll: order.cs
- csc /t:library order.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll /r:Order.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_secureconversationservicecredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_secureconversationservicecredential/cs/makefile
deleted file mode 100644
index dbe832e5313..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_secureconversationservicecredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.dll,System.IdentityModel.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_servicedescription/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_servicedescription/cs/makefile
deleted file mode 100644
index 7dba180c33d..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_servicedescription/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-Program.exe: Program.cs Snippets.cs
- csc /t:exe Program.cs Snippets.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_serviceendpoint/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_serviceendpoint/cs/makefile
deleted file mode 100644
index 5bbba1658e2..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_serviceendpoint/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-Program.exe: Program.cs Snippet.cs
- csc /t:exe Program.cs Snippet.cs /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ue_tcpsecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ue_tcpsecurity/cs/makefile
deleted file mode 100644
index d3f0f577a72..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ue_tcpsecurity/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.exe
-
-service.exe: service.cs
- csc /t:exe service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uebasichttpbinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uebasichttpbinding/cs/makefile
deleted file mode 100644
index 3a64d8c23ff..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uebasichttpbinding/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs
- csc /t:exe service.cs snippets.cs /r:System.ServiceModel.dll,System.dll,System.Xml.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs
- csc /t:exe client.cs /r:System.dll,System.Xml.dll,System.ServiceModel.dll,System.Configuration.dll,System.Runtime.Serialization.dll,System.Messaging.dll,System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uebinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uebinding/cs/makefile
deleted file mode 100644
index a54419ee0be..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uebinding/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs
- csc /t:exe client.cs Snippets.cs /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uebodywriter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uebodywriter/cs/makefile
deleted file mode 100644
index f633122956b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uebodywriter/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs Snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Xml.dll /lib:c:\whidbey\assemblies
-
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uechannels/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uechannels/cs/makefile
deleted file mode 100644
index db5d4edcff0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uechannels/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs serviceSnippets.cs
- csc /t:exe service.cs serviceSnippets.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs clientSnippets.cs
- csc /t:exe client.cs clientSnippets.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueclaimtyperequirement/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueclaimtyperequirement/cs/makefile
deleted file mode 100644
index 01d72c80f3e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueclaimtyperequirement/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-client.exe: client.cs
- csc /t:exe client.cs /r:System.dll /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueclientcredentials/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueclientcredentials/cs/makefile
deleted file mode 100644
index 9b3a042e4dd..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueclientcredentials/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.ServiceModel.dll /r:System.Data.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueendpointaddressbuilder/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueendpointaddressbuilder/cs/makefile
deleted file mode 100644
index 4218c322583..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueendpointaddressbuilder/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueendpointidentity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueendpointidentity/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueendpointidentity/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueenvelopeversion/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueenvelopeversion/cs/makefile
deleted file mode 100644
index cf6256ec033..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueenvelopeversion/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uehostnamecomparisonmode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uehostnamecomparisonmode/cs/makefile
deleted file mode 100644
index 371beb4606d..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uehostnamecomparisonmode/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs host.cs
- csc /t:exe service.cs host.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs Snippets.cs HelloService.cs
- csc /t:exe client.cs Snippets.cs HelloService.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uehttpresponsemessageproperty/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uehttpresponsemessageproperty/cs/makefile
deleted file mode 100644
index 84fc7227bd1..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uehttpresponsemessageproperty/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Service.cs
- csc /t:exe Service.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueichannel/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueichannel/cs/makefile
deleted file mode 100644
index a7966ebbeb0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueichannel/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-generatedClient.exe: generatedClient.cs
- csc /t:exe generatedClient.cs /r:System.dll /r:System.ServiceModel.dll /r:System.Data.dll /r:System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueissuedtokenservicecredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueissuedtokenservicecredential/cs/makefile
deleted file mode 100644
index ea2715d6af4..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueissuedtokenservicecredential/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.ServiceModel.dll /r:System.Data.dll /r:System.IdentityModel.dll /r:System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uelocalclientsecuritysettings/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uelocalclientsecuritysettings/cs/makefile
deleted file mode 100644
index 531397048bf..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uelocalclientsecuritysettings/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.cs
- csc /t:exe program.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uelocalservicesecuritysettings/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uelocalservicesecuritysettings/cs/makefile
deleted file mode 100644
index 531397048bf..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uelocalservicesecuritysettings/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.cs
- csc /t:exe program.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/makefile
deleted file mode 100644
index 53f94445062..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uelogrecordsequence/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-MyLogRecordSequence.exe: MyLogRecordSequence.cs MyMultiplexLog.cs
- csc /t:exe *.cs /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.IO.Log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uemessagesecurityovertcp/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uemessagesecurityovertcp/cs/makefile
deleted file mode 100644
index 2105074ee4c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uemessagesecurityovertcp/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/cs/makefile
deleted file mode 100644
index 531397048bf..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.cs
- csc /t:exe program.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uenetmsmqbinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uenetmsmqbinding/cs/makefile
deleted file mode 100644
index 7363bcb648b..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uenetmsmqbinding/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Messaging.dll,System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipe/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipe/cs/makefile
deleted file mode 100644
index 09ebc1a8e20..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipe/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll,System.IdentityModel.dll,System.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs CalculatorService.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.ServiceModel.dll,System.IdentityModel.dll,System.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipesecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipesecurity/cs/makefile
deleted file mode 100644
index 4c5ae850141..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uenetnamedpipesecurity/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs
- csc /t:exe service.cs /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs
- csc /t:exe client.cs CalculatorService.cs /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uenettcpbinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uenettcpbinding/cs/makefile
deleted file mode 100644
index 506ced995b2..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uenettcpbinding/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: source.cs
- csc /t:exe source.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueoptionalreliablesession/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueoptionalreliablesession/cs/makefile
deleted file mode 100644
index cf6256ec033..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueoptionalreliablesession/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uepolicyconversioncontext/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uepolicyconversioncontext/cs/makefile
deleted file mode 100644
index 03f082d365c..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uepolicyconversioncontext/cs/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe Program.cs ProxyCode.cs /r:System.ServiceModel.dll,System.Xml.dll,System.dll,System.IdentityModel.dll,System.IdentityModel.Selectors.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueservicehost/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueservicehost/cs/makefile
deleted file mode 100644
index d40bc8387eb..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueservicehost/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: service.exe
-
-service.exe: service.cs
- csc /t:exe service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueservicehost2/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueservicehost2/cs/makefile
deleted file mode 100644
index d40bc8387eb..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueservicehost2/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: service.exe
-
-service.exe: service.cs
- csc /t:exe service.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uespnendpointidentity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uespnendpointidentity/cs/makefile
deleted file mode 100644
index 7dbbafda252..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uespnendpointidentity/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: service.cs
- csc /t:exe service.cs /r:System.dll,System.ServiceModel.dll,System.IdentityModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uetcptransportbindingelement/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uetcptransportbindingelement/cs/makefile
deleted file mode 100644
index 531397048bf..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uetcptransportbindingelement/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.cs
- csc /t:exe program.cs /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uewindowsservicecredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uewindowsservicecredential/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uewindowsservicecredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uewsdlexporter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uewsdlexporter/cs/makefile
deleted file mode 100644
index 4441a562605..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uewsdlexporter/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uewsdualhttpsecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uewsdualhttpsecurity/cs/makefile
deleted file mode 100644
index 81a51b333d2..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uewsdualhttpsecurity/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll /r:System.ServiceModel.dll,System.Data.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/cs/makefile
deleted file mode 100644
index d2b602b0409..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Security.dll,System.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uex509certificatevalidationmode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uex509certificatevalidationmode/cs/makefile
deleted file mode 100644
index db40acc73e8..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uex509certificatevalidationmode/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-client.exe: client.cs generatedProxy.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Data.dll,System.IdentityModel.dll,System.Security.dll,System.ServiceModel.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_uex509servicecertificateauthentication/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_uex509servicecertificateauthentication/cs/makefile
deleted file mode 100644
index 7541a34a543..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_uex509servicecertificateauthentication/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.cs
- csc /t:exe Program.cs /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.Security.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/s_wcftomsmq/cs/makefile b/snippets/csharp/VS_Snippets_CFX/s_wcftomsmq/cs/makefile
deleted file mode 100644
index 2285417afa0..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/s_wcftomsmq/cs/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: service.exe client.exe order.dll
-
-order.dll: order.cs
- csc /t:library order.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-service.exe: service.cs order.dll
- csc /t:exe service.cs /r:System.Messaging.dll,System.configuration.dll,order.dll,System.dll,System.Transactions.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs order.dll
- csc /t:exe client.cs Snippets.cs Proxy.cs /r:System.ServiceModel.dll,order.dll,System.dll,System.Transactions.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/securitytokenprovider/cs/makefile b/snippets/csharp/VS_Snippets_CFX/securitytokenprovider/cs/makefile
deleted file mode 100644
index 740ef068ee5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/securitytokenprovider/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: SamlSecurityTokenProvider.exe
-
-SamlSecurityTokenProvider.exe: SamlSecurityTokenProvider.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/sendactivity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/sendactivity/cs/makefile
deleted file mode 100644
index ae233a3f811..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/sendactivity/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: snippets.dll
-
-snippets.dll: snippets.cs
- csc /t:library *.cs /r:System.WorkflowServices.dll,System.ServiceModel.dll,System.dll,system.workflow.componentmodel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/serviceendpointcollection/cs/makefile b/snippets/csharp/VS_Snippets_CFX/serviceendpointcollection/cs/makefile
deleted file mode 100644
index f06b0611b17..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/serviceendpointcollection/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: ServiceEndpointCollection.service.overview.cs
- csc /t:exe ServiceEndpointCollection.service.overview.cs proxy.cs /r:System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Xml.dll
-
-client.exe: ServiceEndpointCollection.client.overview.cs
- csc /t:exe ServiceEndpointCollection.client.overview.cs proxy.cs /r:System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Xml.dll
diff --git a/snippets/csharp/VS_Snippets_CFX/servicehostfactory/cs/makefile b/snippets/csharp/VS_Snippets_CFX/servicehostfactory/cs/makefile
deleted file mode 100644
index 556099e15e3..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/servicehostfactory/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Test.exe
-
-Test.exe: Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/serviceknowntypeattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/serviceknowntypeattribute/cs/makefile
deleted file mode 100644
index 9c22083d44e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/serviceknowntypeattribute/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/servicesecuritycontext/cs/makefile b/snippets/csharp/VS_Snippets_CFX/servicesecuritycontext/cs/makefile
deleted file mode 100644
index eab7a5b56a5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/servicesecuritycontext/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/sl_addressheader/cs/makefile b/snippets/csharp/VS_Snippets_CFX/sl_addressheader/cs/makefile
deleted file mode 100644
index 6009d695458..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/sl_addressheader/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:library program.cs /r:system.json.dll /r:System.ServiceModel.dll /r:System.Windows.Browser.dll /r:system.windows.dll /r:System.ServiceModel.PollingDuplex.dll /lib:c:\slassemblies /lib:"C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Reference Assemblies"
-
diff --git a/snippets/csharp/VS_Snippets_CFX/style_and_use/cs/makefile b/snippets/csharp/VS_Snippets_CFX/style_and_use/cs/makefile
deleted file mode 100644
index 143e74eeac3..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/style_and_use/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationcategory/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationcategory/cs/makefile
deleted file mode 100644
index 845b6544104..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationcategory/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationcontent/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationcontent/cs/makefile
deleted file mode 100644
index fa2fd723f58..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationcontent/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationfeed/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationfeed/cs/makefile
deleted file mode 100644
index 88e964759e8..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationfeed/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs mysyndicationfeed.cs
- csc /t:exe program.cs mysyndicationfeed.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationitem/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationitem/cs/makefile
deleted file mode 100644
index 6c12fc33aed..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationitem/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs mysyndicationitem.cs
- csc /t:exe program.cs mysyndicationitem.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationlink/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationlink/cs/makefile
deleted file mode 100644
index fa2fd723f58..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationlink/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/syndicationperson/cs/makefile b/snippets/csharp/VS_Snippets_CFX/syndicationperson/cs/makefile
deleted file mode 100644
index fa2fd723f58..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/syndicationperson/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/tx_committabletx/cs/makefile b/snippets/csharp/VS_Snippets_CFX/tx_committabletx/cs/makefile
deleted file mode 100644
index b71215507cf..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/tx_committabletx/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: CommittableTxWithSQL.exe
-
-CommittableTxWithSQL.exe: CommittableTxWithSQL.cs
- csc /t:exe CommittableTxWithSQL.cs /r:System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/tx_dependenttx/cs/makefile b/snippets/csharp/VS_Snippets_CFX/tx_dependenttx/cs/makefile
deleted file mode 100644
index e7589f19765..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/tx_dependenttx/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: DependentTx.exe
-
-DependentTx.exe: DependentTx.cs
- csc /t:exe DependentTx.cs /r:System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/tx_enlist/cs/makefile b/snippets/csharp/VS_Snippets_CFX/tx_enlist/cs/makefile
deleted file mode 100644
index f63049a1709..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/tx_enlist/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Enlist.exe
-
-Enlist.exe: Enlist.cs
- csc /t:exe Enlist.cs /r:System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/tx_outcome/cs/makefile b/snippets/csharp/VS_Snippets_CFX/tx_outcome/cs/makefile
deleted file mode 100644
index 2623ac8875f..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/tx_outcome/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: TxOutcome.exe
-
-TxOutcome.exe: TxOutcome.cs
- csc /t:exe TxOutcome.cs /r:System.Transactions.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/ueactionfilter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/ueactionfilter/cs/makefile
deleted file mode 100644
index 7c853cef5ff..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/ueactionfilter/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: ActionFilter.exe
-
-ActionFilter.exe: ActionFilter.cs
- csc /t:exe ActionFilter.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/uedeliveryrequirementsattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uedeliveryrequirementsattribute/cs/makefile
deleted file mode 100644
index 39836104f04..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uedeliveryrequirementsattribute/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: snippet1.dll snippet2.dll
-
-snippet1.dll: snippet1.cs
- csc /t:library snippet1.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-snippet2.dll: snippet2.cs
- csc /t:library snippet2.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/uemessagesecurityovermsmq/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uemessagesecurityovermsmq/cs/makefile
deleted file mode 100644
index 13f0e9a351a..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uemessagesecurityovermsmq/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uemsmqmessage/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uemsmqmessage/cs/makefile
deleted file mode 100644
index 13f0e9a351a..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uemsmqmessage/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uenetmsmqsecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uenetmsmqsecurity/cs/makefile
deleted file mode 100644
index 13f0e9a351a..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uenetmsmqsecurity/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uereliablesession/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uereliablesession/cs/makefile
deleted file mode 100644
index 587fea4fa89..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uereliablesession/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Test.exe
-
-Test.exe: Program.cs
- csc /t:exe Program.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/uetransactedbatchingcode/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uetransactedbatchingcode/cs/makefile
deleted file mode 100644
index bdf7f83d6b5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uetransactedbatchingcode/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.cs Snippets.cs
- csc /t:exe service.cs Snippets.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.cs generatedClient.cs
- csc /t:exe client.cs generatedClient.cs /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/uritemplate/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uritemplate/cs/makefile
deleted file mode 100644
index 4448c3b46ea..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uritemplate/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: UriTemplate.exe
-
-UriTemplate.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uritemplateequivalencecomparer/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uritemplateequivalencecomparer/cs/makefile
deleted file mode 100644
index caf1f0a6a68..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uritemplateequivalencecomparer/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/makefile
deleted file mode 100644
index 845b6544104..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uritemplatematch/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/uritemplatetable/cs/makefile b/snippets/csharp/VS_Snippets_CFX/uritemplatetable/cs/makefile
deleted file mode 100644
index 78db1dcb941..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/uritemplatetable/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: UriTemplateTable.exe
-
-UriTemplateTable.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/usernamepasswordservicecredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/usernamepasswordservicecredential/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/usernamepasswordservicecredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/usernamesecuritytokenauthenticator/cs/makefile b/snippets/csharp/VS_Snippets_CFX/usernamesecuritytokenauthenticator/cs/makefile
deleted file mode 100644
index 9f32bf53139..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/usernamesecuritytokenauthenticator/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: SamlSecurityTokenProvider.dll
-
-SamlSecurityTokenProvider.dll: MyTokenAuthenticator.cs
- csc /t:library *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/webattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/webattribute/cs/makefile
deleted file mode 100644
index dd7fea664ad..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/webattribute/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.cs
- csc /t:exe program.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/webservicehost/cs/makefile b/snippets/csharp/VS_Snippets_CFX/webservicehost/cs/makefile
deleted file mode 100644
index 4448c3b46ea..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/webservicehost/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: UriTemplate.exe
-
-UriTemplate.exe: program.cs snippets.cs
- csc /t:exe program.cs snippets.cs /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/csharp/VS_Snippets_CFX/wfcreationcontext/cs/makefile b/snippets/csharp/VS_Snippets_CFX/wfcreationcontext/cs/makefile
deleted file mode 100644
index 20bab572f1d..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/wfcreationcontext/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-All: WFCreationContext.exe
-
-WFCreationContext.exe: Program.cs
- csc /t:exe Program.cs /r:System.Activities.dll /r:System.ServiceModel.dll /r:System.ServiceModel.Activities.dll
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/windowsclientcredential/cs/makefile b/snippets/csharp/VS_Snippets_CFX/windowsclientcredential/cs/makefile
deleted file mode 100644
index 135c13429c3..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/windowsclientcredential/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/wsfederationhttpsecurity/cs/makefile b/snippets/csharp/VS_Snippets_CFX/wsfederationhttpsecurity/cs/makefile
deleted file mode 100644
index 5e2958972ca..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/wsfederationhttpsecurity/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.cs
- csc /t:library source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/wshttpbinding/cs/makefile b/snippets/csharp/VS_Snippets_CFX/wshttpbinding/cs/makefile
deleted file mode 100644
index 1a75bd17410..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/wshttpbinding/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-WSHttpBinding.exe: WSHttpBinding.cs
- csc /t:exe WSHttpBinding.cs /r:System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Xml.dll,System.IdentityModel.dll,System.Security.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/wshttpbindingbase/cs/makefile b/snippets/csharp/VS_Snippets_CFX/wshttpbindingbase/cs/makefile
deleted file mode 100644
index 1e97c67bbba..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/wshttpbindingbase/cs/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-service.exe: service.cs
- csc /t:exe service.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.dll,System.Configuration.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/x509clientcertificateauthentication/cs/makefile b/snippets/csharp/VS_Snippets_CFX/x509clientcertificateauthentication/cs/makefile
deleted file mode 100644
index 6c7850479e5..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/x509clientcertificateauthentication/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/xmlobjectserializer/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xmlobjectserializer/cs/makefile
deleted file mode 100644
index 9c22083d44e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xmlobjectserializer/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/xmlserializerformatattribute/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xmlserializerformatattribute/cs/makefile
deleted file mode 100644
index a1d54d3bee9..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xmlserializerformatattribute/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: XmlSerializerFormat_Example.exe
-XmlSerializerFormat_Example.exe: XmlSerializerFormat_Example.cs
- csc /t:exe *.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:C:\Whidbey\Assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/xmlserializeroperationbehavior/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xmlserializeroperationbehavior/cs/makefile
deleted file mode 100644
index 1c17fd58b39..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xmlserializeroperationbehavior/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/xpathmessagequery/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xpathmessagequery/cs/makefile
deleted file mode 100644
index 9c22083d44e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xpathmessagequery/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/xpathquerygenerator/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xpathquerygenerator/cs/makefile
deleted file mode 100644
index 9c22083d44e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xpathquerygenerator/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.cs
- csc /t:exe source.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_CFX/xsddatacontractexporter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xsddatacontractexporter/cs/makefile
deleted file mode 100644
index fd963f72248..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xsddatacontractexporter/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.cs
- csc /t:exe overview.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/csharp/VS_Snippets_CFX/xsddatacontractimporter/cs/makefile b/snippets/csharp/VS_Snippets_CFX/xsddatacontractimporter/cs/makefile
deleted file mode 100644
index 2af2a7a0e8e..00000000000
--- a/snippets/csharp/VS_Snippets_CFX/xsddatacontractimporter/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: XsdDataContractImporterExample.exe
-XsdDataContractImporterExample.exe: XsdDataContractImporterExample.cs
- csc /t:exe XsdDataContractImporterExample.cs /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:C:\Whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/CS/makefile
deleted file mode 100644
index d3fc0ca97b5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY attributecollection_render.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/ControlBuilderSamples_2/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/ControlBuilderSamples_2/cs/makefile
deleted file mode 100644
index e6212ac00d3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ControlBuilderSamples_2/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ctrlbuilder1.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/ControlDesignerSample/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/ControlDesignerSample/cs/makefile
deleted file mode 100644
index 1afe88f905c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ControlDesignerSample/cs/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_AddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_AddParsedSubObject/CS/makefile
deleted file mode 100644
index cfb5abd92b2..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_AddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : control_addparsedsubobject.dll
-control_addparsedsubobject.dll : control_addparsedsubobject.cs
- csc /t:library /out:control_addparsedsubobject.dll control_addparsedsubobject.cs
- IF NOT EXIST bin md bin
- copy control_addparsedsubobject.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_Dispose/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_Dispose/CS/makefile
deleted file mode 100644
index 60b55589a5b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_Dispose/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-
-all : control_disposemethod.dll
-control_disposemethod.dll : control_disposemethod.cs
- csc /t:library /out:control_disposemethod.dll control_disposemethod.cs
- IF NOT EXIST bin md bin
- copy control_disposemethod.dll bin
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_MapPathSecure/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_MapPathSecure/CS/makefile
deleted file mode 100644
index 6ce12c3ed44..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_MapPathSecure/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : Control_TemplateSourceDirectory.dll
-Control_TemplateSourceDirectory.dll : Control_TemplateSourceDirectory.cs
- csc /t:library /out:Control_TemplateSourceDirectory.dll Control_TemplateSourceDirectory.cs
- IF NOT EXIST bin md bin
- copy Control_TemplateSourceDirectory.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_OnUnload/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_OnUnload/CS/makefile
deleted file mode 100644
index a65b7b452b8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_OnUnload/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_onunload.dll
-control_onunload.dll : control_onunload.cs
- csc /t:library /out:control_onunload.dll control_onunload.cs
- IF NOT EXIST bin md bin
- copy control_onunload.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_ResolveUrl/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_ResolveUrl/CS/makefile
deleted file mode 100644
index aeaa48ba136..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_ResolveUrl/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_resolveurl.dll
-control_resolveurl.dll : control_resolveurl.cs
- csc /t:library /out:control_resolveurl.dll control_resolveurl.cs
- IF NOT EXIST bin md bin
- copy control_resolveurl.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_Sample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_Sample/CS/makefile
deleted file mode 100644
index 8a28b3d1a00..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_Sample/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : controlclass_samples.dll
-controlclass_samples.dll : controlclass_samples.cs
- csc /t:library /out:controlclass_samples.dll controlclass_samples.cs
- IF NOT EXIST bin md bin
- copy controlclass_samples.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1/CS/makefile
deleted file mode 100644
index b6e5487c8ed..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_sample.dll
-control_sample.dll : control_sample.cs
- csc /t:library /out:control_sample.dll control_sample.cs
- IF NOT EXIST bin md bin
- copy control_sample.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1_snipper/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1_snipper/CS/makefile
deleted file mode 100644
index d925fc47b36..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_Sample_1_snipper/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_sample.dll
-control_sample.dll : control_sample_1.cs
- csc /t:library /out:control_sample.dll control_sample_1.cs
- IF NOT EXIST bin md bin
- copy control_sample.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_StateManagement/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_StateManagement/CS/makefile
deleted file mode 100644
index 2d05f27141a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_StateManagement/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_state.dll
-control_state.dll : control_state.cs
- csc /t:library /out:control_state.dll control_state.cs
- IF NOT EXIST bin md bin
- copy control_state.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Control_TemplateSourceDirectory/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Control_TemplateSourceDirectory/CS/makefile
deleted file mode 100644
index df7dfb6a2ac..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Control_TemplateSourceDirectory/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_templatesourcedirectory.dll
-control_templatesourcedirectory.dll : control_templatesourcedirectory.cs
- csc /t:library /out:control_templatesourcedirectory.dll control_templatesourcedirectory.cs
- IF NOT EXIST bin md bin
- copy control_templatesourcedirectory.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/CS/makefile
deleted file mode 100644
index 7441fe37468..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/CS/makefile
deleted file mode 100644
index 7441fe37468..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/CS/makefile
deleted file mode 100644
index 7441fe37468..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorOnPreRender/CS/makefile
deleted file mode 100644
index 5fd8565df85..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: customadrotatoronprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll customadrotatoronprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorRender0/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorRender0/CS/makefile
deleted file mode 100644
index 3c4f5d82e3d..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomADRotatorRender0/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: customadrotator.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll customadrotator.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/CS/makefile
deleted file mode 100644
index 41046c4bf87..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custombuttonaddattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custombuttonaddattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/CS/makefile
deleted file mode 100644
index a4e70f602d4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custombuttonraisepostbackevent.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custombuttonraisepostbackevent.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomButtonRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomButtonRenderContents/CS/makefile
deleted file mode 100644
index a5b482a4bbd..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomButtonRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custombuttonrendercontents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custombuttonrendercontents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/CS/makefile
deleted file mode 100644
index 5c07c53be80..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_calendar_createcontrolcollection.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_calendar_createcontrolcollection.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/CS/makefile
deleted file mode 100644
index 3c7ef0d12c2..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_calendar_hasweekselectors.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_calendar_hasweekselectors.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCalendarOnPreRender/CS/makefile
deleted file mode 100644
index b1baa1aff6b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_calendar_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_calendar_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCalendarRender/CS/makefile
deleted file mode 100644
index ccf2f55bbdb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCalendarRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_calendar_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_calendar_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/CS/makefile
deleted file mode 100644
index 409ad1028ee..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkboxlist_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkboxlist_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/CS/makefile
deleted file mode 100644
index 89142ef1f5e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkboxlist_irepeatinfouser.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkboxlist_irepeatinfouser.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/CS/makefile
deleted file mode 100644
index 82925dd9e54..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkboxlist_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkboxlist_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListRender/CS/makefile
deleted file mode 100644
index 0a492a3e8c3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxListRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkboxlist_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkboxlist_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/CS/makefile
deleted file mode 100644
index 3b11d4c8277..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkbox_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkbox_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxRender/CS/makefile
deleted file mode 100644
index c4a61ae1133..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCheckBoxRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_checkbox_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_checkbox_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/CS/makefile
deleted file mode 100644
index cb9985c90ca..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_comparevalidator_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_comparevalidator_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/CS/makefile
deleted file mode 100644
index d3b6fcf562d..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_comparevalidator_controlpropertiesvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_comparevalidator_controlpropertiesvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/CS/makefile
deleted file mode 100644
index 0c5c0105872..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_comparevalidator_evaluateisvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_comparevalidator_evaluateisvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/CS/makefile
deleted file mode 100644
index 7a1447c6d9b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_customvalidator_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_customvalidator_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/CS/makefile
deleted file mode 100644
index 7303c8f2d4d..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_customvalidator_controlpropertiesvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_customvalidator_controlpropertiesvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/CS/makefile
deleted file mode 100644
index 8646f95a671..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_customvalidator_evaluateisvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_customvalidator_evaluateisvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/CS/makefile
deleted file mode 100644
index 7255a5e2019..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_datagrid_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_datagrid_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomDataListCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomDataListCreateControlStyle/CS/makefile
deleted file mode 100644
index 93a214219db..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomDataListCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_datalist_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_datalist_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomDataListRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomDataListRenderContents/CS/makefile
deleted file mode 100644
index b37d3b3b4b6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomDataListRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_datalist_rendercontents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_datalist_rendercontents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListBorderColor/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListBorderColor/CS/makefile
deleted file mode 100644
index bf4a060c8d3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListBorderColor/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_dropdownlist_bordercolor.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_dropdownlist_bordercolor.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/CS/makefile
deleted file mode 100644
index 52daa4a5b55..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_dropdownlist_createcontrolcollection.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_dropdownlist_createcontrolcollection.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/CS/makefile
deleted file mode 100644
index 7b70f22ec99..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlanchor_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlanchor_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/CS/makefile
deleted file mode 100644
index 3c1883d3deb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlanchor_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlanchor_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/CS/makefile
deleted file mode 100644
index 1e5b4138a68..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlbutton_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlbutton_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/CS/makefile
deleted file mode 100644
index 49990a408b3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlbutton_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlbutton_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/CS/makefile
deleted file mode 100644
index fcf4013b8ab..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlimage_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlimage_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/CS/makefile
deleted file mode 100644
index 4ec235d8c52..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputbutton_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputbutton_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/CS/makefile
deleted file mode 100644
index 4429d666cc9..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputbutton_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputbutton_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/CS/makefile
deleted file mode 100644
index 81d53ff7049..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputcheckbox_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputcheckbox_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/CS/makefile
deleted file mode 100644
index 27281354cf5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputfile_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputfile_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/CS/makefile
deleted file mode 100644
index a8349ef1a03..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: Custom_HtmlInputHidden_OnPreRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll Custom_HtmlInputHidden_OnPreRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/CS/makefile
deleted file mode 100644
index f156317c2c6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputimage_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputimage_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/CS/makefile
deleted file mode 100644
index 3300aeb622a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputimage_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputimage_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/CS/makefile
deleted file mode 100644
index 069ec864628..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputradiobutton_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputradiobutton_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/CS/makefile
deleted file mode 100644
index 75cba92559f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputradiobutton_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputradiobutton_renderattributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/CS/makefile
deleted file mode 100644
index 7bf8d3b0c47..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmlinputtext_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmlinputtext_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/CS/makefile
deleted file mode 100644
index 94f262a260b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlSelect_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlSelect_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/CS/makefile
deleted file mode 100644
index d89eec55334..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlSelect_ClearSelection.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlSelect_ClearSelection.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/CS/makefile
deleted file mode 100644
index edb14b0f051..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlSelect_OnPreRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlSelect_OnPreRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/CS/makefile
deleted file mode 100644
index 843b281652a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlSelect_RenderAttributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlSelect_RenderAttributes.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/CS/makefile
deleted file mode 100644
index 0822c64e32f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlSelect_RenderChildren.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlSelect_RenderChildren.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/CS/makefile
deleted file mode 100644
index cfc31422468..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmltable_htmltablerowcontrolcollection.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmltable_htmltablerowcontrolcollection.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/CS/makefile
deleted file mode 100644
index 40f73b1ffbf..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlTable_RenderChildren.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlTable_RenderChildren.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/CS/makefile
deleted file mode 100644
index 9f118317f3f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlTable_RenderEndTag.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlTable_RenderEndTag.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/CS/makefile
deleted file mode 100644
index e94ea34cfe1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlTextArea_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlTextArea_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/CS/makefile
deleted file mode 100644
index 8fbbcc5a7e4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HtmlTextArea_OnPreRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HtmlTextArea_OnPreRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/cs/makefile
deleted file mode 100644
index e20b7a392dc..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_htmltextarea_renderattributes.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_htmltextarea_renderattributes.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/CS/makefile
deleted file mode 100644
index 038c8f808e0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HyperLink_AddAttributesToRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HyperLink_AddAttributesToRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/CS/makefile
deleted file mode 100644
index f0d05f0c1dd..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HyperLink_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HyperLink_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkRenderContents/CS/makefile
deleted file mode 100644
index e8952837d43..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomHyperLinkRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_HyperLink_RenderContents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_HyperLink_RenderContents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomImageAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomImageAddAttributesToRender/CS/makefile
deleted file mode 100644
index cb154f40a9b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomImageAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Image_AddAttributesToRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Image_AddAttributesToRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/CS/makefile
deleted file mode 100644
index d322cec19ff..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_imagebutton_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_imagebutton_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonOnPreRender/CS/makefile
deleted file mode 100644
index a33dc874a75..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_ImageButton_OnPreRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_ImageButton_OnPreRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonTagKey/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonTagKey/CS/makefile
deleted file mode 100644
index 372e93ee49c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomImageButtonTagKey/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_ImageButton_TagKey.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_ImageButton_TagKey.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomImageRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomImageRenderContents/CS/makefile
deleted file mode 100644
index 8bacc018d52..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomImageRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Image_RenderContents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Image_RenderContents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/CS/makefile
deleted file mode 100644
index b8e097ec74a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Label_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Label_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLabelRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLabelRenderContents/CS/makefile
deleted file mode 100644
index 50563a6405f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLabelRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Label_RenderContents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Label_RenderContents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/CS/makefile
deleted file mode 100644
index 5e74a4c4a6e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_LinkButton_AddAttributesToRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_LinkButton_AddAttributesToRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/CS/makefile
deleted file mode 100644
index 639ec300bca..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_LinkButton_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_LinkButton_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/CS/makefile
deleted file mode 100644
index e9018aeefb3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_LinkButton_OnPreRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_LinkButton_OnPreRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonRenderContents/CS/makefile
deleted file mode 100644
index 06fe3403a56..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLinkButtonRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_LinkButton_RenderContents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_LinkButton_RenderContents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/CS/makefile
deleted file mode 100644
index 519619d6db8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_ListBox_AddAttributesToRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_ListBox_AddAttributesToRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/CS/makefile
deleted file mode 100644
index c88b549358c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Literal_AddParsedSubObject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Literal_AddParsedSubObject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/CS/makefile
deleted file mode 100644
index 69a148a0296..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Literal_CreateControlCollection.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Literal_CreateControlCollection.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomLiteralRender/CS/makefile
deleted file mode 100644
index 84484949f5c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomLiteralRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Literal_Render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Literal_Render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/CS/makefile
deleted file mode 100644
index 0ad18cb262e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_Panel_AddAttributesToRender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_Panel_AddAttributesToRender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/CS/makefile
deleted file mode 100644
index 4c8e0bcb691..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_radiobuttonlist_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_radiobuttonlist_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListRender/CS/makefile
deleted file mode 100644
index bebeb53cdd0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRadioButtonListRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_radiobuttonlist_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_radiobuttonlist_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/CS/makefile
deleted file mode 100644
index cf1a3cf98a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_rangevalidator_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_rangevalidator_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/CS/makefile
deleted file mode 100644
index 8fd607e139e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_rangevalidator_evaluateisvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_rangevalidator_evaluateisvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/CS/makefile
deleted file mode 100644
index 98876adbe86..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_regularexpressionvalidator_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_regularexpressionvalidator_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/CS/makefile
deleted file mode 100644
index adaa636f4e8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_regularexpressionvalidator_evaluateisvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_regularexpressionvalidator_evaluateisvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterCreateItem/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterCreateItem/CS/makefile
deleted file mode 100644
index 2ca249d15d0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterCreateItem/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_repeater_createitem.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_repeater_createitem.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterDataBind/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterDataBind/CS/makefile
deleted file mode 100644
index 86be63aad09..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterDataBind/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_repeater_databind.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_repeater_databind.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/CS/makefile
deleted file mode 100644
index dbe4bf04d12..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_repeater_onbubbleevent.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_repeater_onbubbleevent.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/CS/makefile
deleted file mode 100644
index 82d4db2ae43..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_repeater_ondatabinding.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_repeater_ondatabinding.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/CS/makefile
deleted file mode 100644
index 83caabd3486..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_requiredfieldvalidator_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_requiredfieldvalidator_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/CS/makefile
deleted file mode 100644
index a8b3aab1cc9..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_requiredfieldvalidator_evaluateisvalid.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_requiredfieldvalidator_evaluateisvalid.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableAddAttributesToRender/CS/makefile
deleted file mode 100644
index 4d702e4fb9c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_table_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_table_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/CS/makefile
deleted file mode 100644
index 22c60d21dc7..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_tablecell_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_tablecell_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/CS/makefile
deleted file mode 100644
index 2857562d250..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_tablecell_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_tablecell_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableCellRenderContents/CS/makefile
deleted file mode 100644
index 79c8800047b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableCellRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_tablecell_rendercontents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_tablecell_rendercontents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlCollection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlCollection/CS/makefile
deleted file mode 100644
index 1afe88f905c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlCollection/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlStyle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlStyle/CS/makefile
deleted file mode 100644
index dab3237b285..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableCreateControlStyle/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_table_createcontrolstyle.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_table_createcontrolstyle.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTableRenderContents/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTableRenderContents/CS/makefile
deleted file mode 100644
index 2abf06095e4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTableRenderContents/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_table_rendercontents.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_table_rendercontents.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/CS/makefile
deleted file mode 100644
index f24de42aac1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/CS/makefile
deleted file mode 100644
index 63cd04e40a0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_addparsedsubobject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_addparsedsubobject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnPreRender/CS/makefile
deleted file mode 100644
index 9aa9fc74681..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_onprerender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_onprerender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/CS/makefile
deleted file mode 100644
index c3e950d5dc5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_ontextchanged.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_ontextchanged.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxRender/CS/makefile
deleted file mode 100644
index 920739876db..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxTagKey/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxTagKey/CS/makefile
deleted file mode 100644
index 36ffa02494b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomTextBoxTagKey/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_textbox_tagkey.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_textbox_tagkey.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/CS/makefile
deleted file mode 100644
index e6637d0fb0d..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_validationsummary_addattributestorender.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_validationsummary_addattributestorender.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryRender/CS/makefile
deleted file mode 100644
index 4b6eb1a24df..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomValidationSummaryRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_validationsummary_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_validationsummary_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/CS/makefile
deleted file mode 100644
index 80da9bd8988..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_xml_addparsedsubobject.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_xml_addparsedsubobject.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/CustomXmlRender/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/CustomXmlRender/CS/makefile
deleted file mode 100644
index 88b863ee3b8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/CustomXmlRender/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: custom_xml_render.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll custom_xml_render.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/DataGridDesigner_Sample2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/DataGridDesigner_Sample2/CS/makefile
deleted file mode 100644
index a4641782f83..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/DataGridDesigner_Sample2/CS/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-ASSEMBLY_LIST=/r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll
-
-LANG=CS
-#LANG=VB
-
-OUTDLL=simpleControl_$(LANG).dll
-SRC=SimpleGridView.cs
-
-all: $(OUTDLL)
-
-$(OUTDLL): $(SRC)
- csc /target:library /nologo /out:$(OUTDLL) $(ASSEMBLY_LIST) $(SRC)
diff --git a/snippets/csharp/VS_Snippets_WebNet/DataSourceDesignerSample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/DataSourceDesignerSample/CS/makefile
deleted file mode 100644
index 1a74db8cbb8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/DataSourceDesignerSample/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
diff --git a/snippets/csharp/VS_Snippets_WebNet/DesignerAutoFormat/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/DesignerAutoFormat/CS/makefile
deleted file mode 100644
index 1a74db8cbb8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/DesignerAutoFormat/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
diff --git a/snippets/csharp/VS_Snippets_WebNet/DesignerInvokeTransactedChange/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/DesignerInvokeTransactedChange/CS/makefile
deleted file mode 100644
index 58fe9b3031a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/DesignerInvokeTransactedChange/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=ASPNet.Samples.InvokeTransactedChangeSample_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: InvokeTransactedChangeSample.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll InvokeTransactedChangeSample.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/DesignerTemplateGroupSample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/DesignerTemplateGroupSample/CS/makefile
deleted file mode 100644
index 1a74db8cbb8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/DesignerTemplateGroupSample/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
diff --git a/snippets/csharp/VS_Snippets_WebNet/HierarchicalDataSourceConverter/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/HierarchicalDataSourceConverter/CS/makefile
deleted file mode 100644
index bc03620113f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/HierarchicalDataSourceConverter/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=HierarchicalDataSourceControl
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/HtmlSelectBuilder/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/HtmlSelectBuilder/cs/makefile
deleted file mode 100644
index bd7a773f9ea..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/HtmlSelectBuilder/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: source.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll source.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/CS/makefile
deleted file mode 100644
index 5499a799e47..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: sample.dll
-
-sample.dll: customhyperlink.cs customhyperlinkdesigner.cs
- csc /t:library /out:sample.dll customhyperlink.cs customhyperlinkdesigner.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/ListControlDesigner_Samples/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ListControlDesigner_Samples/CS/makefile
deleted file mode 100644
index 7382e263521..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ListControlDesigner_Samples/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCC=SimpleRadioButtonList.cs SimpleRadioButtonListDataBindingHandler.cs SimpleRadioButtonListDesigner.cs
-OUTC=SimpleRadioButtonListCS.dll
-
-all:
- csc /target:library /out:$(OUTC) /nologo $(ASSEMBLY_LIST) $(SRCC)
-
-clean:
- del $(OUTC)
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/LiteralControlSample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/LiteralControlSample/CS/makefile
deleted file mode 100644
index d7d97e3f7fc..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/LiteralControlSample/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: customliteralcontrol.dll
-customliteralcontrol.dll : customliteralcontrol.cs
- csc /t:library customliteralcontrol.cs
- IF NOT EXIST bin md bin
- copy customliteralcontrol.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Constants/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Constants/CS/makefile
deleted file mode 100644
index afd0c3f4f24..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Constants/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-IMPORT_LIST=Microsoft.VisualBasic,System,System.Drawing,System.Windows.Forms
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-
-all: sample.dll
-sample.dll : simplebutton.cs simpleimage.cs simpletable.cs
- csc /target:library simplebutton.cs simpleimage.cs simpletable.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods1/CS/makefile
deleted file mode 100644
index d302f7185c6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods1/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: sample.dll
-sample.dll : boldedrendering.cs boldedrendering2.cs
- csc /target:library boldedrendering.cs boldedrendering2.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods2/CS/makefile
deleted file mode 100644
index 73418f553e0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/MarkupTextWriter_Methods2/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: sample.dll
-sample.dll : displaylabelsline.cs renderobjects.cs
- csc /target:library displaylabelsline.cs renderobjects.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/CS/makefile
deleted file mode 100644
index fcd4916c828..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: AggregateData.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll AggregateData.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceSorting/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceSorting/CS/makefile
deleted file mode 100644
index e28557196fa..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ObjectDataSourceSorting/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: SortingData.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll SortingData.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_1/CS/makefile
deleted file mode 100644
index e8cdb4b47f2..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_1/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: parsechildren.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll parsechildren.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_2/CS/makefile
deleted file mode 100644
index e8cdb4b47f2..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ParseChildrenAttribute_2/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: parsechildren.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll parsechildren.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/CS/makefile
deleted file mode 100644
index b10d01d6455..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: passwordrecoveryonbeforesendingemail.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll passwordrecoveryonbeforesendingemail.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/CS/makefile
deleted file mode 100644
index c1da4281663..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: persistchildren_1.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll persistchildren_1.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/PersistenceMode/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/PersistenceMode/CS/makefile
deleted file mode 100644
index 27b575959ca..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/PersistenceMode/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY persistencemodeattributesamples.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/CS/makefile
deleted file mode 100644
index 068641b20d4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: dll
-
-dll: mypageadapter.cs textfilepagestatepersister.cs
- csc /t:library mypageadapter.cs textfilepagestatepersister.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/CS/makefile
deleted file mode 100644
index 068641b20d4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: dll
-
-dll: mypageadapter.cs textfilepagestatepersister.cs
- csc /t:library mypageadapter.cs textfilepagestatepersister.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/CS/makefile
deleted file mode 100644
index 3386def3b08..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: geneologytree.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll geneologytree.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/CS/makefile
deleted file mode 100644
index 0c6070f985a..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.Controls.CS.dll
-
-bin\Samples.AspNet.Controls.CS.dll: textboxset.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.Controls.CS.dll textboxset.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/SimpleContainerControlDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/SimpleContainerControlDesigner/CS/makefile
deleted file mode 100644
index 342c641e2a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/SimpleContainerControlDesigner/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleContainerControl
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/CS/makefile
deleted file mode 100644
index e684b2138bf..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=Samples.ASPNet.ControlDesigners_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: SimpleMultiRegionControlDesigner.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll SimpleMultiRegionControlDesigner.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/StateItem_Samples1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/StateItem_Samples1/CS/makefile
deleted file mode 100644
index c742e690f0e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/StateItem_Samples1/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY stateitem_samples.cs App_Code /c /o /r /y
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/CS/makefile
deleted file mode 100644
index 23241c7e686..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:exe /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:TestingConfigValidatorAttribute.exe *.cs
-
-
-.all: TestingConfigValidatorAttribute.csout
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/CS/makefile
deleted file mode 100644
index b4b75168246..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:exe /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:ConfigurationElement.exe *.cs
-
-
-.all: ConfigurationElement.csout
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/CS/makefile
deleted file mode 100644
index 79a62782cb7..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:GenericEnumConverter.dll *.cs
-
-
-.all: GenericEnumConverter.csout
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/CS/makefile
deleted file mode 100644
index 46b04621f66..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:InfiniteTimeSpanConverter.dll *.cs
-
-
-.all: InfiniteTimeSpanConverter.csout
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/CS/makefile
deleted file mode 100644
index 9dc6de35d11..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:TypeNameConverter.dll *.cs
-
-
-.all: TypeNameConverter.csout
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/CS/makefile
deleted file mode 100644
index bce51357341..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .cs
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-CS_DEBUGS = /define:DEBUG
-
-.cs.csout:
- csc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:ProtectedConfigurationProvider.dll *.cs
-
-
-.all: ProtectedConfigurationProvider.csout
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpApplication1/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpApplication1/cs/makefile
deleted file mode 100644
index 6b792af5b42..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpApplication1/cs/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: source.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll source.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/CS/makefile
deleted file mode 100644
index afb992167a6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.Controls.CS.dll
-Samples.AspNet.Controls.CS.dll :responsefilter.cs
- csc /t:library /out:Samples.AspNet.Controls.CS.dll responsefilter.cs
- IF NOT EXIST bin md bin
- copy Samples.AspNet.Controls.CS.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/CS/makefile
deleted file mode 100644
index ce2d221a30c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.CS.dll
-Samples.AspNet.CS.dll : datahelper.cs
- csc /t:library /out:Samples.AspNet.CS.dll datahelper.cs
- IF NOT EXIST bin md bin
- copy Samples.AspNet.CS.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/CS/makefile
deleted file mode 100644
index 72ecfc804a6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyIDClass.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/cs/makefile
deleted file mode 100644
index c06cff640ea..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY chtmltestlabel.cs App_Code /c /o /r /y
- IF NOT EXIST App_Browsers md App_Browsers
- XCOPY BrowserFile.browser App_Browsers /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/cs/makefile
deleted file mode 100644
index 14332fb0dc0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: resource.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /resource:Samples.AspNet.CS.Controls.script_include.js /out:bin\Samples.AspNet.CS.Controls.dll resource.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/cs/makefile
deleted file mode 100644
index 44f53b0eec6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY controlcollection_7.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/CS/makefile
deleted file mode 100644
index 64a187d7c1b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: debuginfocontrol.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll debuginfocontrol.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Control_Load/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Control_Load/CS/makefile
deleted file mode 100644
index d4940a49a87..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Control_Load/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.CS.dll
-Samples.AspNet.CS.dll : control_load.cs
- csc /t:library /out:Samples.AspNet.CS.dll control_load.cs
- IF NOT EXIST bin md bin
- copy Samples.AspNet.CS.dll bin
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/CS/makefile
deleted file mode 100644
index 9dd15522647..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleControlWithFileName
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/CS/makefile
deleted file mode 100644
index 1a74db8cbb8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/CS/makefile
deleted file mode 100644
index cd36ac6e0ea..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCC=DesignerEditors.cs
-
-OUTC=DesignerEditorsCS.dll
-
-all:
- csc /target:library /out:$(OUTC) /nologo $(ASSEMBLY_LIST) $(SRCC)
-
-clean:
- del $(OUTC)
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/CS/makefile
deleted file mode 100644
index b9d9baf1a26..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCC=MenuDesigner.cs
-
-OUTC=MyMenuCS.dll
-
-all:
- csc /target:library /out:$(OUTC) /nologo $(ASSEMBLY_LIST) $(SRCC)
-
-clean:
- del $(OUTC)
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/CS/makefile
deleted file mode 100644
index f2871f82088..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCC=ObjectDataSourceDesigner.cs
-
-OUTC=ObjectDataSourceCS.dll
-
-all:
- csc /target:library /out:$(OUTC) /nologo $(ASSEMBLY_LIST) $(SRCC)
-
-clean:
- del $(OUTC)
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/CS/makefile
deleted file mode 100644
index dddab1fa7a6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/CS/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCC=PanelContainerDesigner.cs
-
-OUTC=MyPanelContainerCS.dll
-
-all:
- csc /target:library /out:$(OUTC) /nologo $(ASSEMBLY_LIST) $(SRCC)
-
-clean:
- del $(OUTC)
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/CS/makefile
deleted file mode 100644
index 12f121dc38b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: idataitemcontainersample.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll idataitemcontainersample.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/CS/makefile
deleted file mode 100644
index 95c568872ac..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: page_asynctask.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll page_asynctask.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/CS/makefile
deleted file mode 100644
index fa98db58492..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: testlinkbutton.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll testlinkbutton.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/cs/makefile
deleted file mode 100644
index 212817e2fbb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: templateinstance.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll templateinstance.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/cs/makefile
deleted file mode 100644
index 6e7baef73e0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: templateinstanceattribute.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll templateinstanceattribute.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/CS/makefile
deleted file mode 100644
index 20be2b5b4bb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=MyDataBoundControlAdapter_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: mydatabound.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll,System.Security.dll /t:library /nologo /out:bin\$(DLL_NAME).dll mydatabound.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/CS/makefile
deleted file mode 100644
index 167182fccbd..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : ..\..\Samples.AspNet.RadioButtonField\CS\radiobuttonfield.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll ..\..\Samples.AspNet.RadioButtonField\CS\radiobuttonfield.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/CS/makefile
deleted file mode 100644
index 144a6f2a9de..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee1.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee1.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/CS/makefile
deleted file mode 100644
index 4852cd4449f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee10.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee10.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/CS/makefile
deleted file mode 100644
index 4b09ef861ce..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee11.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee11.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/CS/makefile
deleted file mode 100644
index 912772b353c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee12.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee12.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/CS/makefile
deleted file mode 100644
index 90c655edfe7..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_12\CS\northwindemployee12.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_12\CS\northwindemployee12.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/CS/makefile
deleted file mode 100644
index 51befeb4859..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : northwindemployee15.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee15.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/CS/makefile
deleted file mode 100644
index 67ca22597cf..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : northwindemployee16.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee16.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/CS/makefile
deleted file mode 100644
index 2c71159d27c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_1\CS\northwindemployee1.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_1\CS\northwindemployee1.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/CS/makefile
deleted file mode 100644
index 2f0f5be32f8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : northwindemployee4.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee4.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/CS/makefile
deleted file mode 100644
index 322b228bd9c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee5.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee5.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/CS/makefile
deleted file mode 100644
index c6718d58fda..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_5\CS\northwindemployee5.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_5\CS\northwindemployee5.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/CS/makefile
deleted file mode 100644
index c6718d58fda..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_5\CS\northwindemployee5.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_5\CS\northwindemployee5.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/CS/makefile
deleted file mode 100644
index d07e378f5bb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll : northwindemployee8.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee8.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/CS/makefile
deleted file mode 100644
index 9822eaa2e97..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.dll
-
-bin\Samples.AspNet.CS.dll: northwindemployee9.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.dll northwindemployee9.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/cs/makefile
deleted file mode 100644
index ead5f35f4d3..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: WebResourceAttribute.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll WebResourceAttribute.cs /res:image1.jpg /res:help.htm
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/cs/makefile
deleted file mode 100644
index 94cf7948db6..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/cs/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY xhtmltextlabel.cs App_Code /c /o /r /y
- IF NOT EXIST App_Browsers md App_Browsers
- XCOPY BrowserFile.browser App_Browsers /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/CS/makefile
deleted file mode 100644
index 142d75dde5c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/CS/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\cs_mycontrolbuilder.dll
-
-bin\cs_mycontrolbuilder.dll: controlbuilder.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\cs_mycontrolbuilder.dll controlbuilder.cs
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/CS/makefile
deleted file mode 100644
index 3aecc0a2cd4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY mydataboundliteralcontrol.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/CS/makefile
deleted file mode 100644
index a5b6674de2d..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.CS.Controls.dll
-
-bin\Samples.AspNet.CS.Controls.dll: templatecontainerattribute.cs
- IF NOT EXIST bin md bin
- csc /target:library /nologo /out:bin\Samples.AspNet.CS.Controls.dll templatecontainerattribute.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/TemplateControl_Sample1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/TemplateControl_Sample1/CS/makefile
deleted file mode 100644
index 1a74db8cbb8..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/TemplateControl_Sample1/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.cs App_Code
diff --git a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl/CS/makefile
deleted file mode 100644
index f6952ed29b5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-all: repeateritem.dll templatedataboundcontrol.dll
-
-repeateritem.dll: repeateritem.cs
- csc /t:library repeateritem.cs
-
-templatedataboundcontrol.dll: templatedataboundcontrol.cs repeateritem.dll
- csc /t:library /r:repeateritem.dll templatedataboundcontrol.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl2/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl2/cs/makefile
deleted file mode 100644
index f6952ed29b5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl2/cs/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-all: repeateritem.dll templatedataboundcontrol.dll
-
-repeateritem.dll: repeateritem.cs
- csc /t:library repeateritem.cs
-
-templatedataboundcontrol.dll: templatedataboundcontrol.cs repeateritem.dll
- csc /t:library /r:repeateritem.dll templatedataboundcontrol.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl3/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl3/cs/makefile
deleted file mode 100644
index 85a4b0dc3af..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/TemplatedDataBoundControl3/cs/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY customrepeater.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/CS/makefile
deleted file mode 100644
index 801c274041f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.ProviderConnectionPoint/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.ProviderConnectionPoint/CS/makefile
deleted file mode 100644
index 497add64bd2..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/UI.WebControls.WebParts.ProviderConnectionPoint/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY connectionControls.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/CS/makefile
deleted file mode 100644
index 67d22454063..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY csvdatasource.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/CS/makefile
deleted file mode 100644
index 5a03991466b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY filesystemdatasource.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/ValidationPropertyAttribute/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/ValidationPropertyAttribute/CS/makefile
deleted file mode 100644
index 0f7762979e5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/ValidationPropertyAttribute/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY validationpropertyattribute1.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/CS/makefile
deleted file mode 100644
index 9dd15522647..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleControlWithFileName
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/cs/makefile
deleted file mode 100644
index 9dd15522647..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/cs/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleControlWithFileName
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/cs/makefile
deleted file mode 100644
index 9dd15522647..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/cs/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleControlWithFileName
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/cs/makefile
deleted file mode 100644
index 9dd15522647..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/cs/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleControlWithFileName
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/CS/makefile
deleted file mode 100644
index 525e8c61071..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=CustomControls.Design.ExampleAccessDataSource_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: ExampleAccessDataSource.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll ExampleAccessDataSource.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/CS/makefile
deleted file mode 100644
index d800caea3be..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=Examples.WebNET.CreateUserWizardDesigner_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: createuser.cs createuserdesigner.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll createuser.cs createuserdesigner.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/CS/makefile
deleted file mode 100644
index 87ae27ec932..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/CS/makefile
deleted file mode 100644
index 24acdc4c01c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY SecretEditorPart.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/CS/makefile
deleted file mode 100644
index 87ae27ec932..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/CS/makefile
deleted file mode 100644
index 87ae27ec932..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/CS/makefile
deleted file mode 100644
index babaa5ef955..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY source2.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/CS/makefile
deleted file mode 100644
index 1c98ea0f40c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll:TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/CS/makefile
deleted file mode 100644
index d9959c8c4fa..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\TextDisplayWebPartCS.dll
-
-bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll /r:System.Web.dll /t:library /nologo /out:bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
-
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/CS/makefile
deleted file mode 100644
index fbfab903fa0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY catalogSamples.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/CS/makefile
deleted file mode 100644
index 0007c4d8556..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY source.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPart_Overview/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorPart_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/CS/makefile
deleted file mode 100644
index 42dc922d57e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY myeditorzone.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable/CS/makefile
deleted file mode 100644
index 1ab3ac270aa..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY persdict.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/CS/makefile
deleted file mode 100644
index 5ac882b3058..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY UrlListWebPart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/CS/makefile
deleted file mode 100644
index 372c76c7d79..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY IFieldSample.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/CS/makefile
deleted file mode 100644
index 692ddd01832..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY IRowSamples.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/CS/makefile
deleted file mode 100644
index 669f5888ccf..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ITableSample.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/CS/makefile
deleted file mode 100644
index 5bdac5c868c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY userinfowebpart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/CS/makefile
deleted file mode 100644
index 5bdac5c868c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY userinfowebpart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_Part_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_Part_Overview/CS/makefile
deleted file mode 100644
index 227efff5185..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_Part_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll:TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/CS/makefile
deleted file mode 100644
index cd542d32e0c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\UserInfoWebPartCS.dll
-Bin\UserInfoWebPartCS.dll: UserInfoWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartCS.dll UserInfoWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/CS/makefile
deleted file mode 100644
index 4ee57e64b2f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY FieldConsumerWebPart.cs App_Code /c /o /r /y
- XCOPY RowProviderWebPart.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_TableCallback_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_TableCallback_Overview/CS/makefile
deleted file mode 100644
index 3826a8226aa..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_TableCallback_Overview/CS/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY tableconsumerwebpart.cs App_Code /c /o /r /y
- XCOPY tableprovider.cs App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/CS/makefile
deleted file mode 100644
index f5b76cfa003..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerAuthorize.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/CS/makefile
deleted file mode 100644
index ceeeab1ddb5..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\MyChromeCS.dll
-Bin\MyChromeCS.dll:MyChrome.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\MyChromeCS.dll MyChrome.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/CS/makefile
deleted file mode 100644
index e82c599f4a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/CS/makefile
deleted file mode 100644
index e82c599f4a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/CS/makefile
deleted file mode 100644
index 340dbc1b405..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/CS/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/CS/makefile
deleted file mode 100644
index 58c47085d6b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/CS/makefile
deleted file mode 100644
index e246427bec1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleCS.dll
-Bin\ConnectionSampleCS.dll:ZipCodeComponent.cs
- IF NOT EXIST Bin md Bin
- csc /t:library /out:Bin\ConnectionSampleCS.dll ZipCodeComponent.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/CS/makefile
deleted file mode 100644
index 58c47085d6b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/CS/makefile
deleted file mode 100644
index e82c599f4a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/CS/makefile
deleted file mode 100644
index e246427bec1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleCS.dll
-Bin\ConnectionSampleCS.dll:ZipCodeComponent.cs
- IF NOT EXIST Bin md Bin
- csc /t:library /out:Bin\ConnectionSampleCS.dll ZipCodeComponent.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/CS/makefile
deleted file mode 100644
index 4c0ed495284..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\CustomDisplayModeCS.dll
-Bin\CustomDisplayModeCS.dll: CustomDisplayMode.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\CustomDisplayModeCS.dll CustomDisplayMode.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/CS/makefile
deleted file mode 100644
index 58c47085d6b..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/CS/makefile
deleted file mode 100644
index e82c599f4a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/CS/makefile
deleted file mode 100644
index a11cbdc7d08..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerIDLabel.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/CS/makefile
deleted file mode 100644
index f5b76cfa003..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerAuthorize.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/CS/makefile
deleted file mode 100644
index e82c599f4a4..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/CS/makefile
deleted file mode 100644
index e246427bec1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleCS.dll
-Bin\ConnectionSampleCS.dll:ZipCodeComponent.cs
- IF NOT EXIST Bin md Bin
- csc /t:library /out:Bin\ConnectionSampleCS.dll ZipCodeComponent.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/CS/makefile
deleted file mode 100644
index e246427bec1..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleCS.dll
-Bin\ConnectionSampleCS.dll:ZipCodeComponent.cs
- IF NOT EXIST Bin md Bin
- csc /t:library /out:Bin\ConnectionSampleCS.dll ZipCodeComponent.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/CS/makefile
deleted file mode 100644
index 7c9136d3c2c..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY TransformerSource.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartVerb2/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartVerb2/CS/makefile
deleted file mode 100644
index 801c274041f..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartVerb2/CS/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/CS/makefile
deleted file mode 100644
index f2d49ed60e0..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\MyWebPartZoneCS.dll
-Bin\MyWebPartZoneCS.dll: MyWebPartZone.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\MyWebPartZoneCS.dll MyWebPartZone.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Hidden/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Hidden/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Hidden/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_IsShared/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_IsShared/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_IsShared/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Verbs/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Verbs/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Verbs/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Zone/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Zone/CS/makefile
deleted file mode 100644
index 1a8b83cdd3e..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_WebPart_Zone/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\TextDisplayWebPartCS.dll
-Bin\TextDisplayWebPartCS.dll: TextDisplayWebPart.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartCS.dll TextDisplayWebPart.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/WebParts_Zone_Overview/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/WebParts_Zone_Overview/CS/makefile
deleted file mode 100644
index e1740495122..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/WebParts_Zone_Overview/CS/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ZoneWebPartsCS.dll
-Bin\ZoneWebPartsCS.dll: ZoneWebParts.cs
- IF NOT EXIST Bin md Bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\ZoneWebPartsCS.dll ZoneWebParts.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/XmlDocumentSchemaSample/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/XmlDocumentSchemaSample/CS/makefile
deleted file mode 100644
index b700c619882..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/XmlDocumentSchemaSample/CS/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-LANG=CS
-#LANG=VB
-DLL_NAME=ASPNET.Examples.Design.XmlDocumentSchemaSample_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: XmlDocumentSchemaSample.cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll XmlDocumentSchemaSample.cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/customexpressioneditor/cs/makefile b/snippets/csharp/VS_Snippets_WebNet/customexpressioneditor/cs/makefile
deleted file mode 100644
index d7ec118a289..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/customexpressioneditor/cs/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomAppSettingsExpression
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll,System.Configuration.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll,System.Configuration.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/csharp/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/CS/makefile
deleted file mode 100644
index 4e7ad3131a9..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/CS/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY AppStart.cs App_Code /c /o /r /y
- XCOPY SamplePathProvider.cs App_Code /c /o /r /y
- XCOPY SampleVirtualDirectory.cs App_Code /c /o /r /y
- XCOPY SampleVirtualFile.cs App_Code /c /o /r /y
diff --git a/snippets/csharp/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/CS/makefile b/snippets/csharp/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/CS/makefile
deleted file mode 100644
index ee857030abb..00000000000
--- a/snippets/csharp/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/CS/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=ConnectionStringEditorSample
-LANG=CS
-#LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/System.CodeDom/CodeCompileUnit/Overview/makefile b/snippets/visualbasic/System.CodeDom/CodeCompileUnit/Overview/makefile
deleted file mode 100644
index faeecb1d7b7..00000000000
--- a/snippets/visualbasic/System.CodeDom/CodeCompileUnit/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: source.dll source2.dll
-
-source.dll : source.vb
- vbc source.vb /r:Microsoft.jscript.dll
-
-source2.dll : source2.vb
- vbc source2.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile b/snippets/visualbasic/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile
deleted file mode 100644
index 194d0554084..00000000000
--- a/snippets/visualbasic/System.ComponentModel.Design.Serialization/DesignerSerializationManager/Overview/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-SampleObject.dll: SampleObject2.dll Program.vb
- vbc /t:library /out:SampleObject.dll Program.vb
-
-SampleObject2.dll: SampleObject.vb
- vbc /t:library /out:SampleObject2.dll SampleObject.vb
-
-clean:
- del *.dll *.bin
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile b/snippets/visualbasic/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile
deleted file mode 100644
index cbc38974ac6..00000000000
--- a/snippets/visualbasic/System.ComponentModel.Design/ISelectionService/SelectionChanged/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all : mydll.dll
-mydll.dll : Form1.vb csiselectionserviceexample.vb
- vbc /t:library /out:mydll.dll Form1.vb csiselectionserviceexample.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel/AmbientValueAttribute/Overview/makefile b/snippets/visualbasic/System.ComponentModel/AmbientValueAttribute/Overview/makefile
deleted file mode 100644
index 2e0dd49406f..00000000000
--- a/snippets/visualbasic/System.ComponentModel/AmbientValueAttribute/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: AttributesDemoControl.dll form1.exe
-
-AttributesDemoControl.dll: AttributesDemoControl.vb
- vbc /target:library AttributesDemoControl.vb
-
-Form1.exe: AttributesDemoControl.dll
- vbc form1.vb /r:AttributesDemoControl.dll
-
-clean:
- del *.exe *.dll *.bin *.obj
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel/IExtenderProvider/Overview/makefile b/snippets/visualbasic/System.ComponentModel/IExtenderProvider/Overview/makefile
deleted file mode 100644
index caeebe59ab3..00000000000
--- a/snippets/visualbasic/System.ComponentModel/IExtenderProvider/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-HelpLabelTest.exe: HelpLabel.vb HostApp.vb
- vbc /t:exe /r:System.Design.dll,System.dll,System.Drawing.dll,System.Windows.Forms.dll /out:HelpLabelTest.exe HelpLabel.vb HostApp.vb
-
-clean:
- del *.exe *.bin
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel/IListSource/Overview/makefile b/snippets/visualbasic/System.ComponentModel/IListSource/Overview/makefile
deleted file mode 100644
index 920cd0d36ff..00000000000
--- a/snippets/visualbasic/System.ComponentModel/IListSource/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ITypedList.exe: BusinessObjectBase.vb Employee.vb EmployeeListSource.vb Form1.vb
- vbc /t:exe /out:ITypedList.exe BusinessObjectBase.vb Employee.vb EmployeeListSource.vb Form1.vb
-
-clean:
- del *.dll *.bin *.exe
\ No newline at end of file
diff --git a/snippets/visualbasic/System.ComponentModel/ITypedList/Overview/makefile b/snippets/visualbasic/System.ComponentModel/ITypedList/Overview/makefile
deleted file mode 100644
index ae8e78c8226..00000000000
--- a/snippets/visualbasic/System.ComponentModel/ITypedList/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ITypedList.exe: SortableBindingList.vb Customer.vb Form1.vb
- vbc /t:exe /out:ITypedList.exe SortableBindingList.vb Customer.vb Form1.vb
-
-clean:
- del *.dll *.bin *.exe
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Diagnostics/DataReceivedEventArgs/Overview/makefile b/snippets/visualbasic/System.Diagnostics/DataReceivedEventArgs/Overview/makefile
deleted file mode 100644
index 81eafc76be9..00000000000
--- a/snippets/visualbasic/System.Diagnostics/DataReceivedEventArgs/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : net_async.exe nmake_async.exe sort_async.exe
-
-net_async.exe : net_async.vb
- vbc net_async.vb
-
-nmake_async.exe : nmake_async.vb
- vbc nmake_async.vb
-
-sort_async.exe : sort_async.vb
- vbc sort_async.vb
diff --git a/snippets/visualbasic/System.Diagnostics/EventLog/Overview/makefile b/snippets/visualbasic/System.Diagnostics/EventLog/Overview/makefile
deleted file mode 100644
index b60c11501ad..00000000000
--- a/snippets/visualbasic/System.Diagnostics/EventLog/Overview/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: source.dll
-source.dll : source.vb
- vbc/nowarn /target:library /nologo source.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile b/snippets/visualbasic/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile
deleted file mode 100644
index 5b3f75b0a5e..00000000000
--- a/snippets/visualbasic/System.Drawing.Design/UITypeEditorEditStyle/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-MarqueeControlLibrary.dll: IMarqueeWidget.vb LightShapeSelectionControl.vb MarqueeBorder.vb MarqueeControl.vb MarqueeText.vb MarqueeControlRootDesigner.vb MarqueeBorderDesigner.vb
- vbc /t:library /out:MarqueeControlLibrary.dll IMarqueeWidget.vb LightShapeSelectionControl.vb MarqueeBorder.vb MarqueeControl.vb MarqueeText.vb MarqueeControlRootDesigner.vb MarqueeBorderDesigner.vb
-
-clean:
- del *.dll *.bin
\ No newline at end of file
diff --git a/snippets/visualbasic/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile b/snippets/visualbasic/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile
deleted file mode 100644
index 20d230a1eb6..00000000000
--- a/snippets/visualbasic/System.EnterpriseServices/AccessChecksLevelOption/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: EmployeeInformation.dll
-EmployeeInformation.snk:
- sn -k EmployeeInformation.snk
-EmployeeInformation.dll: EmployeeInformation.vb EmployeeInformation.snk
- vbc /nologo /t:library EmployeeInformation.vb
-install: EmployeeInformation.dll
- regsvcs EmployeeInformation.dll
diff --git a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/ApplicationId/makefile b/snippets/visualbasic/System.EnterpriseServices/ContextUtil/ApplicationId/makefile
deleted file mode 100644
index 12d75d20a00..00000000000
--- a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/ApplicationId/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: Inspector.dll
-Inspector.snk:
-#
- sn -k Inspector.snk
-#
-Inspector.dll: Inspector.vb Inspector.snk
-#
- vbc /t:library Inspector.vb
-#
-install: Inspector.dll
-#
- regsvcs Inspector.dll
-#
diff --git a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/Overview/makefile b/snippets/visualbasic/System.EnterpriseServices/ContextUtil/Overview/makefile
deleted file mode 100644
index 130dfa8393f..00000000000
--- a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: transaction.dll
-transaction.snk:
-#
- sn -k transaction.snk
-#
-transaction.dll: transaction.vb transaction.snk
-#
- vbc /t:library transaction.vb
-#
-install: transaction.dll
-#
- regsvcs transaction.dll
-#
diff --git a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/SetAbort/makefile b/snippets/visualbasic/System.EnterpriseServices/ContextUtil/SetAbort/makefile
deleted file mode 100644
index 81c6a422761..00000000000
--- a/snippets/visualbasic/System.EnterpriseServices/ContextUtil/SetAbort/makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all: CrmServer.dll CrmClient.exe
-
-CrmServer.dll: CrmServer.vb CrmServer.key
-#
- vbc /t:library CrmServer.vb /keyfile:CrmServer.key
-#
-
-CrmServer.key:
-#
- sn -k CrmServer.key
-#
-
-CrmClient.exe: CrmClient.vb CrmServer.dll
-#
- vbc CrmClient.vb /r:CrmServer.dll
-#
-
-install:
-#
- regsvcs CrmServer.dll
-#
diff --git a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile b/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile
deleted file mode 100644
index 2f9e288cc83..00000000000
--- a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CreateFromLdml/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-sl.exe:
- vbc /r:sysglobl.dll sl.vb
diff --git a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CultureEnglishName/makefile b/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CultureEnglishName/makefile
deleted file mode 100644
index 2f846efdb31..00000000000
--- a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/CultureEnglishName/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-carib.exe:
- vbc /r:sysglobl.dll carib.vb
diff --git a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile b/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile
deleted file mode 100644
index 489243448e1..00000000000
--- a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Register/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-persist.exe:
- vbc /r:sysglobl.dll persist.vb
diff --git a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile b/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile
deleted file mode 100644
index 2e793f06dd2..00000000000
--- a/snippets/visualbasic/System.Globalization/CultureAndRegionInfoBuilder/Unregister/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-unregister.exe:
- vbc /r:sysglobl.dll unregister.vb
diff --git a/snippets/visualbasic/System.Messaging/MessageQueue/BeginReceive/makefile b/snippets/visualbasic/System.Messaging/MessageQueue/BeginReceive/makefile
deleted file mode 100644
index d2cddec534d..00000000000
--- a/snippets/visualbasic/System.Messaging/MessageQueue/BeginReceive/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: mqbeginreceive_noparms_mre.dll mqbeginreceive_noparms_wh.dll
-mqbeginreceive_noparms_mre.dll: mqbeginreceive_noparms_mre.vb
- vbc /t:library mqbeginreceive_noparms_mre.vb
-
-mqbeginreceive_noparms_wh.dll: mqbeginreceive_noparms_wh.vb mqbeginreceive_noparms_mre.dll
- vbc /t:library mqbeginreceive_noparms_wh.vb
diff --git a/snippets/visualbasic/System.Net/Authorization/.ctor/makefile b/snippets/visualbasic/System.Net/Authorization/.ctor/makefile
deleted file mode 100644
index 2eb78c3d8c5..00000000000
--- a/snippets/visualbasic/System.Net/Authorization/.ctor/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all : ClientCloneBasic.exe
-ClientCloneBasic.exe: ClientCloneBasic.vb Authorization_Constructor3.vb
- vbc /t:library Authorization_Constructor3.vb
- vbc /r:Authorization_Constructor3.dll ClientCloneBasic.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Net/CookieCollection/Item/makefile b/snippets/visualbasic/System.Net/CookieCollection/Item/makefile
deleted file mode 100644
index 708c1d6b26a..00000000000
--- a/snippets/visualbasic/System.Net/CookieCollection/Item/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all: cookiecollection_item_1.dll cookiespage.dll
-
-cookiecollection_item_1.dll: cookiecollection_item_1.vb
- if not exist bin md bin
- vbc /t:library /out:bin/cookiecollection_item_1.dll cookiecollection_item_1.vb
-cookiespage.dll: cookiespage.vb
- if not exist bin md bin
- vbc /t:library /out:bin/cookiespage.dll cookiespage.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Reflection.Emit/AssemblyBuilder/DefineUnmanagedResource/makefile b/snippets/visualbasic/System.Reflection.Emit/AssemblyBuilder/DefineUnmanagedResource/makefile
deleted file mode 100644
index fabf7b8bd92..00000000000
--- a/snippets/visualbasic/System.Reflection.Emit/AssemblyBuilder/DefineUnmanagedResource/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : assemblybuilder_defineunmanagedresource.exe EmittedTest2.exe
-
-assemblybuilder_defineunmanagedresource.exe : assemblybuilder_defineunmanagedresource.vb
- vbc assemblybuilder_defineunmanagedresource.vb
-
-MyEmitTestAssembly.dll : assemblybuilder_defineunmanagedresource.exe
- assemblybuilder_defineunmanagedresource.exe
-
-EmittedTest2.exe : MyEmitTestAssembly.dll EmittedTest2.vb
- vbc /r:MyEmitTestAssembly.dll EmittedTest2.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Reflection/AssemblyDelaySignAttribute/Overview/makefile b/snippets/visualbasic/System.Reflection/AssemblyDelaySignAttribute/Overview/makefile
deleted file mode 100644
index 08e2c167ab6..00000000000
--- a/snippets/visualbasic/System.Reflection/AssemblyDelaySignAttribute/Overview/makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-all: source.dll source2.dll
-
-source.dll: TestPublicKey.snk source.vb
- vbc /t:library source.vb
-
-TestPublicKey.snk:
- sn -k TestPublicKey.snk
-
-source2.dll: myKey.snk source2.vb
- vbc /t:library source2.vb
-
-myKey.snk:
- sn -k myKey.snk
-
diff --git a/snippets/visualbasic/System.Reflection/AssemblyName/Flags/makefile b/snippets/visualbasic/System.Reflection/AssemblyName/Flags/makefile
deleted file mode 100644
index 12c3eac4a73..00000000000
--- a/snippets/visualbasic/System.Reflection/AssemblyName/Flags/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: assemblyname_keypair.exe KeyFileAttrib.exe
-
-assemblyname_keypair.exe: assemblyname_keypair.vb
- vbc /target:exe assemblyname_keypair.vb
-
-KeyFileAttrib.exe: keyfile.snk KeyFileAttrib.vb
- vbc /target:exe KeyFileAttrib.vb
-
-keyfile.snk:
- sn -k keyfile.snk
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/.ctor/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/.ctor/makefile
deleted file mode 100644
index 4316e5b26e0..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/.ctor/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-all : server.exe client.exe
-
-server.exe : server.vb
- vbc /debug+ /nologo server.vb
-
-
-client.exe : client.vb server.exe
- vbc /debug+ /nologo /r:server.exe client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile
deleted file mode 100644
index 714d0d4dec4..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpChannel/GetUrlsForUri/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: class1.dll service.dll
-
-service.dll: service.vb
- vbc /t:library service.vb
-class1.dll: class1.vb service.dll
- vbc /t:library class1.vb /r:service.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile
deleted file mode 100644
index a1a962982be..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels.Tcp/TcpServerChannel/GetUrlsForUri/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: class1.exe
-
-class1.exe: class1.vb service.dll
- vbc class1.vb /r:service.dll
-
-service.dll: service.vb
- vbc /t:library service.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile
deleted file mode 100644
index c5384b86638..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties/Overview/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all: Commontransportkeys.dll CommonTransportKeys_Server.exe CommonTransportKeys_Client.exe
-
-Commontransportkeys.dll: Commontransportkeys.vb
- vbc /t:library CommonTransportKeys.vb
-CommonTransportKeys_Server.exe: CommonTransportKeys_Server.vb CommonTransportKeys_Share.dll Commontransportkeys.dll
- vbc CommonTransportKeys_Server.vb /r:CommonTransportKeys_Share.dll /r:commontransportkeys.dll
-
-CommonTransportKeys_Client.exe: CommonTransportKeys_Client.vb CommonTransportKeys_Share.dll Commontransportkeys.dll
- vbc CommonTransportKeys_Client.vb /r:CommonTransportKeys_Share.dll /r:commontransportkeys.dll
-
-CommonTransportKeys_Share.dll: CommonTransportKeys_Share.vb
- vbc /t:library CommonTransportKeys_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile
deleted file mode 100644
index c2c629eeb2e..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: SoapClientFormatterSinkProvider_CreateSink_Client.dll SoapClientFormatterSinkProvider_CreateSink_Server.dll SoapClientFormatterSinkProvider_CreateSink_Shared.dll soapclientformattersinkprovider_customprovider.dll
-
-SoapClientFormatterSinkProvider_CreateSink_Client.dll: SoapClientFormatterSinkProvider_CreateSink_Client.vb SoapClientFormatterSinkProvider_CreateSink_Shared.dll soapclientformattersinkprovider_customprovider.dll
- vbc /t:library SoapClientFormatterSinkProvider_CreateSink_Client.vb /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-SoapClientFormatterSinkProvider_CreateSink_Server.dll: SoapClientFormatterSinkProvider_CreateSink_Server.vb SoapClientFormatterSinkProvider_CreateSink_Shared.dll
- vbc /t:library SoapClientFormatterSinkProvider_CreateSink_Server.vb /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll
-SoapClientFormatterSinkProvider_CreateSink_Shared.dll: SoapClientFormatterSinkProvider_CreateSink_Shared.vb
- vbc /t:library SoapClientFormatterSinkProvider_CreateSink_Shared.vb
-soapclientformattersinkprovider_customprovider.dll: soapclientformattersinkprovider_customprovider.vb SoapClientFormatterSinkProvider_CreateSink_Shared.dll
- vbc /t:library soapclientformattersinkprovider_customprovider.vb /r:SoapClientFormatterSinkProvider_CreateSink_Shared.dll
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile
deleted file mode 100644
index 55ac00f39f5..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetChannel/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe
-
-server.exe: ChannelServices_GetChannel_Server.vb ChannelServices_GetChannel_Share.dll
- vbc ChannelServices_GetChannel_Server.vb /r:ChannelServices_GetChannel_Share.dll
-
-client.exe: channelservices_getchannel_client.vb ChannelServices_GetChannel_Share.dll
- vbc ChannelServices_GetChannel_client.vb /r:ChannelServices_GetChannel_Share.dll
-
-ChannelServices_GetChannel_Share.dll: ChannelServices_GetChannel_Share.vb
- vbc /t:library ChannelServices_GetChannel_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile
deleted file mode 100644
index aaf7a2ad2aa..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/GetUrlsForObject/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe
-
-server.exe: ChannelServices_registeredchannels_Server.vb ChannelServices_registeredchannels_Share.dll
- vbc ChannelServices_registeredchannels_Server.vb /r:ChannelServices_registeredchannels_Share.dll
-
-client.exe: channelservices_registeredchannels_client.vb ChannelServices_registeredchannels_Share.dll
- vbc ChannelServices_registeredchannels_client.vb /r:ChannelServices_registeredchannels_Share.dll
-
-ChannelServices_RegisteredChannels_Share.dll: ChannelServices_RegisteredChannels_Share.vb
- vbc /t:library ChannelServices_RegisteredChannels_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile
deleted file mode 100644
index 562c5f17d63..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/ChannelServices/SyncDispatchMessage/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: ChannelServices_syncdispatchmessage_Share.vb
- vbc /t:library ChannelServices_syncdispatchmessage_Share.vb
-
-server.exe: ChannelServices_syncdispatchmessage_Server.vb ChannelServices_syncdispatchmessage_Share.dll
- vbc ChannelServices_syncdispatchmessage_Server.vb /r:ChannelServices_syncdispatchmessage_Share.dll
-
-client.exe: channelservices_syncdispatchmessage_client.vb ChannelServices_syncdispatchmessage_Share.dll
- vbc ChannelServices_syncdispatchmessage_client.vb /r:ChannelServices_syncdispatchmessage_Share.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile
deleted file mode 100644
index aa8d0b2e3a0..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannel/ChannelName/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-all: HttpServerChannel_Client.exe HttpServerChannel_Server.exe
-
-HttpServerChannel_Client.exe: HttpClientChannel_6_Client.vb HttpServerChannel_Share.dll
- vbc /out:HttpServerChannel_Client.exe /r:HttpServerChannel_Share.dll HttpClientChannel_6_Client.vb
-
-HttpServerChannel_Server.exe: HttpServerChannel_9_Server.vb HttpServerChannel_Share.dll
- vbc /out:HttpServerChannel_Server.exe /r:HttpServerChannel_Share.dll HttpServerChannel_9_Server.vb
-
-HttpServerChannel_Share.dll: HttpServerChannel_Clientl_14_Share.vb
- vbc /t:library /out:HttpServerChannel_Share.dll HttpServerChannel_Clientl_14_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile
deleted file mode 100644
index 3f074817135..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelReceiver/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IChannelReceiver_ChannelData_Share.vb
- vbc /t:library IChannelReceiver_ChannelData_Share.vb
-
-server.exe: IChannelReceiver_ChannelData_Server.vb IChannelReceiver_ChannelData_Share.dll
- vbc IChannelReceiver_ChannelData_Server.vb /r:IChannelReceiver_ChannelData_Share.dll
-
-client.exe: IChannelReceiver_ChannelData_client.vb IChannelReceiver_ChannelData_Share.dll
- vbc IChannelReceiver_ChannelData_client.vb /r:IChannelReceiver_ChannelData_Share.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile
deleted file mode 100644
index 07ae54b39ad..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/IChannelSender/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IChannelSender_Share.vb
- vbc /t:library IChannelSender_Share.vb
-
-server.exe: IChannelSender_Server.vb IChannelSender_Share.dll
- vbc IChannelSender_Server.vb /r:IChannelSender_Share.dll
-
-client.exe: IChannelSender_2_client.vb IChannelSender_Share.dll
- vbc IChannelSender_2_client.vb /r:IChannelSender_Share.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile
deleted file mode 100644
index 8d79c6c53ef..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/IServerChannelSinkProvider/CreateSink/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-all: soapclientformattersinkprovider_customprovider.dll soapclientformattersinkprovider_next_server.dll SoapClientFormatterSinkProvider_Next_Shared.dll soapclientformattersinkprovider_next_client.dll
-soapclientformattersinkprovider_customprovider.dll: soapclientformattersinkprovider_customprovider.vb SoapClientFormatterSinkProvider_Next_Shared.dll
- vbc /t:library soapclientformattersinkprovider_customprovider.vb /r:SoapClientFormatterSinkProvider_Next_Shared.dll
-soapclientformattersinkprovider_next_client.dll: soapclientformattersinkprovider_next_client.vb
- vbc /t:library soapclientformattersinkprovider_next_client.vb /r:SoapClientFormatterSinkProvider_Next_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-soapclientformattersinkprovider_next_server.dll: soapclientformattersinkprovider_next_server.vb
- vbc /t:library soapclientformattersinkprovider_next_server.vb /r:SoapClientFormatterSinkProvider_Next_Shared.dll /r:soapclientformattersinkprovider_customprovider.dll
-SoapClientFormatterSinkProvider_Next_Shared.dll: SoapClientFormatterSinkProvider_Next_Shared.vb
- vbc /t:library SoapClientFormatterSinkProvider_Next_Shared.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile
deleted file mode 100644
index 5edd5c8f7a7..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/ITransportHeaders/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe ITransportHeaders_3_Share.dll
-
-server.exe: ITransportHeaders_3_Server.vb ITransportHeaders_3_Share.dll
- vbc ITransportHeaders_3_Server.vb /r:ITransportHeaders_3_Share.dll
-
-client.exe: ITransportHeaders_3_Client.vb ITransportHeaders_3_Share.dll
- vbc ITransportHeaders_3_Client.vb /r:ITransportHeaders_3_Share.dll
-
-ITransportHeaders_3_Share.dll: ITransportHeaders_3_Share.vb
- vbc /t:library ITransportHeaders_3_Share.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile
deleted file mode 100644
index 20e75af9838..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/ServerProcessing/Overview/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: server.exe client.exe serverprocessing_loggingsinks.dll serverprocessing_share.dll
-
-server.exe: serverprocessing_Server.vb serverprocessing_Share.dll serverprocessing_loggingsinks.dll
- vbc serverprocessing_Server.vb /r:serverprocessing_Share.dll /r:serverprocessing_loggingsinks.dll
-
-client.exe: serverprocessing_Client.vb serverprocessing_Share.dll serverprocessing_loggingsinks.dll
- vbc serverprocessing_Client.vb /r:serverprocessing_Share.dll /r:serverprocessing_loggingsinks.dll
-
-serverprocessing_loggingsinks.dll: serverprocessing_loggingsinks.vb
- vbc /t:library serverprocessing_loggingsinks.vb
-
-serverprocessing_share.dll: serverprocessing_share.vb
- vbc /t:library serverprocessing_share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile
deleted file mode 100644
index f3f0310c061..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Channels/SinkProviderData/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: SinkProviderData_Client.dll sinkproviderdata_ipfiltersink.dll SinkProviderData_Server.dll SinkProviderData_Share.dll
-
-SinkProviderData_Share.dll: SinkProviderData_Share.vb
- vbc /t:library SinkProviderData_Share.vb
-SinkProviderData_Client.dll: SinkProviderData_Client.vb SinkProviderData_Share.dll
- vbc /t:library SinkProviderData_Client.vb /r:SinkProviderData_Share.dll
-sinkproviderdata_ipfiltersink.dll: sinkproviderdata_ipfiltersink.vb SinkProviderData_Share.dll
- vbc /t:library sinkproviderdata_ipfiltersink.vb /r:SinkProviderData_Share.dll
-SinkProviderData_Server.dll: SinkProviderData_Server.vb SinkProviderData_Share.dll
- vbc /t:library SinkProviderData_Server.vb /r:SinkProviderData_Share.dll /r:sinkproviderdata_ipfiltersink.dll
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile
deleted file mode 100644
index 232ca8b1fb5..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ClientSponsor/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: ClientSponsor_Server.exe ClientSponsor_Client.exe
-
-ClientSponsor_Server.exe: ClientSponsor_Server.vb ClientSponsor_Share.dll
- vbc ClientSponsor_Server.vb /r:ClientSponsor_Share.dll
-
-ClientSponsor_Client.exe: ClientSponsor_Client.vb ClientSponsor_Share.dll
- vbc ClientSponsor_Client.vb /r:ClientSponsor_Share.dll
-
-ClientSponsor_Share.dll: ClientSponsor_Share.vb
- vbc /t:library ClientSponsor_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile
deleted file mode 100644
index 41b8dfd8688..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/ISponsor/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: server.exe client.exe RemoteType.dll
-
-server.exe: ISponsor_Server.vb RemoteType.dll
- vbc ISponsor_Server.vb /r:RemoteType.dll
-
-client.exe: ISponsor_Client.vb RemoteType.dll
- vbc ISponsor_Client.vb /r:RemoteType.dll
-
-RemoteType.dll: RemoteType.vb
- vbc /t:library RemoteType.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile
deleted file mode 100644
index 23a8c0b50ed..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.vb
- vbc /t:library service.vb
-
-server.exe : server.vb service.dll
- vbc /r:service.dll server.vb
-
-client.exe : client.vb service.dll
- vbc /r:service.dll client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile b/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile
deleted file mode 100644
index c61a37917da..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Lifetime/LifetimeServices/RenewOnCallTime/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: ILease_Server.exe ILease_Client.exe
-
-ILease_Server.exe: ILease_Server.vb ILease_Share.dll
- vbc ILease_Server.vb /r:ILease_Share.dll /r:System.Runtime.Remoting.dll
-
-ILease_Client.exe: ILease_Client.vb ILease_Share.dll
- vbc ILease_Client.vb /r:ILease_Share.dll /r:System.Runtime.Remoting.dll
-
-ILease_Share.dll: ILease_Share.vb
- vbc /t:library ILease_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile b/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile
deleted file mode 100644
index 22105d28cf5..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/FreeNamedDataSlot/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: callcontext_Server.exe callcontext_Client.exe
-
-callcontext_Server.exe: callcontext_Server.vb callcontext_Share.dll
- vbc callcontext_Server.vb /r:callcontext_Share.dll
-
-callcontext_Client.exe: callcontext_Client.vb callcontext_Share.dll
- vbc callcontext_Client.vb /r:callcontext_Share.dll
-
-callcontext_Share.dll: callcontext_Share.vb
- vbc /t:library callcontext_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile
deleted file mode 100644
index bd21cbf2203..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Messaging/CallContext/Overview/makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CC=vbc
-
-makefile : Service.dll Client.exe
-
-Service.dll : Service.vb
- $(CC) /debug+ /nologo /t:library Service.vb
-
-Client.exe : Client.vb Service.dll
- $(CC) /nologo /r:Service.dll Client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile b/snippets/visualbasic/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile
deleted file mode 100644
index d97a0934bcb..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Messaging/IMessage/Properties/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Share.dll server.exe client.exe
-
-Share.dll: IMessageSink_Share.vb
- vbc /t:library IMessageSink_Share.vb
-
-server.exe: IMessageSink_Service.vb IMessageSink_Share.dll
- vbc IMessageSink_Service.vb /r:IMessageSink_Share.dll
-
-client.exe: IMessageSink_client.vb IMessageSink_Share.dll
- vbc IMessageSink_client.vb /r:IMessageSink_Share.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting.Proxies/RealProxy/GetCOMIUnknown/makefile b/snippets/visualbasic/System.Runtime.Remoting.Proxies/RealProxy/GetCOMIUnknown/makefile
deleted file mode 100644
index cc4e4c8c56b..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting.Proxies/RealProxy/GetCOMIUnknown/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: realproxy_sample.dll
-realproxy_sample.dll: realproxy_sample.vb
- vbc /t:library realproxy_sample.vb /r:Interop.ActiveDs.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile
deleted file mode 100644
index d68bfa1abce..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/ActivatedClientTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: activatedclienttypeentry_client.exe activatedclienttypeentry_server.exe
-
-activatedclienttypeentry_server.exe: activatedclienttypeentry_server.vb activatedclienttypeentry_share.dll
- vbc activatedclienttypeentry_server.vb /r:activatedclienttypeentry_share.dll
-
-activatedclienttypeentry_client.exe: activatedclienttypeentry_client.vb activatedclienttypeentry_share.dll
- vbc activatedclienttypeentry_client.vb /r:activatedclienttypeentry_share.dll
-
-activatedclienttypeentry_share.dll: activatedclienttypeentry_share.vb
- vbc /t:library activatedclienttypeentry_share.vb
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting/ActivatedServiceTypeEntry/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting/ActivatedServiceTypeEntry/Overview/makefile
deleted file mode 100644
index bd47a600bed..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/ActivatedServiceTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: ActivatedServiceTypeEntry_ObjectType_Server.exe ActivatedServiceTypeEntry_ObjectType_Client.exe
-
-ActivatedServiceTypeEntry_ObjectType_Server.exe: ActivatedServiceTypeEntry_ObjectType_Server.vb ActivatedServiceTypeEntry_ObjectType_Share.dll
- vbc ActivatedServiceTypeEntry_ObjectType_Server.vb /r:ActivatedServiceTypeEntry_ObjectType_Share.dll
-
-ActivatedServiceTypeEntry_ObjectType_Client.exe: ActivatedServiceTypeEntry_ObjectType_Client.vb ActivatedServiceTypeEntry_ObjectType_Share.dll
- vbc ActivatedServiceTypeEntry_ObjectType_Client.vb /r:ActivatedServiceTypeEntry_ObjectType_Share.dll
-
-ActivatedServiceTypeEntry_ObjectType_Share.dll: ActivatedServiceTypeEntry_ObjectType_Share.vb
- vbc /t:library ActivatedServiceTypeEntry_ObjectType_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile
deleted file mode 100644
index cc473b3e3e0..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/IRemotingTypeInfo/Overview/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : service.dll server.exe client.exe
-
-server.exe : server.vb service.dll
- vbc /debug+ /nologo /r:service.dll server.vb
-
-
-client.exe : client.vb service.dll
- vbc /debug+ /nologo /r:service.dll client.vb
-
-service.dll : service.vb
- vbc /debug+ /t:library /nologo service.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile
deleted file mode 100644
index bb39441d435..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/ApplicationName/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.vb
- vbc /debug+ /nologo /t:library service.vb
-
-server.exe : server.vb service.dll
- vbc /debug+ /nologo /r:service.dll server.vb
-
-client.exe : client.vb service.dll
- vbc /debug+ /nologo /r:service.dll client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile
deleted file mode 100644
index 24405585c4c..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredActivatedServiceTypes/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_GetRegisteredActivatedService_server.exe RemotingConfiguration_GetRegisteredActivatedService_client.exe RemotingConfiguration_GetRegisteredActivatedService_shared.dll
-
-RemotingConfiguration_GetRegisteredActivatedService_shared.dll : RemotingConfiguration_GetRegisteredActivatedService_shared.vb
- vbc /debug+ /nologo /t:library RemotingConfiguration_GetRegisteredActivatedService_shared.vb
-
-RemotingConfiguration_GetRegisteredActivatedService_server.exe : RemotingConfiguration_GetRegisteredActivatedService_server.vb RemotingConfiguration_GetRegisteredActivatedService_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredActivatedService_shared.dll RemotingConfiguration_GetRegisteredActivatedService_server.vb
-
-RemotingConfiguration_GetRegisteredActivatedService_client.exe : RemotingConfiguration_GetRegisteredActivatedService_client.vb RemotingConfiguration_GetRegisteredActivatedService_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredActivatedService_shared.dll RemotingConfiguration_GetRegisteredActivatedService_client.vb
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile
deleted file mode 100644
index b68783edf19..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/GetRegisteredWellKnownClientTypes/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_GetRegisteredWellKnownClient_server.exe RemotingConfiguration_GetRegisteredWellKnownClient_client.exe RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
-
-RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll : RemotingConfiguration_GetRegisteredWellKnownClient_shared.vb
- vbc /debug+ /nologo /t:library RemotingConfiguration_GetRegisteredWellKnownClient_shared.vb
-
-RemotingConfiguration_GetRegisteredWellKnownClient_server.exe : RemotingConfiguration_GetRegisteredWellKnownClient_server.vb RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll RemotingConfiguration_GetRegisteredWellKnownClient_server.vb
-
-RemotingConfiguration_GetRegisteredWellKnownClient_client.exe : RemotingConfiguration_GetRegisteredWellKnownClient_client.vb RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_GetRegisteredWellKnownClient_shared.dll RemotingConfiguration_GetRegisteredWellKnownClient_client.vb
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsRemotelyActivatedClientType/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsRemotelyActivatedClientType/makefile
deleted file mode 100644
index 7a907f078ac..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsRemotelyActivatedClientType/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_IsRemotelyActivatedClientType1_server.exe RemotingConfiguration_IsRemotelyActivatedClientType1_client.exe RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll
-
-RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll : RemotingConfiguration_IsRemotelyActivatedClientType1_shared.vb
- vbc /debug+ /nologo /t:library RemotingConfiguration_IsRemotelyActivatedClientType1_shared.vb
-
-RemotingConfiguration_IsRemotelyActivatedClientType1_server.exe : RemotingConfiguration_IsRemotelyActivatedClientType1_server.vb RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll RemotingConfiguration_IsRemotelyActivatedClientType1_server.vb
-
-RemotingConfiguration_IsRemotelyActivatedClientType1_client.exe : RemotingConfiguration_IsRemotelyActivatedClientType1_client.vb RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_IsRemotelyActivatedClientType1_shared.dll RemotingConfiguration_IsRemotelyActivatedClientType1_client.vb
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsWellKnownClientType/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsWellKnownClientType/makefile
deleted file mode 100644
index 5eda015424c..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/IsWellKnownClientType/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all : RemotingConfiguration_IsWellKnownClientType1_server.exe RemotingConfiguration_IsWellKnownClientType1_client.exe RemotingConfiguration_IsWellKnownClientType1_shared.dll
-
-RemotingConfiguration_IsWellKnownClientType1_shared.dll : RemotingConfiguration_IsWellKnownClientType1_shared.vb
- vbc /debug+ /nologo /t:library RemotingConfiguration_IsWellKnownClientType1_shared.vb
-
-RemotingConfiguration_IsWellKnownClientType1_server.exe : RemotingConfiguration_IsWellKnownClientType1_server.vb RemotingConfiguration_IsWellKnownClientType1_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_IsWellKnownClientType1_shared.dll RemotingConfiguration_IsWellKnownClientType1_server.vb
-
-RemotingConfiguration_IsWellKnownClientType1_client.exe : RemotingConfiguration_IsWellKnownClientType1_client.vb RemotingConfiguration_IsWellKnownClientType1_shared.dll
- vbc /debug+ /nologo /r:RemotingConfiguration_IsWellKnownClientType1_shared.dll RemotingConfiguration_IsWellKnownClientType1_client.vb
-
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile
deleted file mode 100644
index cfbe74f6857..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingConfiguration/RegisterActivatedClientType/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all : service.dll server.exe client.exe
-
-server.exe : server.vb service.dll
- vbc /debug+ /nologo /r:service.dll server.vb
-
-
-client.exe : client.vb service.dll
- vbc /debug+ /nologo /r:service.dll client.vb
-
-
-service.dll : service.vb
- vbc /debug+ /t:library /nologo service.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Connect/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Connect/makefile
deleted file mode 100644
index 6d174630430..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Connect/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-
-all: basicserver.exe basicclient.exe manualserver.exe manualclient.exe
-
-basicserver.exe: basicserver.vb service.dll
- vbc basicserver.vb /r:service.dll
-
-basicclient.exe: basicclient.vb service.dll
- vbc basicclient.vb /r:service.dll
-
-manualserver.exe: manualserver.vb service.dll
- vbc manualserver.vb /r:service.dll
-
-manualclient.exe: manualclient.vb service.dll
- vbc manualclient.vb /r:service.dll
-
-service.dll: service.vb
- vbc /t:library service.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile
deleted file mode 100644
index ce8ec107174..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/ExecuteMessage/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : server.exe client.exe serviceclass.dll
-
-serviceclass.dll : serviceclass.vb
- vbc /debug+ /nologo /t:library serviceclass.vb
-
-server.exe : server.vb serviceclass.dll
- vbc /debug+ /nologo /r:serviceclass.dll server.vb
-
-client.exe : client.vb serviceclass.dll
- vbc /debug+ /nologo /r:serviceclass.dll client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile
deleted file mode 100644
index 6de958f1e4d..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetLifetimeService/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: timerserver.exe timerclient.exe
-
-timerserver.exe: timerserver.vb timerservice.dll
- vbc timerserver.vb /r:timerservice.dll
-
-timerclient.exe: timerclient.vb timerservice.dll
- vbc timerclient.vb /r:timerservice.dll
-
-timerservice.dll: timerservice.vb
- vbc /t:library timerservice.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile
deleted file mode 100644
index bb39441d435..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/GetObjRefForProxy/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.vb
- vbc /debug+ /nologo /t:library service.vb
-
-server.exe : server.vb service.dll
- vbc /debug+ /nologo /r:service.dll server.vb
-
-client.exe : client.vb service.dll
- vbc /debug+ /nologo /r:service.dll client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile b/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile
deleted file mode 100644
index bb39441d435..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/RemotingServices/Unmarshal/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all : server.exe client.exe service.dll
-
-service.dll : service.vb
- vbc /debug+ /nologo /t:library service.vb
-
-server.exe : server.vb service.dll
- vbc /debug+ /nologo /r:service.dll server.vb
-
-client.exe : client.vb service.dll
- vbc /debug+ /nologo /r:service.dll client.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile
deleted file mode 100644
index 817fb440e68..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/WellKnownClientTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: WellKnownClientTypeEntry_Server.exe WellKnownClientTypeEntry_Client.exe
-
-WellKnownClientTypeEntry_Server.exe: WellKnownClientTypeEntry_Server.vb WellKnownClientTypeEntry_Share.dll
- vbc WellKnownClientTypeEntry_Server.vb /r:WellKnownClientTypeEntry_Share.dll
-
-WellKnownClientTypeEntry_Client.exe: WellKnownClientTypeEntry_Client.vb WellKnownClientTypeEntry_Share.dll
- vbc WellKnownClientTypeEntry_Client.vb /r:WellKnownClientTypeEntry_Share.dll
-
-WellKnownClientTypeEntry_Share.dll: WellKnownClientTypeEntry_Share.vb
- vbc /t:library WellKnownClientTypeEntry_Share.vb
diff --git a/snippets/visualbasic/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile b/snippets/visualbasic/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile
deleted file mode 100644
index c6b606aa41d..00000000000
--- a/snippets/visualbasic/System.Runtime.Remoting/WellKnownServiceTypeEntry/Overview/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: WellKnownServiceTypeEntry_Server.exe WellKnownServiceTypeEntry_Client.exe
-
-WellKnownServiceTypeEntry_Server.exe: WellKnownServiceTypeEntry_Server.vb WellKnownServiceTypeEntry_Share.dll
- vbc WellKnownServiceTypeEntry_Server.vb /r:WellKnownServiceTypeEntry_Share.dll
-
-WellKnownServiceTypeEntry_Client.exe: WellKnownServiceTypeEntry_Client.vb WellKnownServiceTypeEntry_Share.dll
- vbc WellKnownServiceTypeEntry_Client.vb /r:WellKnownServiceTypeEntry_Share.dll
-
-WellKnownServiceTypeEntry_Share.dll: WellKnownServiceTypeEntry_Share.vb
- vbc /t:library WellKnownServiceTypeEntry_Share.vb
diff --git a/snippets/visualbasic/System.Security.Cryptography/AsymmetricKeyExchangeDeformatter/Overview/makefile b/snippets/visualbasic/System.Security.Cryptography/AsymmetricKeyExchangeDeformatter/Overview/makefile
deleted file mode 100644
index aa812958d00..00000000000
--- a/snippets/visualbasic/System.Security.Cryptography/AsymmetricKeyExchangeDeformatter/Overview/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: contosoformattervb.dll contosoformatter.exe
-IMPORT_LIST=System,Microsoft.VisualBasic,System.Windows.Forms
-contosoformattervb.dll: contosoformatter.vb
- vbc /t:library /out:contosoformattervb.dll /r:contosodeformattervb.dll contosoformatter.vb
-
-contosoformatter.exe: contosoformatter.vb contosoformattervb.dll
- vbc /t:winexe /import:$(IMPORT_LIST) /res:form1.resx /r:contosoformattervb.dll /r:contosodeformattervb.dll /nologo $(ASSEMBLY_LIST) /main:Form1 /out:customcryptoimplvb.exe form1.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile b/snippets/visualbasic/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile
deleted file mode 100644
index 9c1fc15e39d..00000000000
--- a/snippets/visualbasic/System.Security.Cryptography/KeyedHashAlgorithm/Key/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: mydll.dll
-mydll.dll: contosokeyedhash.vb encodewithcontoso.vb
- vbc /t:library /out:mydll.dll /imports:system.windows.forms,system.drawing contosokeyedhash.vb encodewithcontoso.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Web.Services.Description/Binding/Extensions/makefile b/snippets/visualbasic/System.Web.Services.Description/Binding/Extensions/makefile
deleted file mode 100644
index d22a0618b97..00000000000
--- a/snippets/visualbasic/System.Web.Services.Description/Binding/Extensions/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: bindingcollectionsample2.dll
-bindingcollectionsample2.dll: bindingcollectionsample2.vb
- vbc /t:library bindingcollectionsample2.vb
diff --git a/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Namespace/makefile b/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Namespace/makefile
deleted file mode 100644
index 0c29e5595fd..00000000000
--- a/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Namespace/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: soapbodybinding_parts.dll
-
-soapbodybinding_parts.dll: soapbodybinding_parts.vb
- if not exist bin md bin
- vbc /t:library /out:bin/soapbodybinding_parts.dll soapbodybinding_parts.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Style/makefile b/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Style/makefile
deleted file mode 100644
index e34d1bf1c6e..00000000000
--- a/snippets/visualbasic/System.Web.Services.Description/SoapBinding/Style/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: soapprotocol.dll
-
-soapprotocol.dll: soapprotocol.vb
- if not exist bin md bin
- vbc /t:library /out:bin/soapprotocol.dll soapprotocol.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile b/snippets/visualbasic/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile
deleted file mode 100644
index c13c13b2e49..00000000000
--- a/snippets/visualbasic/System.Web.Services.Protocols/HttpSimpleClientProtocol/BeginInvoke/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- if not exist bin md bin
- vbc /t:library source.vb /out:bin/source.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile b/snippets/visualbasic/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile
deleted file mode 100644
index ca4f4a2e2a5..00000000000
--- a/snippets/visualbasic/System.Web.Services.Protocols/SoapHttpClientProtocol/Discover/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- if not exist bin md bin
- vbc /t:library /out:bin/source.dll source.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/System.Web/HttpParseException/Overview/makefile b/snippets/visualbasic/System.Web/HttpParseException/Overview/makefile
deleted file mode 100644
index 8458fdadea5..00000000000
--- a/snippets/visualbasic/System.Web/HttpParseException/Overview/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: source.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL source.vb
-
diff --git a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Overview/makefile b/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Overview/makefile
deleted file mode 100644
index 45454448c48..00000000000
--- a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Overview/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-MaskInputRejectedSample.dll: form1.vb Form1.Designer.vb
- vbc /t:library /out:MaskInputRejectedSample.dll form1.vb Form1.Designer.vb
-
-clean:
- del *.dll *.bin
diff --git a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Text/makefile b/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Text/makefile
deleted file mode 100644
index 332e6c692e4..00000000000
--- a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/Text/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-TestMaskedTextBox.dll: form1.vb Form1.Designer.vb
- vbc /t:library /out:TestMaskedTextBox.dll form1.vb Form1.Designer.vb
-
-clean:
- del *.dll *.bin
diff --git a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile b/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile
deleted file mode 100644
index e5fc58647ba..00000000000
--- a/snippets/visualbasic/System.Windows.Forms/MaskedTextBox/TypeValidationCompleted/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ValidatingTypeSample.dll: form1.vb Form1.Designer.vb
- vbc /t:library /out:ValidatingTypeSample.dll form1.vb Form1.Designer.vb
-
-clean:
- del *.dll *.bin
diff --git a/snippets/visualbasic/System/AsyncCallback/Overview/makefile b/snippets/visualbasic/System/AsyncCallback/Overview/makefile
deleted file mode 100644
index bb069518e96..00000000000
--- a/snippets/visualbasic/System/AsyncCallback/Overview/makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all: stateobject.exe nostateObject.exe endblock.exe endblockwait.exe poll.exe factor.exe
-
-stateobject.exe : AsyncDelegateWithStateObject.vb
- vbc AsyncDelegateWithStateObject.vb
-
-
-nostateObject.exe : AsyncDelegateNoState.vb
- vbc AsyncDelegateNoState.vb
-
-endblock.exe : Async_EndBlock.vb
- vbc Async_EndBlock.vb
-
-endblockwait.exe : Async_EndBlockWait.vb
- vbc Async_EndBlockWait.vb
-
-poll.exe : Async_Poll.vb
- vbc Async_Poll.vb
-
-factor.exe : Factorizer.vb
- vbc Factorizer.vb
-
diff --git a/snippets/visualbasic/System/IAsyncResult/Overview/makefile b/snippets/visualbasic/System/IAsyncResult/Overview/makefile
deleted file mode 100644
index a97d3da6bfb..00000000000
--- a/snippets/visualbasic/System/IAsyncResult/Overview/makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-all: testMethod.dll EndInvoke.exe WaitHandle.exe polling.exe callback.exe
-
-testMethod.dll :testmethod.vb
- vbc /t:library testmethod.vb
-
-
-EndInvoke.exe: endinvoke.vb testMethod.dll
- vbc /out:endinvoke.exe endinvoke.vb /r:testmethod.dll
-
-
-WaitHandle.exe: waithandle.vb testMethod.dll
- vbc /out:waithandle.exe waithandle.vb /r:testmethod.dll
-
-polling.exe: polling.vb testmethod.dll
- vbc /out:polling.exe polling.vb /r:testmethod.dll
-
-
-
-callback.exe: callback.vb testmethod.dll
- vbc /out:callback.exe callback.vb /r:testmethod.dll
-
-clean:
- del *.dll
- del *.exe
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/advancedwebprogramming/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/advancedwebprogramming/vb/makefile
deleted file mode 100644
index b601a17d2a4..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/advancedwebprogramming/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: customer.vb ICustomerCollection.vb program.vb service.vb Snippets.vb
- vbc /t:exe customer.vb ICustomerCollection.vb program.vb service.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /libpath:c:/whidbey/assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/atomformatter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/atomformatter/vb/makefile
deleted file mode 100644
index 1b6113bf117..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/atomformatter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb MySyndicationFeed.vb Snippets.vb
- vbc /t:exe program.vb MySyndicationFeed.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/auditingsecurityevents/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/auditingsecurityevents/vb/makefile
deleted file mode 100644
index 7a9c79dc03c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/auditingsecurityevents/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: AuditingSecurityEvents.exe
-AuditingSecurityEvents.exe: AuditingSecurityEvents.vb
- vbc /t:exe AuditingSecurityEvents.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/basicwebprogramming/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/basicwebprogramming/vb/makefile
deleted file mode 100644
index 74a26f001ed..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/basicwebprogramming/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:/whidbey/assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_claim/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_claim/vb/makefile
deleted file mode 100644
index ca88de93008..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_claim/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,system.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_claimtypes/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_claimtypes/vb/makefile
deleted file mode 100644
index 3df2729da0d..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_claimtypes/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: service.dll
-
-service.dll: service.vb
- vbc /t:library *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_creatests/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_creatests/vb/makefile
deleted file mode 100644
index bfeaf073986..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_creatests/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customauthmgr/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customauthmgr/vb/makefile
deleted file mode 100644
index b1800be7c5c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customauthmgr/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: c_CustomAuthMgr.exe
-
-c_CustomAuthMgr.exe: c_CustomAuthMgr.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_custombinding/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_custombinding/vb/makefile
deleted file mode 100644
index bfeaf073986..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_custombinding/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_custombindingsauthmode/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_custombindingsauthmode/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_custombindingsauthmode/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customcertificatevalidator/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customcertificatevalidator/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customcertificatevalidator/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/client/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/client/makefile
deleted file mode 100644
index 23ca4e4e8da..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/client/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: client.exe
-
-client.exe: client.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\orcas\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/service/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/service/makefile
deleted file mode 100644
index 2a6eaafd8f5..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customcredentials/vb/service/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: service.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\orcas\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customtoken/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customtoken/vb/makefile
deleted file mode 100644
index a987024bc97..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customtoken/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_customtokenauthenticator/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_customtokenauthenticator/vb/makefile
deleted file mode 100644
index 40933c3ce71..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_customtokenauthenticator/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_fca/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_fca/vb/makefile
deleted file mode 100644
index af47f7a69cc..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_fca/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: FCADemo.dll
-
-FCADemo.dll: FCADemo.vb
- vbc /t:library FCADemo.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_federatedservice/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_federatedservice/vb/makefile
deleted file mode 100644
index bfeaf073986..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_federatedservice/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_federation/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_federation/vb/makefile
deleted file mode 100644
index e9fa77d2980..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_federation/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_iauthorizationpolicy/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_iauthorizationpolicy/vb/makefile
deleted file mode 100644
index f6299afdfba..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_iauthorizationpolicy/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: MyAuthorizationPolicy.exe
-
-MyAuthorizationPolicy.exe: MyAuthorizationPolicy.vb
- vbc /t:library *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,system.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_impersonationanddelegation/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_impersonationanddelegation/vb/makefile
deleted file mode 100644
index 1366dd6e677..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_impersonationanddelegation/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_maxclockskew/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_maxclockskew/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_maxclockskew/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_principalpermissionattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_principalpermissionattribute/vb/makefile
deleted file mode 100644
index 1b8ccc27472..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_principalpermissionattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_programmingsecurity/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_programmingsecurity/vb/makefile
deleted file mode 100644
index d5162ef16cb..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_programmingsecurity/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_settingsecuritymode/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_settingsecuritymode/vb/makefile
deleted file mode 100644
index d5162ef16cb..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_settingsecuritymode/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_tcpclient/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_tcpclient/vb/makefile
deleted file mode 100644
index d5162ef16cb..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_tcpclient/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/c_x509certificatevalidator/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/c_x509certificatevalidator/vb/makefile
deleted file mode 100644
index c32cd5fecdb..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/c_x509certificatevalidator/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/clientbase/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/clientbase/vb/makefile
deleted file mode 100644
index 10d9703d3c4..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/clientbase/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: ClientBase.dll
-
-ClientBase.dll: ClientBase.vb
- vbc /t:library ClientBase.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/vb/makefile
deleted file mode 100644
index df2e76d5ba7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/clientcredentialssecuritytokenmanager/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/collectiondatacontractattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/collectiondatacontractattribute/vb/makefile
deleted file mode 100644
index a95931b7e4a..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/collectiondatacontractattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/contractnamespaceattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/contractnamespaceattribute/vb/makefile
deleted file mode 100644
index 23d387e6f3a..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/contractnamespaceattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Overview.exe
-Overview.exe: Overview.vb
- vbc /t:exe Overview.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/datacontractattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/datacontractattribute/vb/makefile
deleted file mode 100644
index fe3c1979828..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/datacontractattribute/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: Overview.exe
-Overview.exe: Overview.vb
- vbc /t:exe Overview.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/datacontractformatattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/datacontractformatattribute/vb/makefile
deleted file mode 100644
index bfeaf073986..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/datacontractformatattribute/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/datacontractserializer/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/datacontractserializer/vb/makefile
deleted file mode 100644
index 695fc8becd7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/datacontractserializer/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/datacontractserializeroperationbehavior/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/datacontractserializeroperationbehavior/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/datacontractserializeroperationbehavior/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/datamemberattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/datamemberattribute/vb/makefile
deleted file mode 100644
index 74eedc99169..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/datamemberattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
diff --git a/snippets/visualbasic/VS_Snippets_CFX/endpointaddress10/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/endpointaddress10/vb/makefile
deleted file mode 100644
index a2a3de3d258..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/endpointaddress10/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll, /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/endpointaddressaugust2004/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/endpointaddressaugust2004/vb/makefile
deleted file mode 100644
index a2a3de3d258..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/endpointaddressaugust2004/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll, /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/enummemberattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/enummemberattribute/vb/makefile
deleted file mode 100644
index 7a7788f1b74..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/enummemberattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/fileregion/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/fileregion/vb/makefile
deleted file mode 100644
index 86fbf26e004..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/fileregion/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: FileRegion.dll
-FileRegion.dll: FileRegion.vb
- vbc /t:library FileRegion.vb /r:system.IO.Log.dll /lib:C:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/idatacontractsurrogate/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/idatacontractsurrogate/vb/makefile
deleted file mode 100644
index 7f0fadb1511..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/idatacontractsurrogate/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/invaliddatacontractexception/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/invaliddatacontractexception/vb/makefile
deleted file mode 100644
index 695fc8becd7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/invaliddatacontractexception/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/irecordsequence/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/irecordsequence/vb/makefile
deleted file mode 100644
index 3af354982cd..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/irecordsequence/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: ReadRecord.vb
- vbc /t:exe ReadRecord.vb /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.IO.log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/iunknownserializationdata/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/iunknownserializationdata/vb/makefile
deleted file mode 100644
index b566492c271..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/iunknownserializationdata/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: IUnknownSerialization.exe
-
-IUnknownSerialization.exe: IUnknownSerialization.vb
- vbc /t:exe IUnknownSerialization.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute/vb/makefile
deleted file mode 100644
index c93ff855f15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.vb
- vbc /t:exe overview.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute_ctor_string/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute_ctor_string/vb/makefile
deleted file mode 100644
index a2ad31196ff..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/knowntypeattribute_ctor_string/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: KnownTypeAttribute_ctor1.exe
-
-KnownTypeAttribute_ctor1.exe: KnownTypeAttribute_ctor1.vb
- vbc /t:exe KnownTypeAttribute_ctor1.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/logarchievesnapshot/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/logarchievesnapshot/vb/makefile
deleted file mode 100644
index 5a705ba0ff9..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/logarchievesnapshot/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: LogArchieveSnapshot.dll
-
-LogArchieveSnapshot.dll: LogArchieveSnapshot.vb
- vbc /t:library LogArchieveSnapshot.vb /r:System.ServiceModel.dll /r:System.IO.Log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/looselytypedextensions/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/looselytypedextensions/vb/makefile
deleted file mode 100644
index 7b19bca9aa7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/looselytypedextensions/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb ExtensionTypes.vb
- vbc /t:exe program.vb Snippets.vb ExtensionTypes.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/message/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/message/vb/makefile
deleted file mode 100644
index 8612fe09770..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/message/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: client.exe
-
-client.exe: client.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/messagepropertyattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/messagepropertyattribute/vb/makefile
deleted file mode 100644
index 0726f22ea9b..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/messagepropertyattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: messagepropertyattribute.dll
-
-messagepropertyattribute.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/netdatacontractserializer/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/netdatacontractserializer/vb/makefile
deleted file mode 100644
index 3bbe0875c23..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/netdatacontractserializer/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: source.exe
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Xml.Linq.dll /libpath:C:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/poxsample/vb/server/makefile b/snippets/visualbasic/VS_Snippets_CFX/poxsample/vb/server/makefile
deleted file mode 100644
index 00bb1e897b5..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/poxsample/vb/server/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: MessageBasedCustomerService.vb Customer.vb IUniversalContract.vb
- vbc /t:library MessageBasedCustomerService.vb Customer.vb IUniversalContract.vb /r:System.ServiceModel.dll,System.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/principalpermissionmode/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/principalpermissionmode/vb/makefile
deleted file mode 100644
index d917c99719c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/principalpermissionmode/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.Web.ApplicationServices.dll,System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll
diff --git a/snippets/visualbasic/VS_Snippets_CFX/querystringconverter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/querystringconverter/vb/makefile
deleted file mode 100644
index c140e57e39a..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/querystringconverter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb
- vbc /t:exe program.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /libpath:c:/whidbey/assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/rssformatter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/rssformatter/vb/makefile
deleted file mode 100644
index 1b6113bf117..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/rssformatter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb MySyndicationFeed.vb Snippets.vb
- vbc /t:exe program.vb MySyndicationFeed.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_aspnetcompatibility/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_aspnetcompatibility/vb/makefile
deleted file mode 100644
index 6d03be5cc0f..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_aspnetcompatibility/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.dll client.exe
-
-service.dll: service.vb
- vbc /t:library service.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\assemblies"
-
-client.exe: client.vb CalculatorService.vb
- vbc /t:exe client.vb CalculatorService.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\assemblies"
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/vb/makefile
deleted file mode 100644
index d15140a617c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_basic_service_behaviors_security_impersonation/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.dll
-
-service.dll: service.vb
- vbc /t:library Service.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_deadletter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_deadletter/vb/makefile
deleted file mode 100644
index c43620b8ed9..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_deadletter/vb/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: service.exe client.exe dlservice.exe
-
-service.exe: service.vb
- vbc /t:exe service.vb /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Configuration.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.vb generatedProxy.vb
- vbc /t:exe client.vb generatedProxy.vb /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Configuration.dll /lib:c:\whidbey\assemblies
-
-dlservice.exe: dlservice.vb generatedProxy.vb
- vbc /t:exe dlservice.vb generatedProxy.vb /r:System.dll,System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_dualhttp/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_dualhttp/vb/makefile
deleted file mode 100644
index 7d4bd89b773..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_dualhttp/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.dll /r:System.ServiceModel.dll,System.Data.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_imperative/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_imperative/vb/makefile
deleted file mode 100644
index c41b5252f46..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_imperative/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb serviceSnippets.vb
- vbc /t:exe service.vb serviceSnippets.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-client.exe: client.vb
- vbc /t:exe client.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_msmq_default/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_msmq_default/vb/makefile
deleted file mode 100644
index 402c1d1c7cb..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_msmq_default/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb HostApp.vb
- vbc /t:exe service.vb HostApp.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-client.exe: client.vb CalculatorService.vb
- vbc /t:exe client.vb CalculatorService.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_msmqtowcf/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_msmqtowcf/vb/makefile
deleted file mode 100644
index 025ff86848c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_msmqtowcf/vb/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Order.dll service.exe client.exe
-
-order.dll: order.vb
- vbc /t:library order.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
-
-service.exe: service.vb order.dll
- vbc /t:exe service.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Messaging.dll,System.configuration.dll,System.dll,order.dll /libpath:c:\whidbey\assemblies
-
-client.exe: client.vb order.dll
- vbc /t:exe client.vb /r:System.ServiceModel.dll,order.dll,System.Messaging.dll,System.Transactions.dll,System.dll,System.Configuration.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_pox/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_pox/vb/makefile
deleted file mode 100644
index 8500f35c72f..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_pox/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: service.vb
- vbc /t:library service.vb /r:System.ServiceModel.dll,System.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_reliablesession/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_reliablesession/vb/makefile
deleted file mode 100644
index 3f44397d722..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_reliablesession/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb
- vbc /t:library service.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
-
-client.exe: client.vb generatedProxy.vb
- vbc /t:exe client.vb generatedProxy.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_selfhost/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_selfhost/vb/makefile
deleted file mode 100644
index bce6c5d34b4..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_selfhost/vb/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-all: service.dll client.exe contract.dll Enchilada.exe
-
-service.dll: service.vb
- vbc /t:library service.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\Assemblies"
-
-client.exe: client.vb CalculatorService.vb
- vbc /t:exe client.vb CalculatorService.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\Assemblies"
-
-contract.dll: contract.vb
- vbc /t:library contract.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\Assemblies"
-
-Enchilada.exe: WholeEnchilada.vb
- vbc /t:exe WholeEnchilada.vb /r:System.ServiceModel.dll /libpath:"c:\Whidbey\Assemblies"
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_addressfilter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_addressfilter/vb/makefile
deleted file mode 100644
index 3240818fe4e..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_addressfilter/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.dll
-
-service.dll: service.vb
- vbc /t:library service.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/vb/makefile
deleted file mode 100644
index 404f78885d1..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_binarymessageencodingbindingelement/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Module1.exe
-
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_bindingcontext/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_bindingcontext/vb/makefile
deleted file mode 100644
index 992e5385c7a..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_bindingcontext/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.dll
-
-program.dll: program.vb
- vbc /t:library program.vb /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_channeldispatcher/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_channeldispatcher/vb/makefile
deleted file mode 100644
index 5bb11a0c00e..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_channeldispatcher/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: service.exe
-
-service.exe: service.vb snippets.vb
- vbc /t:exe service.vb snippets.vb /r:System.ServiceModel.dll /r:System.Transactions.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_contractdescription/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_contractdescription/vb/makefile
deleted file mode 100644
index a979d2c5800..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_contractdescription/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: CalculatorService.exe
-
-CalculatorService.exe: CalculatorService.vb
- vbc /t:exe CalculatorService.vb /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_httpdigestclientcredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_httpdigestclientcredential/vb/makefile
deleted file mode 100644
index 695fc8becd7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_httpdigestclientcredential/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_messageversion/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_messageversion/vb/makefile
deleted file mode 100644
index 8780fca6db0..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_messageversion/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Module1.exe
-
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_servicedescription/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_servicedescription/vb/makefile
deleted file mode 100644
index 79fe56b1c0d..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_servicedescription/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-Program.exe: Program.vb Snippets.vb
- vbc /t:exe Program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ue_serviceendpoint/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ue_serviceendpoint/vb/makefile
deleted file mode 100644
index 019cd8310f4..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ue_serviceendpoint/vb/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: Program.exe
-
-Program.exe: Program.vb Snippet.vb
- vbc /t:exe Program.vb Snippet.vb /r:System.ServiceModel.dll /r:System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
-
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/vb/makefile
deleted file mode 100644
index d6cbb7c0caf..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueassymetricsecuritybindingelement/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uebasichttpbinding/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uebasichttpbinding/vb/makefile
deleted file mode 100644
index b77464e6230..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uebasichttpbinding/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb
- vbc /t:exe service.vb snippets.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
-
-client.exe: client.vb
- vbc /t:exe client.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uebinding/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uebinding/vb/makefile
deleted file mode 100644
index 297f7d17d90..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uebinding/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb Snippets.vb
- vbc /t:exe service.vb Snippets.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
-
-client.exe: client.vb
- vbc /t:exe client.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uebodywriter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uebodywriter/vb/makefile
deleted file mode 100644
index 469435e26c4..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uebodywriter/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Module1.exe
-
-Module1.exe: Module1.vb Snippets.vb
- vbc /t:exe Module1.vb snippets.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Xml.dll /lib:c:\whidbey\assemblies
-
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uechannels/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uechannels/vb/makefile
deleted file mode 100644
index 4cce5b16866..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uechannels/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: service.exe client.exe
-
-service.exe: service.vb serviceSnippets.vb
- vbc /t:exe service.vb serviceSnippets.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
-
-client.exe: client.vb clientSnippets.vb
- vbc /t:exe client.vb clientSnippets.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueclientcredentials/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueclientcredentials/vb/makefile
deleted file mode 100644
index 0a06ce0a682..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueclientcredentials/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Program.vb
- vbc /t:exe Program.vb /r:System.dll /r:System.ServiceModel.dll /r:System.Data.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueendpointaddressbuilder/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueendpointaddressbuilder/vb/makefile
deleted file mode 100644
index 7d548a72e63..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueendpointaddressbuilder/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Module1.exe
-
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueenvelopeversion/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueenvelopeversion/vb/makefile
deleted file mode 100644
index 84b2433ea9d..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueenvelopeversion/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueexceptionhandler/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueexceptionhandler/vb/makefile
deleted file mode 100644
index 10be6a4ab85..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueexceptionhandler/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.ServiceModel.dll /r:System.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueissuedtokenservicecredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueissuedtokenservicecredential/vb/makefile
deleted file mode 100644
index b1c70d3eac5..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueissuedtokenservicecredential/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.dll /r:System.ServiceModel.dll /r:System.Data.dll /r:System.IdentityModel.dll /r:System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uelocalclientsecuritysettings/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uelocalclientsecuritysettings/vb/makefile
deleted file mode 100644
index 5a7414666c2..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uelocalclientsecuritysettings/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.vb
- vbc /t:exe program.vb /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uelocalservicesecuritysettings/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uelocalservicesecuritysettings/vb/makefile
deleted file mode 100644
index 5a7414666c2..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uelocalservicesecuritysettings/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: program.vb
- vbc /t:exe program.vb /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/makefile
deleted file mode 100644
index 8f28d2b7dab..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uelogrecordsequence/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-MyLogRecordSequence.exe: MyLogRecordSequence.vb MyMultiplexLog.vb
- vbc /t:exe *.vb /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.IO.Log.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uemessagesecurityovertcp/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uemessagesecurityovertcp/vb/makefile
deleted file mode 100644
index af597cd6a23..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uemessagesecurityovertcp/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/vb/makefile
deleted file mode 100644
index d14ebe42000..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uenamedpipetransportbindingelement/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Module1.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.dll,System.ServiceModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueoptionalreliablesession/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueoptionalreliablesession/vb/makefile
deleted file mode 100644
index 695fc8becd7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueoptionalreliablesession/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost/vb/makefile
deleted file mode 100644
index 0116037474c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: service.vb
- vbc /t:exe service.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost2/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost2/vb/makefile
deleted file mode 100644
index 0116037474c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueservicehost2/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: service.exe
-
-service.exe: service.vb
- vbc /t:exe service.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uespnendpointidentity/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uespnendpointidentity/vb/makefile
deleted file mode 100644
index 3db2e982e87..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uespnendpointidentity/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: service.vb
- vbc /t:exe service.vb /r:System.dll,System.ServiceModel.dll,System.IdentityModel.dll,System.Xml.dll,System.Configuration.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/vb/makefile
deleted file mode 100644
index d6cbb7c0caf..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_ueusernamepasswordclientcredential/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uewsdlexporter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uewsdlexporter/vb/makefile
deleted file mode 100644
index 61c604709d8..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uewsdlexporter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: Program.vb
- vbc /t:exe program.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uewsdualhttpsecurity/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uewsdualhttpsecurity/vb/makefile
deleted file mode 100644
index 7d4bd89b773..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uewsdualhttpsecurity/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.dll /r:System.ServiceModel.dll,System.Data.dll,System.Xml.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/vb/makefile
deleted file mode 100644
index 82721996f09..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uex509certificaterecipientservicecredential/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Security.dll,System.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_uex509servicecertificateauthentication/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_uex509servicecertificateauthentication/vb/makefile
deleted file mode 100644
index 5d38619313c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_uex509servicecertificateauthentication/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-Program.exe: Module1.vb
- vbc /t:exe Module1.vb /r:System.dll,System.ServiceModel.dll,System.Data.dll,System.Security.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/s_wcftomsmq/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/s_wcftomsmq/vb/makefile
deleted file mode 100644
index f1fc662b975..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/s_wcftomsmq/vb/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: Order.dll service.exe client.exe
-
-order.dll: order.vb
- vbc /t:library order.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
-
-service.exe: service.vb order.dll
- vbc /t:exe service.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.Messaging.dll,System.configuration.dll,System.dll,order.dll /libpath:c:\whidbey\assemblies
-
-client.exe: client.vb proxy.vb snippets.vb order.dll
- vbc /t:exe client.vb proxy.vb snippets.vb /r:System.ServiceModel.dll,order.dll,System.Messaging.dll,System.Transactions.dll,System.dll,System.Configuration.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/samlattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/samlattribute/vb/makefile
deleted file mode 100644
index 1b8ccc27472..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/samlattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/securitytokenprovider/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/securitytokenprovider/vb/makefile
deleted file mode 100644
index 81bba5355a6..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/securitytokenprovider/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: SamlSecurityTokenProvider.exe
-
-SamlSecurityTokenProvider.exe: SamlSecurityTokenProvider.vb
- vbc /t:library *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll,System.Xml.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/servicehostfactory/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/servicehostfactory/vb/makefile
deleted file mode 100644
index d062be717f2..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/servicehostfactory/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Test.exe
-
-Test.exe: Program.vb
- vbc /t:exe Program.vb /r:System.ServiceModel.dll,System.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/serviceknowntypeattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/serviceknowntypeattribute/vb/makefile
deleted file mode 100644
index 7f0fadb1511..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/serviceknowntypeattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/servicesecuritycontext/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/servicesecuritycontext/vb/makefile
deleted file mode 100644
index 2880f831499..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/servicesecuritycontext/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/sl_addressheader/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/sl_addressheader/vb/makefile
deleted file mode 100644
index 1c8da80eea5..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/sl_addressheader/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe: program.vb
- vbc /t:library program.vb /r:system.json.dll /r:System.ServiceModel.dll /r:System.Windows.Browser.dll /r:system.windows.dll /r:System.ServiceModel.PollingDuplex.dll /lib:c:\slassemblies /lib:"C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Reference Assemblies"
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/style_and_use/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/style_and_use/vb/makefile
deleted file mode 100644
index a4b6d0eba0b..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/style_and_use/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll /lib:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationcategory/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationcategory/vb/makefile
deleted file mode 100644
index f9e8d08c87b..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationcategory/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb snippets.vb
- vbc /t:exe program.vb snippets.vb /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationcontent/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationcontent/vb/makefile
deleted file mode 100644
index 9ee256cfaa7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationcontent/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: module1.vb Snippets.vb
- vbc /t:exe module1.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationfeed/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationfeed/vb/makefile
deleted file mode 100644
index 6ff8a5f300d..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationfeed/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb MySyndicationFeed.vb Snippets.vb
- vbc /t:exe program.vb MySyndicationFeed.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationitem/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationitem/vb/makefile
deleted file mode 100644
index cb3cf2271b5..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationitem/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb MySyndicationItem.vb Snippets.vb
- vbc /t:exe program.vb MySyndicationItem.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /r:System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationlink/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationlink/vb/makefile
deleted file mode 100644
index 15931f485d6..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationlink/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/syndicationperson/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/syndicationperson/vb/makefile
deleted file mode 100644
index 15931f485d6..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/syndicationperson/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/tx_committabletx/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/tx_committabletx/vb/makefile
deleted file mode 100644
index 48bc192e669..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/tx_committabletx/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: CommittableTxWithSQL.exe
-
-CommittableTxWithSQL.exe: CommittableTxWithSQL.vb
- vbc /target:exe CommittableTxWithSQL.vb /reference:System.Transactions.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/tx_dependenttx/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/tx_dependenttx/vb/makefile
deleted file mode 100644
index b4aa9349ffe..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/tx_dependenttx/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: DependentTx.exe
-
-DependentTx.exe: DependentTx.vb
- vbc /target:exe DependentTx.vb /reference:System.Transactions.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/tx_enlist/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/tx_enlist/vb/makefile
deleted file mode 100644
index b3da8bf26b7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/tx_enlist/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Enlist.exe
-
-Enlist.exe: Enlist.vb
- vbc /target:exe Enlist.vb /reference:System.Transactions.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/tx_outcome/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/tx_outcome/vb/makefile
deleted file mode 100644
index ead57925693..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/tx_outcome/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: TxOutcome.exe
-
-TxOutcome.exe: TxOutcome.vb
- vbc /target:exe TxOutcome.vb /reference:System.Transactions.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/ueactionfilter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/ueactionfilter/vb/makefile
deleted file mode 100644
index 79246091087..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/ueactionfilter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: ActionFilter.exe
-
-ActionFilter.exe: ActionFilter.vb
- vbc /t:exe ActionFilter.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uedeliveryrequirementsattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uedeliveryrequirementsattribute/vb/makefile
deleted file mode 100644
index 94c0fa9b10e..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uedeliveryrequirementsattribute/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: snippet1.dll snippet2.dll
-
-snippet1.dll: snippet1.vb
- vbc /t:library snippet1.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
-
-snippet2.dll: snippet2.vb
- vbc /t:library snippet2.vb /r:System.ServiceModel.dll /libpath:"c:\whidbey\assemblies"
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uemessagesecurityovermsmq/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uemessagesecurityovermsmq/vb/makefile
deleted file mode 100644
index 2c2c6103284..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uemessagesecurityovermsmq/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.vb
- vbc /t:exe Program.vb /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uemsmqmessage/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uemsmqmessage/vb/makefile
deleted file mode 100644
index 2c2c6103284..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uemsmqmessage/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.vb
- vbc /t:exe Program.vb /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uenetmsmqsecurity/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uenetmsmqsecurity/vb/makefile
deleted file mode 100644
index 2c2c6103284..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uenetmsmqsecurity/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: program.exe
-
-program.exe : Program.vb
- vbc /t:exe Program.vb /r:System.ServiceModel.dll,System.Messaging.dll /lib:c:\whidbey\assemblies
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uereliablesession/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uereliablesession/vb/makefile
deleted file mode 100644
index 4bee4c9aaec..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uereliablesession/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: test.exe
-
-test.exe: Program.vb
- vbc /t:exe Program.vb /r:System.ServiceModel.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uritemplate/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uritemplate/vb/makefile
deleted file mode 100644
index 15931f485d6..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uritemplate/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uritemplateequivalencecomparer/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uritemplateequivalencecomparer/vb/makefile
deleted file mode 100644
index 455fef116fd..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uritemplateequivalencecomparer/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb
- vbc /t:exe program.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/makefile
deleted file mode 100644
index 0d4743d3de7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/uritemplatematch/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/usernamepasswordservicecredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/usernamepasswordservicecredential/vb/makefile
deleted file mode 100644
index 45a28b2ea2e..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/usernamepasswordservicecredential/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/usernamesecuritytokenauthenticator/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/usernamesecuritytokenauthenticator/vb/makefile
deleted file mode 100644
index fbf5e98d296..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/usernamesecuritytokenauthenticator/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: UserNameSecurityTokenAuthenticator.dll
-
-UserNameSecurityTokenAuthenticator.dll: MyTokenAuthenticator.vb
- vbc /t:library *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll,System.Xml.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/webattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/webattribute/vb/makefile
deleted file mode 100644
index fb740de16ed..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/webattribute/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb
- vbc /t:exe program.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/webservicehost/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/webservicehost/vb/makefile
deleted file mode 100644
index 15931f485d6..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/webservicehost/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: program.exe
-
-program.exe: program.vb Snippets.vb
- vbc /t:exe program.vb Snippets.vb /r:System.ServiceModel.dll /r:System.ServiceModel.Web.dll /libpath:c:\whidbey\assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/windowsclientcredential/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/windowsclientcredential/vb/makefile
deleted file mode 100644
index 695fc8becd7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/windowsclientcredential/vb/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_CFX/wsfederationhttpsecurity/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/wsfederationhttpsecurity/vb/makefile
deleted file mode 100644
index df2e76d5ba7..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/wsfederationhttpsecurity/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.dll
-
-source.dll: source.vb
- vbc /t:library source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/wshttpbinding/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/wshttpbinding/vb/makefile
deleted file mode 100644
index 747f51b2f40..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/wshttpbinding/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-WSHttpBinding.exe: WSHttpBinding.vb
- vbc /t:exe WSHttpBinding.vb /r:System.ServiceModel.dll,System.dll,System.Configuration.dll,System.Xml.dll,System.IdentityModel.dll,System.Security.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/wshttpbindingbase/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/wshttpbindingbase/vb/makefile
deleted file mode 100644
index af72270957c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/wshttpbindingbase/vb/makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-service.exe: service.vb
- vbc /t:exe service.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.dll,System.Configuration.dll,System.Xml.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/x509clientcertificateauthentication/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/x509clientcertificateauthentication/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/x509clientcertificateauthentication/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xmlobjectserializer/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xmlobjectserializer/vb/makefile
deleted file mode 100644
index 9e4fef04b15..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xmlobjectserializer/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll,System.IdentityModel.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xmlserializerformatattribute/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xmlserializerformatattribute/vb/makefile
deleted file mode 100644
index da76e5a8190..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xmlserializerformatattribute/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: XmlSerializerFormat_Example.exe
-XmlSerializerFormat_Example.exe: XmlSerializerFormat_Example.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:C:\Whidbey\Assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xmlserializeroperationbehavior/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xmlserializeroperationbehavior/vb/makefile
deleted file mode 100644
index d6cbb7c0caf..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xmlserializeroperationbehavior/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: source.exe
-
-source.exe: source.vb
- vbc /t:exe source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /lib:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xpathmessagequery/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xpathmessagequery/vb/makefile
deleted file mode 100644
index f38c707fe76..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xpathmessagequery/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: Source.exe
-Source.exe: Source.vb
- vbc /t:exe Source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xpathquerygenerator/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xpathquerygenerator/vb/makefile
deleted file mode 100644
index f38c707fe76..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xpathquerygenerator/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: Source.exe
-Source.exe: Source.vb
- vbc /t:exe Source.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractexporter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractexporter/vb/makefile
deleted file mode 100644
index fb169ebbdef..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractexporter/vb/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: overview.exe
-
-overview.exe: overview.vb
- vbc /t:exe /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:c:\whidbey\assemblies *.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractimporter/vb/makefile b/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractimporter/vb/makefile
deleted file mode 100644
index 8ce31a0e21c..00000000000
--- a/snippets/visualbasic/VS_Snippets_CFX/xsddatacontractimporter/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: XsdDataContractImporterExample.exe
-XsdDataContractImporterExample.exe: XsdDataContractImporterExample.vb
- vbc /t:exe *.vb /r:System.ServiceModel.dll,System.Runtime.Serialization.dll /libpath:C:\Whidbey\Assemblies
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_Data/XsltDynamicMethodLoad/VB/makefile b/snippets/visualbasic/VS_Snippets_Data/XsltDynamicMethodLoad/VB/makefile
deleted file mode 100644
index 71b139827d9..00000000000
--- a/snippets/visualbasic/VS_Snippets_Data/XsltDynamicMethodLoad/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: Transform.dll XsltDynamicMethodLoad.dll
-
-Transform.dll: Transform.xslt
- xsltc /settings:script+ Transform.xslt
-
-XsltDynamicMethodLoad.dll: XsltDynamicMethodLoad.vb
- vbc /r:Transform.dll XsltDynamicMethodLoad.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/VB/makefile
deleted file mode 100644
index 45622be2898..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/AttributeCollection.Render_Sample1/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY attributecollection_render.vb App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ControlBuilderSamples_2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ControlBuilderSamples_2/VB/makefile
deleted file mode 100644
index c15d68d83e7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ControlBuilderSamples_2/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ctrlbuilder1.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ControlDesignerSample/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ControlDesignerSample/vb/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ControlDesignerSample/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_AddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_AddParsedSubObject/VB/makefile
deleted file mode 100644
index 4d8aee0abff..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_AddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : control_addparsedsubobject.dll
-control_addparsedsubobject.dll : control_addparsedsubobject.vb
- vbc /t:library /out:control_addparsedsubobject.dll control_addparsedsubobject.vb
- IF NOT EXIST bin md bin
- copy control_addparsedsubobject.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_Dispose/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_Dispose/VB/makefile
deleted file mode 100644
index 46e62cc9376..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_Dispose/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-
-all : control_disposemethod.dll
-control_disposemethod.dll : control_disposemethod.vb
- vbc /t:library /out:control_disposemethod.dll control_disposemethod.vb
- IF NOT EXIST bin md bin
- copy control_disposemethod.dll bin
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_MapPathSecure/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_MapPathSecure/VB/makefile
deleted file mode 100644
index 139258a85c3..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_MapPathSecure/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : Control_TemplateSourceDirectory.dll
-Control_TemplateSourceDirectory.dll : Control_TemplateSourceDirectory.vb
- vbc /t:library /out:Control_TemplateSourceDirectory.dll Control_TemplateSourceDirectory.vb
- IF NOT EXIST bin md bin
- copy Control_TemplateSourceDirectory.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_OnUnload/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_OnUnload/VB/makefile
deleted file mode 100644
index 7358df0d160..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_OnUnload/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_onunload.dll
-control_onunload.dll : control_onunload.vb
- vbc /t:library /out:control_onunload.dll control_onunload.vb
- IF NOT EXIST bin md bin
- copy control_onunload.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_ResolveUrl/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_ResolveUrl/VB/makefile
deleted file mode 100644
index fc889c3dae7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_ResolveUrl/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_resolveurl.dll
-control_resolveurl.dll : control_resolveurl.vb
- vbc /t:library /out:control_resolveurl.dll control_resolveurl.vb
- IF NOT EXIST bin md bin
- copy control_resolveurl.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample/VB/makefile
deleted file mode 100644
index 6b90a3697b6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : controlclass_samples.dll
-controlclass_samples.dll : controlclass_samples.vb
- vbc /t:library /out:controlclass_samples.dll controlclass_samples.vb
- IF NOT EXIST bin md bin
- copy controlclass_samples.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1/VB/makefile
deleted file mode 100644
index 615cbf92b43..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_sample.dll
-control_sample.dll : control_sample.vb
- vbc /t:library /out:control_sample.dll control_sample.vb
- IF NOT EXIST bin md bin
- copy control_sample.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1_snipper/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1_snipper/VB/makefile
deleted file mode 100644
index cd875027524..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_Sample_1_snipper/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_sample_1.dll
-control_sample_1.dll : control_sample_1.vb
- vbc /t:library /out:control_sample_1.dll control_sample_1.vb
- IF NOT EXIST bin md bin
- copy control_sample_1.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_StateManagement/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_StateManagement/VB/makefile
deleted file mode 100644
index 52b3e78f841..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_StateManagement/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_state.dll
-control_state.dll : control_state.vb
- vbc /t:library /out:control_state.dll control_state.vb
- IF NOT EXIST bin md bin
- copy control_state.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Control_TemplateSourceDirectory/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Control_TemplateSourceDirectory/VB/makefile
deleted file mode 100644
index e40816be746..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Control_TemplateSourceDirectory/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all : control_templatesourcedirectory.dll
-control_templatesourcedirectory.dll : control_templatesourcedirectory.vb
- vbc /t:library /out:control_templatesourcedirectory.dll control_templatesourcedirectory.vb
- IF NOT EXIST bin md bin
- copy control_templatesourcedirectory.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/VB/makefile
deleted file mode 100644
index f632ec113c8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnCreatingUser/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/VB/makefile
deleted file mode 100644
index f632ec113c8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendMailError/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/VB/makefile
deleted file mode 100644
index f632ec113c8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CreateUserWizardOnSendingMail/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=CustomCreateUserWizard
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorOnPreRender/VB/makefile
deleted file mode 100644
index a7dd4d9685b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: customadrotatoronprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL customadrotatoronprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorRender0/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorRender0/VB/makefile
deleted file mode 100644
index b27740f4912..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomADRotatorRender0/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: customadrotator.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL,System.Data.DLL,System.XML.dll customadrotator.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/VB/makefile
deleted file mode 100644
index 6f64233e259..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custombuttonaddattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custombuttonaddattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/VB/makefile
deleted file mode 100644
index 95e0a2c6beb..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRaisePostBackEvent/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custombuttonraisepostbackevent.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custombuttonraisepostbackevent.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRenderContents/VB/makefile
deleted file mode 100644
index 73ff26c488d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomButtonRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custombuttonrendercontents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custombuttonrendercontents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/VB/makefile
deleted file mode 100644
index 51201e72863..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarCreateControlCollection/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_calendar_createcontrolcollection.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_calendar_createcontrolcollection.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/VB/makefile
deleted file mode 100644
index 94118d5f5f1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarHasWeekSelectors/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_calendar_hasweekselectors.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_calendar_hasweekselectors.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarOnPreRender/VB/makefile
deleted file mode 100644
index d849b5f0208..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_calendar_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_calendar_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarRender/VB/makefile
deleted file mode 100644
index f43124721a7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCalendarRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_calendar_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_calendar_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/VB/makefile
deleted file mode 100644
index 871aad7e068..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkboxlist_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_checkboxlist_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/VB/makefile
deleted file mode 100644
index f49d4890eab..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListIRepeatInfoUser/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkboxlist_irepeatinfouser.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_checkboxlist_irepeatinfouser.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/VB/makefile
deleted file mode 100644
index 9056d2ec340..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkboxlist_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_checkboxlist_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListRender/VB/makefile
deleted file mode 100644
index b3b2d1e7dda..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxListRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkboxlist_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_checkboxlist_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/VB/makefile
deleted file mode 100644
index 45adc9ca9f6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkbox_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL,System.Drawing.DLL custom_checkbox_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxRender/VB/makefile
deleted file mode 100644
index b3990a33659..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCheckBoxRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_checkbox_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_checkbox_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/VB/makefile
deleted file mode 100644
index 5bb5173e1b8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_comparevalidator_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_comparevalidator_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/VB/makefile
deleted file mode 100644
index b04d5098d1d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorControlPropertiesValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_comparevalidator_controlpropertiesvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_comparevalidator_controlpropertiesvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/VB/makefile
deleted file mode 100644
index 37345cff632..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCompareValidatorEvaluateIsValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_comparevalidator_evaluateisvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_comparevalidator_evaluateisvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/VB/makefile
deleted file mode 100644
index f049e99799f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_customvalidator_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_customvalidator_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/VB/makefile
deleted file mode 100644
index e53ac40ac18..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorControlPropertiesValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_customvalidator_controlpropertiesvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_customvalidator_controlpropertiesvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/VB/makefile
deleted file mode 100644
index dbc1472f789..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomCustomValidatorEvaluateIsValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_customvalidator_evaluateisvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_customvalidator_evaluateisvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/VB/makefile
deleted file mode 100644
index 12cdfa1d48a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataGridCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_datagrid_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_datagrid_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListCreateControlStyle/VB/makefile
deleted file mode 100644
index 88e73fd7fa4..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_datalist_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_datalist_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListRenderContents/VB/makefile
deleted file mode 100644
index de8debe8546..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomDataListRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_datalist_rendercontents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_datalist_rendercontents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListBorderColor/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListBorderColor/VB/makefile
deleted file mode 100644
index 706afd5de46..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListBorderColor/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_dropdownlist_bordercolor.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL,System.Drawing.dll custom_dropdownlist_bordercolor.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/VB/makefile
deleted file mode 100644
index 682266dba58..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomDropDownListCreateControlCollection/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_dropdownlist_createcontrolcollection.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_dropdownlist_createcontrolcollection.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/VB/makefile
deleted file mode 100644
index 71ce648dc26..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlanchor_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlanchor_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/VB/makefile
deleted file mode 100644
index 4d6aef15db1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlAnchorRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlanchor_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlanchor_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/VB/makefile
deleted file mode 100644
index 6f7b3083823..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlbutton_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlbutton_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/VB/makefile
deleted file mode 100644
index 0648056af77..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlButtonRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlbutton_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlbutton_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/VB/makefile
deleted file mode 100644
index 6b65e3ad3b9..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlImageRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlimage_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlimage_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/VB/makefile
deleted file mode 100644
index bcbd921021d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputbutton_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputbutton_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/VB/makefile
deleted file mode 100644
index a2f6a787fd6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputButtonRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputbutton_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputbutton_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/VB/makefile
deleted file mode 100644
index 084d7f90eb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputCheckBoxOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputcheckbox_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputcheckbox_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/VB/makefile
deleted file mode 100644
index eeee1d3b33b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputFileOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputfile_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputfile_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/VB/makefile
deleted file mode 100644
index 8d863351d47..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputHiddenOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: Custom_HtmlInputHidden_OnPreRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL Custom_HtmlInputHidden_OnPreRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/VB/makefile
deleted file mode 100644
index 1ab873e5fa2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputimage_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputimage_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/VB/makefile
deleted file mode 100644
index c31fffd450a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputImageRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputimage_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputimage_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/VB/makefile
deleted file mode 100644
index 85bdb19cddc..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputradiobutton_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputradiobutton_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/VB/makefile
deleted file mode 100644
index 9e3ab5eabdb..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputRadioButtonRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputradiobutton_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputradiobutton_renderattributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/VB/makefile
deleted file mode 100644
index f3c0e8861a9..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlInputTextOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmlinputtext_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmlinputtext_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/VB/makefile
deleted file mode 100644
index 794dac4a87d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlSelect_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlSelect_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/VB/makefile
deleted file mode 100644
index 63e5bf381b8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectClearSelection/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlSelect_ClearSelection.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlSelect_ClearSelection.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/VB/makefile
deleted file mode 100644
index a25f02d5e17..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlSelect_OnPreRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlSelect_OnPreRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/VB/makefile
deleted file mode 100644
index 8c287711f72..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderAttributes/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlSelect_RenderAttributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlSelect_RenderAttributes.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/VB/makefile
deleted file mode 100644
index bd60fd5cdac..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlSelectRenderChildren/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlSelect_RenderChildren.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlSelect_RenderChildren.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/VB/makefile
deleted file mode 100644
index 810d3ea5a3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTable.HtmlTableRowControlCollection/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmltable_htmltablerowcontrolcollection.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmltable_htmltablerowcontrolcollection.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/VB/makefile
deleted file mode 100644
index e2481a57630..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderChildren/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlTable_RenderChildren.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlTable_RenderChildren.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/VB/makefile
deleted file mode 100644
index 6e92a2d1c66..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTableRenderEndTag/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlTable_RenderEndTag.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlTable_RenderEndTag.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/VB/makefile
deleted file mode 100644
index a97e9c57372..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlTextArea_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlTextArea_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/VB/makefile
deleted file mode 100644
index 395aa5547f0..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HtmlTextArea_OnPreRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HtmlTextArea_OnPreRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/vb/makefile
deleted file mode 100644
index dd55b96f458..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHtmlTextAreaRenderAttributes/vb/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_htmltextarea_renderattributes.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_htmltextarea_renderattributes.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/VB/makefile
deleted file mode 100644
index 84c79bf842a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HyperLink_AddAttributesToRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HyperLink_AddAttributesToRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/VB/makefile
deleted file mode 100644
index 2336819ff63..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HyperLink_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HyperLink_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkRenderContents/VB/makefile
deleted file mode 100644
index 68fc33ce8dd..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomHyperLinkRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_HyperLink_RenderContents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_HyperLink_RenderContents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomImageAddAttributesToRender/VB/makefile
deleted file mode 100644
index d988e5edab1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Image_AddAttributesToRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Image_AddAttributesToRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/VB/makefile
deleted file mode 100644
index 9ae7f9decd8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_imagebutton_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_imagebutton_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonOnPreRender/VB/makefile
deleted file mode 100644
index 3bfb57ef8e0..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_ImageButton_OnPreRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_ImageButton_OnPreRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonTagKey/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonTagKey/VB/makefile
deleted file mode 100644
index 60c47306079..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageButtonTagKey/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_ImageButton_TagKey.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_ImageButton_TagKey.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomImageRenderContents/VB/makefile
deleted file mode 100644
index 59d89d79300..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomImageRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Image_RenderContents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Image_RenderContents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/VB/makefile
deleted file mode 100644
index 4a1a46032f1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Label_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Label_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelRenderContents/VB/makefile
deleted file mode 100644
index 8f9a8470d67..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLabelRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Label_RenderContents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Label_RenderContents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/VB/makefile
deleted file mode 100644
index 812251aa179..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_LinkButton_AddAttributesToRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_LinkButton_AddAttributesToRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/VB/makefile
deleted file mode 100644
index 9173b69e98f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_LinkButton_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_LinkButton_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/VB/makefile
deleted file mode 100644
index b7becef79f5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_LinkButton_OnPreRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_LinkButton_OnPreRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonRenderContents/VB/makefile
deleted file mode 100644
index 07fe0097557..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLinkButtonRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_LinkButton_RenderContents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_LinkButton_RenderContents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/VB/makefile
deleted file mode 100644
index c065fdc71e5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomListBoxAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_ListBox_AddAttributesToRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_ListBox_AddAttributesToRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/VB/makefile
deleted file mode 100644
index 700236cbf51..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Literal_AddParsedSubObject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Literal_AddParsedSubObject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/VB/makefile
deleted file mode 100644
index 2ffcaf25606..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralCreateControlCollection/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Literal_CreateControlCollection.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Literal_CreateControlCollection.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralRender/VB/makefile
deleted file mode 100644
index 5f98fcd6cff..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomLiteralRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Literal_Render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Literal_Render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/VB/makefile
deleted file mode 100644
index 22925d3be8c..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomPanelAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_Panel_AddAttributesToRender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_Panel_AddAttributesToRender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/VB/makefile
deleted file mode 100644
index a729b1bccea..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_radiobuttonlist_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_radiobuttonlist_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListRender/VB/makefile
deleted file mode 100644
index 66b81265feb..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRadioButtonListRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_radiobuttonlist_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_radiobuttonlist_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/VB/makefile
deleted file mode 100644
index 50b19cbaead..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_rangevalidator_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_rangevalidator_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/VB/makefile
deleted file mode 100644
index d53fd3e8c69..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRangeValidatorEvaluateIsValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_rangevalidator_evaluateisvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_rangevalidator_evaluateisvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/VB/makefile
deleted file mode 100644
index 4fb5415fcc8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_regularexpressionvalidator_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_regularexpressionvalidator_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/VB/makefile
deleted file mode 100644
index 70835630bea..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRegularExpressionValidatorEvaluateIsValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_regularexpressionvalidator_evaluateisvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_regularexpressionvalidator_evaluateisvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterCreateItem/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterCreateItem/VB/makefile
deleted file mode 100644
index 24f9928815d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterCreateItem/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_repeater_createitem.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_repeater_createitem.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterDataBind/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterDataBind/VB/makefile
deleted file mode 100644
index 950f1c829a3..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterDataBind/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_repeater_databind.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_repeater_databind.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/VB/makefile
deleted file mode 100644
index 3dfc5796780..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnBubbleEvent/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_repeater_onbubbleevent.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_repeater_onbubbleevent.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/VB/makefile
deleted file mode 100644
index 6a5c01b9914..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRepeaterOnDataBinding/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_repeater_ondatabinding.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_repeater_ondatabinding.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/VB/makefile
deleted file mode 100644
index d287eb47b10..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_requiredfieldvalidator_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_requiredfieldvalidator_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/VB/makefile
deleted file mode 100644
index 82d537a0eb8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomRequiredFieldValidatorEvaluateIsValid/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_requiredfieldvalidator_evaluateisvalid.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_requiredfieldvalidator_evaluateisvalid.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableAddAttributesToRender/VB/makefile
deleted file mode 100644
index ecee493581a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_table_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_table_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/VB/makefile
deleted file mode 100644
index e160a5cc31d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_tablecell_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_tablecell_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/VB/makefile
deleted file mode 100644
index 2950f1a742e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_tablecell_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_tablecell_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellRenderContents/VB/makefile
deleted file mode 100644
index 6313f4eb3a8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCellRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_tablecell_rendercontents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_tablecell_rendercontents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlCollection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlCollection/VB/makefile
deleted file mode 100644
index e1d804658af..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlCollection/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlStyle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlStyle/VB/makefile
deleted file mode 100644
index 7e7fd406fc8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableCreateControlStyle/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_table_createcontrolstyle.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_table_createcontrolstyle.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableRenderContents/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTableRenderContents/VB/makefile
deleted file mode 100644
index 3bc21ad017c..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTableRenderContents/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_table_rendercontents.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_table_rendercontents.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/VB/makefile
deleted file mode 100644
index 3c3736f9089..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddAttributesToRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/VB/makefile
deleted file mode 100644
index b7f3ef94226..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_addparsedsubobject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_addparsedsubobject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnPreRender/VB/makefile
deleted file mode 100644
index 3ca2262d8a7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_onprerender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_onprerender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/VB/makefile
deleted file mode 100644
index d47422306d3..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxOnTextChanged/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_ontextchanged.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_ontextchanged.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxRender/VB/makefile
deleted file mode 100644
index dae4605ad77..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxTagKey/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxTagKey/VB/makefile
deleted file mode 100644
index 017188e9911..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomTextBoxTagKey/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_textbox_tagkey.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_textbox_tagkey.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/VB/makefile
deleted file mode 100644
index 35f737e6ccc..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryOnPreRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_validationsummary_addattributestorender.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_validationsummary_addattributestorender.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryRender/VB/makefile
deleted file mode 100644
index 4707400929a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomValidationSummaryRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_validationsummary_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_validationsummary_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/VB/makefile
deleted file mode 100644
index 84957a15d9c..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlAddParsedSubObject/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_xml_addparsedsubobject.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_xml_addparsedsubobject.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlRender/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlRender/VB/makefile
deleted file mode 100644
index 7d38704312a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/CustomXmlRender/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: custom_xml_render.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL custom_xml_render.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DataGridDesigner_Sample2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DataGridDesigner_Sample2/VB/makefile
deleted file mode 100644
index 09ed6efd68a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DataGridDesigner_Sample2/VB/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-ASSEMBLY_LIST=/r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll
-
-#LANG=CS
-LANG=VB
-
-OUTDLL=simpleControl_$(LANG).dll
-SRC=SimpleGridView.vb
-
-all: $(OUTDLL)
-
-$(OUTDLL): $(SRC)
- vbc /target:library /nologo /out:$(OUTDLL) $(ASSEMBLY_LIST) $(SRC)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DataListDesigner_Sample2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DataListDesigner_Sample2/VB/makefile
deleted file mode 100644
index 414a4f7a7a2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DataListDesigner_Sample2/VB/makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-ASSEMBLY_LIST=/r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll
-
-#LANG=CS
-LANG=VB
-
-OUTDLL=simpleControl_$(LANG).dll
-SRC=simpledatalist.vb simpledatalistdesigner.vb
-
-all: $(OUTDLL)
-
-$(OUTDLL): $(SRC)
- vbc /target:library /nologo /out:$(OUTDLL) $(ASSEMBLY_LIST) $(SRC)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DataSourceDesignerSample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DataSourceDesignerSample/VB/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DataSourceDesignerSample/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DesignerAutoFormat/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DesignerAutoFormat/VB/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DesignerAutoFormat/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DesignerInvokeTransactedChange/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DesignerInvokeTransactedChange/VB/makefile
deleted file mode 100644
index 30baa5f467b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DesignerInvokeTransactedChange/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=ASPNet.Samples.InvokeTransactedChangeSample_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: InvokeTransactedChangeSample.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll InvokeTransactedChangeSample.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/DesignerTemplateGroupSample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/DesignerTemplateGroupSample/VB/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/DesignerTemplateGroupSample/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/HtmlSelectBuilder/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/HtmlSelectBuilder/vb/makefile
deleted file mode 100644
index 8458fdadea5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/HtmlSelectBuilder/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: source.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL source.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/VB/makefile
deleted file mode 100644
index 12899e49a80..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/HyperLinkDesigner_Resubmit/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: sample.dll
-
-sample.dll: customhyperlink.vb customhyperlinkdesigner.vb
- vbc /t:library /out:sample.dll customhyperlink.vb customhyperlinkdesigner.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ListControlDesigner_Samples/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ListControlDesigner_Samples/VB/makefile
deleted file mode 100644
index fafe5eb3e72..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ListControlDesigner_Samples/VB/makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRC=simpleradiobuttonlist.vb simpleradiobuttonlistdatabindinghandler.vb simpleradiobuttonlistdesigner.vb
-OUT=simpleradiobuttonlist.dll
-
-all:
- vbc /target:library /out:$(OUT) /nologo $(ASSEMBLY_LIST) $(SRC)
-
-clean:
- del $(OUT)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/LiteralControlSample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/LiteralControlSample/VB/makefile
deleted file mode 100644
index 4ebb2b1307b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/LiteralControlSample/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: customliteralcontrol.dll
-customliteralcontrol.dll : customliteralcontrol.vb
- vbc /t:library customliteralcontrol.vb
- IF NOT EXIST bin md bin
- copy customliteralcontrol.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Constants/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Constants/VB/makefile
deleted file mode 100644
index 2ad964f4f4e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Constants/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-IMPORT_LIST=Microsoft.VisualBasic,System,System.Drawing,System.Windows.Forms
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-
-all: sample.dll
-sample.dll : simplebutton.vb simpleimage.vb simpletable.vb
- vbc /target:library simplebutton.vb simpleimage.vb simpletable.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods1/VB/makefile
deleted file mode 100644
index 387792b1dda..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods1/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: sample.dll
-sample.dll : boldedrendering.vb boldedrendering2.vb
- vbc /target:library boldedrendering.vb boldedrendering2.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods2/VB/makefile
deleted file mode 100644
index c454bce2cf8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/MarkupTextWriter_Methods2/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all: sample.dll
-sample.dll : displaylabelsline.vb renderobjects.vb
- vbc /target:library displaylabelsline.vb renderobjects.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/VB/makefile
deleted file mode 100644
index c79f75de074..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceDataObjectTypeName/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: AggregateData.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL AggregateData.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceSorting/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceSorting/VB/makefile
deleted file mode 100644
index 9882f98b43e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ObjectDataSourceSorting/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: SortingData.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL SortingData.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_1/VB/makefile
deleted file mode 100644
index f855a776127..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_1/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: parsechildren.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL parsechildren.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_2/VB/makefile
deleted file mode 100644
index cdb17786957..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ParseChildrenAttribute_2/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: parsechildren.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.dll parsechildren.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/VB/makefile
deleted file mode 100644
index ddc18a983a4..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/PasswordRecoveryOnBeforeSendMail/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: passwordrecoveryonbeforesendingemail.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL passwordrecoveryonbeforesendingemail.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/VB/makefile
deleted file mode 100644
index 219b31d1619..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/PersistChildrenAttribute_Sample/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: persistchildren_1.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.dll persistchildren_1.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/PersistenceMode/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/PersistenceMode/VB/makefile
deleted file mode 100644
index dbadeabb243..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/PersistenceMode/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY persistencemodeattributesamples.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/VB/makefile
deleted file mode 100644
index e43dc74b824..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_1/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: dll
-
-dll: mypageadapter.vb textfilepagestatepersister.vb
- vbc /t:library mypageadapter.vb textfilepagestatepersister.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/VB/makefile
deleted file mode 100644
index 7fc2c18ac8a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.Alexkr.TextFilePageStatePersister_2/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: dll
-
-dll: mypageadapter.vb textfilepagestatepersister.vb
- vbc /t:library mypageadapter.vb textfilepagestatepersister.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/VB/makefile
deleted file mode 100644
index a5e7902ddd6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.GeneologyTree/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: geneologytree.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL geneologytree.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/VB/makefile
deleted file mode 100644
index 1cce8433e01..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Samples.AspNet.TextBoxSet/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.Controls.VB.dll
-
-bin\Samples.AspNet.Controls.VB.dll: textboxset.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.Controls.VB.dll /r:System.dll,System.Web.DLL textboxset.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/SimpleContainerControlDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/SimpleContainerControlDesigner/VB/makefile
deleted file mode 100644
index 600203c0265..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/SimpleContainerControlDesigner/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimpleContainerControl
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/VB/makefile
deleted file mode 100644
index 06a56c03e47..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/SimpleMultiRegionControlDesigner/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=Samples.ASPNet.ControlDesigners_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: SimpleMultiRegionControlDesigner.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll SimpleMultiRegionControlDesigner.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/StateItem_Samples1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/StateItem_Samples1/VB/makefile
deleted file mode 100644
index f63b683f704..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/StateItem_Samples1/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY stateitem_samples.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/VB/makefile
deleted file mode 100644
index c02dab7d4a9..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigValidatorAttribute/VB/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-.SUFFIXES : .cs .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:exe /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-
-.vb.vbout:
- vbc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:TestingConfigValidatorAttribute.exe *.vb
-
-
-.all: TestingConfigValidatorAttribute.vbout
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/VB/makefile
deleted file mode 100644
index 88599df3db7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.ConfigurationElement/VB/makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-.SUFFIXES : .cs .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:exe /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-
-.vb.vbout:
- vbc $(CS_DEBUG) $(CFLAGS) $(ASSEMBLY_LIST) /out:ConfigurationElement.exe *.vb
-
-
-.all: ConfigurationElement.vbout
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/VB/makefile
deleted file mode 100644
index bfc56369f9b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.GenericEnumConverter/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-.vb.vbout:
- vbc $(VB_DEBUGs) $(CFLAGS) $(ASSEMBLY_LIST) /out:GenericEnumConverter.dll *.vb
-
-
-.all: GenericEnumConverter.vbout
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/VB/makefile
deleted file mode 100644
index fb23c7df322..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.InfiniteTimeSpanConverter/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-.vb.vbout:
- vbc $(VB_DEBUGs) $(CFLAGS) $(ASSEMBLY_LIST) /out:InfiniteTimeSpanConverter.dll *.vb
-
-
-.all: InfiniteTimeSpanConverter.vbout
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/VB/makefile
deleted file mode 100644
index d2796964d58..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.TypeNameConverter/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-.vb.vbout:
- vbc $(VB_DEBUGs) $(CFLAGS) $(ASSEMBLY_LIST) /out:TypeNameConverter.dll *.vb
-
-
-.all: TypeNameConverter.vbout
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/VB/makefile
deleted file mode 100644
index 2a93a0e5328..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Configuration.UsingProtectedConfigurationProvider/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.SUFFIXES : .vb
-
-ASSEMBLY_LIST = /r:System.dll /r:System.Configuration.dll /r:System.Data.dll
-CFLAGS = /target:library /nologo
-VB_DEBUGS = /define:DEBUGMODE=True
-
-.vb.vbout:
- vbc $(VB_DEBUGs) $(CFLAGS) $(ASSEMBLY_LIST) /out:ProtectedConfigurationProvider.dll *.vb
-
-
-.all: ProtectedConfigurationProvider.vbout
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpApplication1/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpApplication1/vb/makefile
deleted file mode 100644
index 8458fdadea5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpApplication1/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: source.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL source.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/VB/makefile
deleted file mode 100644
index bbd94d805fa..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpRequest_Samples2/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.Controls.VB.dll
-Samples.AspNet.Controls.VB.dll :responsefilter.vb
- vbc /t:library /out:Samples.AspNet.Controls.VB.dll responsefilter.vb
- IF NOT EXIST bin md bin
- copy Samples.AspNet.Controls.VB.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/VB/makefile
deleted file mode 100644
index 34a36e1b8b3..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.HttpResponse_Samples2/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.VB.dll
-Samples.AspNet.VB.dll : datahelper.vb
- vbc /t:library /out:Samples.AspNet.VB.dll datahelper.vb
- IF NOT EXIST bin md bin
- copy Samples.AspNet.VB.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/VB/makefile
deleted file mode 100644
index 2b6734aab28..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Security.AnonymousIdentificationModule/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyIDClass.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/VB/makefile
deleted file mode 100644
index 9f033474f88..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ChtmlTextWriter_Sample1/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY chtmltestlabel.vb App_Code /c /o /r /y
- IF NOT EXIST App_Browsers md App_Browsers
- XCOPY BrowserFile.browser App_Browsers /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/vb/makefile
deleted file mode 100644
index b1e714b6115..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ClientScriptManager4/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: resource.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /resource:Samples.AspNet.VB.Controls.script_include.js /r:System.dll,System.Web.DLL resource.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/VB/makefile
deleted file mode 100644
index ed26bb05978..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlCollection_CTor_Owner/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY controlcollection_7.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/VB/makefile
deleted file mode 100644
index c8cc284652c..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.ControlIdConverter_1/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: debuginfocontrol.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll debuginfocontrol.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Control_Load/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Control_Load/VB/makefile
deleted file mode 100644
index 25684a38634..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Control_Load/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: Samples.AspNet.VB.dll
-Samples.AspNet.VB.dll : control_load.vb
- vbc /t:library /out:Samples.AspNet.VB.dll control_load.vb
- IF NOT EXIST bin md bin
- copy Samples.AspNet.VB.dll bin
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/VB/makefile
deleted file mode 100644
index d9d7df70431..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.FileEditor/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimplecontrolWithFilename
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/VB/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.SupportsPreviewControlAttribute/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/VB/makefile
deleted file mode 100644
index 975349acfbc..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.DesignerEditors/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCV=DesignerEditors.vb
-
-OUTV=DesignerEditorsVB.dll
-
-all:
- vbc /target:library /out:$(OUTV) /nologo $(ASSEMBLY_LIST) $(SRCV)
-
-clean:
- del $(OUTV)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/VB/makefile
deleted file mode 100644
index a2bf9b3748b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.MenuDesigner/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCV=MenuDesigner.vb
-
-OUTV=MyMenuVB.dll
-
-all:
- vbc /target:library /out:$(OUTV) /nologo $(ASSEMBLY_LIST) $(SRCV)
-
-clean:
- del $(OUTV)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/VB/makefile
deleted file mode 100644
index 7bc542d4fa1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.ObjectDataSourceDesigner/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCV=ObjectDataSourceDesigner.vb
-
-OUTV=ObjectDataSourceVB.dll
-
-all:
- vbc /target:library /out:$(OUTV) /nologo $(ASSEMBLY_LIST) $(SRCV)
-
-clean:
- del $(OUTV)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/VB/makefile
deleted file mode 100644
index c5f24dd7468..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.PanelContainerDesigner/VB/makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ASSEMBLY_LIST=/r:System.Configuration.Install.dll /r:System.Data.dll /r:System.Design.dll /r:System.DirectoryServices.dll /r:System.dll /r:System.Drawing.Design.dll /r:System.Drawing.dll /r:System.EnterpriseServices.dll /r:System.Management.dll /r:System.Messaging.dll /r:System.Runtime.Remoting.dll /r:System.Runtime.Serialization.Formatters.Soap.dll /r:System.Security.dll /r:System.ServiceProcess.dll /r:System.Web.dll /r:System.Web.RegularExpressions.dll /r:System.Web.Services.dll /r:System.Windows.Forms.dll /r:System.XML.dll /r:Microsoft.JScript.dll /r:Accessibility.dll /r:System.Data.OracleClient.dll
-
-SRCV=PanelContainerDesigner.vb
-
-OUTV=MyPanelContainerVB.dll
-
-all:
- vbc /target:library /out:$(OUTV) /nologo $(ASSEMBLY_LIST) $(SRCV)
-
-clean:
- del $(OUTV)
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.TableDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.TableDesigner/VB/makefile
deleted file mode 100644
index b4cb3357f6f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Design.WebControls.TableDesigner/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all : mydll.dll
-mydll.dll : customtable.vb customtabledesigner.vb
- vbc /t:library /out:mydll.dll customtable.vb customtabledesigner.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/VB/makefile
deleted file mode 100644
index 72c2f914fae..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.IDataItemContainer_1/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: idataitemcontainersample.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /import:Microsoft.VisualBasic,System,System.Drawing,System.Windows.Forms /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL idataitemcontainersample.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/vb/makefile
deleted file mode 100644
index b4078b6c79a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page.AsyncTimeout/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: page_asynctask.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL page_asynctask.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/vb/makefile
deleted file mode 100644
index 955f301f098..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.Page_VerifyRenderingInServerForm/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: testlinkbutton.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL testlinkbutton.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/vb/makefile
deleted file mode 100644
index a012d1b8071..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstance/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: templateinstance.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL templateinstance.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/vb/makefile
deleted file mode 100644
index e5a2e57c1af..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.TemplateInstanceAttribute/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: templateinstanceattribute.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL templateinstanceattribute.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/VB/makefile
deleted file mode 100644
index b06edf67926..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.Adapters.DataBoundControlAdapter/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=MyDataBoundControlAdapter_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: mydatabound.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll,System.Security.dll /t:library /nologo /out:bin\$(DLL_NAME).dll mydatabound.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/VB/makefile
deleted file mode 100644
index 858caadcda8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.DataControlField_4/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : ..\..\Samples.AspNet.RadioButtonField\VB\radiobuttonfield.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll ..\..\Samples.AspNet.RadioButtonField\VB\radiobuttonfield.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/VB/makefile
deleted file mode 100644
index 997696bfb19..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_1/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee1.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee1.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/VB/makefile
deleted file mode 100644
index c0bef9c4c88..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_10/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee10.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee10.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/VB/makefile
deleted file mode 100644
index 5e8120e7fc7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_11/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee11.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee11.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/VB/makefile
deleted file mode 100644
index 79664d8936b..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_12/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee12.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee12.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/VB/makefile
deleted file mode 100644
index 2e51358ebc5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_13/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_12\VB\northwindemployee12.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_12\VB\northwindemployee12.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/VB/makefile
deleted file mode 100644
index 8c45182d4b1..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_15/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : northwindemployee15.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll northwindemployee15.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/VB/makefile
deleted file mode 100644
index ebbb13ce9fb..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_16/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : northwindemployee16.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll northwindemployee16.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/VB/makefile
deleted file mode 100644
index 256ded20113..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_3/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_1\VB\northwindemployee1.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_1\VB\northwindemployee1.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/VB/makefile
deleted file mode 100644
index 90ace1f279d..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_4/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : northwindemployee4.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll northwindemployee4.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/VB/makefile
deleted file mode 100644
index 40d814b9e9e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_5/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee5.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee5.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/VB/makefile
deleted file mode 100644
index 7b2559d8dab..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_6/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_5\VB\northwindemployee5.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_5\VB\northwindemployee5.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/VB/makefile
deleted file mode 100644
index 7b2559d8dab..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_7/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : ..\..\System.Web.UI.WebControls.ObjectDataSource_5\VB\northwindemployee5.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll ..\..\System.Web.UI.WebControls.ObjectDataSource_5\VB\northwindemployee5.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/VB/makefile
deleted file mode 100644
index a4b7b2f0e36..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_8/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all : bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll : northwindemployee8.vb
- IF NOT EXIST bin md bin
- vbc /target:library /out:bin\Samples.AspNet.VB.dll northwindemployee8.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/VB/makefile
deleted file mode 100644
index 7ad7260e375..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebControls.ObjectDataSource_9/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.dll
-
-bin\Samples.AspNet.VB.dll: northwindemployee9.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.dll /r:System.dll,System.Web.DLL northwindemployee9.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/vb/makefile
deleted file mode 100644
index ecb654e45c6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.WebResourceAttribute/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: WebResourceAttribute.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL WebResourceAttribute.vb /res:image1.jpg /res:help.htm
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/VB/makefile
deleted file mode 100644
index a29f8275e3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/System.Web.UI.XhtmlTextWriter_Sample1/VB/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY xhtmltestlabel.vb App_Code /c /o /r /y
- IF NOT EXIST App_Browsers md App_Browsers
- XCOPY BrowserFile.browser App_Browsers /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/VB/makefile
deleted file mode 100644
index fe33c4da26e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_ControlBuilder_2/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: bin\vb_mycontrolbuilder.dll
-
-bin\vb_mycontrolbuilder.dll: controlbuilder.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\vb_mycontrolbuilder.dll /r:System.dll,System.Web.DLL controlbuilder.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/VB/makefile
deleted file mode 100644
index d0a7c6a245a..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_DataBoundLiteralControl/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY mydataboundliteralcontrol.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/VB/makefile
deleted file mode 100644
index d3bb8ca594c..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/SystemWebUI_TemplateContainerAttribute/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\Samples.AspNet.VB.Controls.dll
-
-bin\Samples.AspNet.VB.Controls.dll: templatecontainerattribute.vb
- IF NOT EXIST bin md bin
- vbc /target:library /nologo /out:bin\Samples.AspNet.VB.Controls.dll /r:System.dll,System.Web.DLL templatecontainerattribute.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/TemplateControl_Sample1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/TemplateControl_Sample1/VB/makefile
deleted file mode 100644
index 022fabfef3e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/TemplateControl_Sample1/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- if not exist App_Code md App_Code
- move *.vb App_Code
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl/VB/makefile
deleted file mode 100644
index 826afe5994e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-all: repeateritem.dll templatedataboundcontrol.dll
-
-repeateritem.dll: repeateritem.vb
- vbc /t:library repeateritem.vb
-
-templatedataboundcontrol.dll: templatedataboundcontrol.vb repeateritem.dll
- vbc /t:library /r:repeateritem.dll templatedataboundcontrol.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl2/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl2/vb/makefile
deleted file mode 100644
index 826afe5994e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl2/vb/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-
-all: repeateritem.dll templatedataboundcontrol.dll
-
-repeateritem.dll: repeateritem.vb
- vbc /t:library repeateritem.vb
-
-templatedataboundcontrol.dll: templatedataboundcontrol.vb repeateritem.dll
- vbc /t:library /r:repeateritem.dll templatedataboundcontrol.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl3/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl3/vb/makefile
deleted file mode 100644
index 7ea5c68db19..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/TemplatedDataBoundControl3/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY customrepeater.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/VB/makefile
deleted file mode 100644
index a57e9d8b050..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/UI.WebControls.WebParts.Connection/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/VB/makefile
deleted file mode 100644
index 68ef136d10f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.CsvDataSource_1_webform/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY csvdatasource.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/VB/makefile
deleted file mode 100644
index 5de843aa784..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/Urtue.Samples.Alexkr.FileSystemDataSource_webform_1/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY filesystemdatasource.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/ValidationPropertyAttribute/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/ValidationPropertyAttribute/VB/makefile
deleted file mode 100644
index 39ca54281c5..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/ValidationPropertyAttribute/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY validationpropertyattribute1.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/VB/makefile
deleted file mode 100644
index d9d7df70431..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.MdbDataFileEditor/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimplecontrolWithFilename
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/vb/makefile
deleted file mode 100644
index d9d7df70431..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XmlDataFileEditor/vb/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimplecontrolWithFilename
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/vb/makefile
deleted file mode 100644
index d9d7df70431..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XsdSchemaFileEditor/vb/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimplecontrolWithFilename
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/vb/makefile
deleted file mode 100644
index d9d7df70431..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebDesigner.XslTransformFileEditor/vb/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=SimplecontrolWithFilename
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/VB/makefile
deleted file mode 100644
index e1afd40310e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.AccessDataSourceDesigner/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=CustomControls.Design.ExampleAccessDataSource_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: ExampleAccessDataSource.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll ExampleAccessDataSource.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/VB/makefile
deleted file mode 100644
index ea525554018..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebNet.Design.WebControls.CreateUserWizardDesigner/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=Examples.WebNET.CreateUserWizardDesigner_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: createuser.vb createuserdesigner.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll createuser.vb createuserdesigner.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/vb/makefile
deleted file mode 100644
index fa5774cc4f7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_ConnectionsZoneDesigner_Overview/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.VB App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/vb/makefile
deleted file mode 100644
index c5ea072df51..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_EditorPartDesigner_Overview/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY SecretEditorPart.VB App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/vb/makefile
deleted file mode 100644
index 53a5aa33ec8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartDesigner_Overview/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.vb App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/vb/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/vb/makefile
deleted file mode 100644
index 53a5aa33ec8..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebPartsDesigners_WebPartManagerDesigner_Overview/vb/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.vb App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_AppearanceEditorPart_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/VB/makefile
deleted file mode 100644
index 73687d12895..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartChrome_Overview/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY source2.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/VB/makefile
deleted file mode 100644
index e7017fe57d0..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogPartCollection_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/VB/makefile
deleted file mode 100644
index 2731ab5c7d4..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZoneBase_Overview/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Autogenerated makefile
-
-all: bin\TextDisplayWebPartVB.dll
-
-bin\TextDisplayWebPartVB.dll: TextDisplayWebPart.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll /r:System.Web.dll /t:library /nologo /out:bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
-
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/VB/makefile
deleted file mode 100644
index 433ad970816..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_CatalogZone_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY catalogSamples.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionPoint_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ConnectionZone_ctor/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Get/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_DeclarativeCatalogPart_WebPartsList/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/VB/makefile
deleted file mode 100644
index ef7e8046f86..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartChrome_Overview/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY source.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPartCollection_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPart_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorPart_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/VB/makefile
deleted file mode 100644
index 6cb72099a42..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_EditorZoneBase_Common/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY myeditorzone.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_General_TextDisplayPart/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable/VB/makefile
deleted file mode 100644
index 64dba4920de..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY persdict.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/VB/makefile
deleted file mode 100644
index 3535fc106f9..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IPersonalizable_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY UrlListWebPart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebEditable_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/VB/makefile
deleted file mode 100644
index b8d683b7fda..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartField_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY IFieldSample.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/VB/makefile
deleted file mode 100644
index 9958d8f42aa..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartRow_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY IRowSamples.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/VB/makefile
deleted file mode 100644
index 5d0ca583759..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_IWebPartTable_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ITableSample.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/VB/makefile
deleted file mode 100644
index fed4e9fb5c6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Get/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY userinfowebpart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/VB/makefile
deleted file mode 100644
index fed4e9fb5c6..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ImportCatalogPart_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY userinfowebpart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Get/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PageCatalogPart_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Part_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Part_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Part_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/VB/makefile
deleted file mode 100644
index 14acd11f96e..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_PropertyGridEditorPart_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\UserInfoWebPartVB.dll
-Bin\UserInfoWebPartVB.dll:UserInfoWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\UserInfoWebPartVB.dll UserInfoWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_ProxyWebPartManager_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/VB/makefile
deleted file mode 100644
index 57f23a7c04f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_RowToFieldTransformer_Overview/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY FieldConsumerWebPart.vb App_Code /c /o /r /y
- XCOPY RowProviderWebPart.vb App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_TableCallback_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_TableCallback_Overview/VB/makefile
deleted file mode 100644
index e61354a6db7..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_TableCallback_Overview/VB/makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY tableconsumerwebpart.vb App_Code /c /o /r /y
- XCOPY tableprovider.vb App_Code /c /o /r /y
\ No newline at end of file
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/VB/makefile
deleted file mode 100644
index e5641bb266f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_UnauthorizedWebPart_Overview/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerAuthorize.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/VB/makefile
deleted file mode 100644
index a6af59ede18..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartChrome_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\MyChromeVB.dll
-Bin\MyChromeVB.dll:MyChrome.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\MyChromeVB.dll MyChrome.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/VB/makefile
deleted file mode 100644
index 918be560417..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Consumer/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/VB/makefile
deleted file mode 100644
index 918be560417..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPoint/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerConnectionPointID/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ConsumerID/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ID/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsActive/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsShared/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_IsStatic/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Overview/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_Provider/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPoint/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderConnectionPointID/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ProviderID/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/VB/makefile
deleted file mode 100644
index 327a01bcfb2..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartConnection_ToString/VB/makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/VB/makefile
deleted file mode 100644
index d9f7244c837..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDescription_Overview/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartDisplayMode_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/VB/makefile
deleted file mode 100644
index 3f49da7e084..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseProviderWarning/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleVB.dll
-Bin\ConnectionSampleVB.dll:ZipCodeComponent.vb
- IF NOT EXIST Bin md Bin
- vbc /t:library /out:Bin\ConnectionSampleVB.dll ZipCodeComponent.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/VB/makefile
deleted file mode 100644
index d9f7244c837..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CloseWebPart/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/VB/makefile
deleted file mode 100644
index 918be560417..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectDisplayMode/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/VB/makefile
deleted file mode 100644
index 3f49da7e084..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_ConnectWebParts1/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleVB.dll
-Bin\ConnectionSampleVB.dll:ZipCodeComponent.vb
- IF NOT EXIST Bin md Bin
- vbc /t:library /out:Bin\ConnectionSampleVB.dll ZipCodeComponent.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/VB/makefile
deleted file mode 100644
index 32a90a52ced..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_CreateDisplayModes/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\CustomDisplayModeVB.dll
-Bin\CustomDisplayModeVB.dll:CustomDisplayMode.vb
- IF NOT EXIST Bin md Bin
- vbc /t:library /out:Bin\CustomDisplayModeVB.dll CustomDisplayMode.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/VB/makefile
deleted file mode 100644
index d9f7244c837..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DeleteWarning/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY textdisplaywebpart.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/VB/makefile
deleted file mode 100644
index 918be560417..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_DisconnectWebParts/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/VB/makefile
deleted file mode 100644
index bc21f150a98..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_GetCurrentWebPartManager/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerIDLabel.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/VB/makefile
deleted file mode 100644
index e5641bb266f..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsAuthorized/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY MyManagerAuthorize.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/VB/makefile
deleted file mode 100644
index 918be560417..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_IsDirty/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY ZipCodeComponent.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/VB/makefile
deleted file mode 100644
index 3f49da7e084..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_SimpleConnection/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleVB.dll
-Bin\ConnectionSampleVB.dll:ZipCodeComponent.vb
- IF NOT EXIST Bin md Bin
- vbc /t:library /out:Bin\ConnectionSampleVB.dll ZipCodeComponent.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/VB/makefile
deleted file mode 100644
index 3f49da7e084..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartManager_StaticConnections/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: Bin\ConnectionSampleVB.dll
-Bin\ConnectionSampleVB.dll:ZipCodeComponent.vb
- IF NOT EXIST Bin md Bin
- vbc /t:library /out:Bin\ConnectionSampleVB.dll ZipCodeComponent.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/VB/makefile
deleted file mode 100644
index ab9ad9b8e78..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartTransformer_Overview/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY TransformerSource.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartVerb2/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartVerb2/VB/makefile
deleted file mode 100644
index a57e9d8b050..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartVerb2/VB/makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# In the line of script below that starts with XCOPY, replace
-# the myfile placeholder with the filename + extension that you
-# want Parsnip to dynamically compile during testing.
-
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY *.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZoneBase_Verbs/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/VB/makefile
deleted file mode 100644
index 7667c846913..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPartZone_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\MyWebPartZoneVB.dll
-Bin\MyWebPartZoneVB.dll:MyWebPartZone.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\MyWebPartZoneVB.dll MyWebPartZone.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowEdit/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowHide/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowMinimize/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_AllowZoneChange/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_CatalogIconImageURL/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_ExportMode/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_HelpMode/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Hidden/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Hidden/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Hidden/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_IsShared/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_IsShared/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_IsShared/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Subtitle/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleIconImageUrl/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_TitleUrl/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Verbs/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Verbs/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Verbs/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Zone/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Zone/VB/makefile
deleted file mode 100644
index 6795afec672..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_WebPart_Zone/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\TextDisplayWebPartVB.dll
-Bin\TextDisplayWebPartVB.dll:TextDisplayWebPart.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\TextDisplayWebPartVB.dll TextDisplayWebPart.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Zone_Overview/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Zone_Overview/VB/makefile
deleted file mode 100644
index 0d7ddb85cbf..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/WebParts_Zone_Overview/VB/makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:Bin\ZoneWebPartsVB.dll
-Bin\ZoneWebPartsVB.dll:ZoneWebParts.vb
- IF NOT EXIST Bin md Bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /out:Bin\ZoneWebPartsVB.dll ZoneWebParts.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/XmlDocumentSchemaSample/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/XmlDocumentSchemaSample/VB/makefile
deleted file mode 100644
index dd46b2ce094..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/XmlDocumentSchemaSample/VB/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-#LANG=CS
-LANG=VB
-DLL_NAME=ASPNET.Examples.Design.XmlDocumentSchemaSample_$(LANG)
-
-
-all: bin\$(DLL_NAME).dll
-
-bin\$(DLL_NAME).dll: XmlDocumentSchemaSample.vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(DLL_NAME).dll XmlDocumentSchemaSample.vb
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/VB/makefile
deleted file mode 100644
index f2c80424791..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/VB/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- IF NOT EXIST App_Code md App_Code
- XCOPY AppStart.vb App_Code /c /o /r /y
- XCOPY SamplePathProvider.vb App_Code /c /o /r /y
- XCOPY SampleVirtualDirectory.vb App_Code /c /o /r /y
- XCOPY SampleVirtualFile.vb App_Code /c /o /r /y
diff --git a/snippets/visualbasic/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/VB/makefile b/snippets/visualbasic/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/VB/makefile
deleted file mode 100644
index 676cdd3d7fe..00000000000
--- a/snippets/visualbasic/VS_Snippets_WebNet/system.web.ui.design.connectionstringeditor/VB/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build a library from the source file, and put it in the bin directory
-# Set the source and language for the file to be compiled.
-
-SOURCE=ConnectionStringEditorSample
-#LANG=CS
-LANG=VB
-
-
-all: bin\$(SOURCE)_$(LANG).dll
-
-bin\$(SOURCE)_vb.dll: $(SOURCE).vb
- IF NOT EXIST bin md bin
- vbc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_vb.dll $(SOURCE).vb
-
-bin\$(SOURCE)_cs.dll: $(SOURCE).cs
- IF NOT EXIST bin md bin
- csc /r:System.dll,System.Design.dll,System.Drawing.dll,System.Web.dll /t:library /nologo /out:bin\$(SOURCE)_cs.dll $(SOURCE).cs