Skip to content

Commit 04c02b8

Browse files
committed
try to fix compilation
1 parent ccfbea7 commit 04c02b8

File tree

24 files changed

+56
-1779
lines changed

24 files changed

+56
-1779
lines changed

snippets/visualbasic/Microsoft.SqlServer.Server/SqlFunctionAttribute/Name/My Project/AssemblyInfo.vb

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 6 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
34
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProjectTypeGuids>{c252feb5-a946-4202-b1d4-9916a0590387};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7-
<ProductVersion>8.0.50613</ProductVersion>
8-
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>{8A22C9C7-55E7-43BB-BD6E-2A59E734DD05}</ProjectGuid>
105
<OutputType>Library</OutputType>
11-
<MyType>Empty</MyType>
12-
<AssemblyName>VB</AssemblyName>
13-
<RootNamespace>VB</RootNamespace>
6+
<TargetFramework>net481</TargetFramework>
147
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<DebugSymbols>true</DebugSymbols>
17-
<DebugType>full</DebugType>
18-
<DefineDebug>true</DefineDebug>
19-
<DefineTrace>true</DefineTrace>
20-
<OutputPath>bin\</OutputPath>
21-
</PropertyGroup>
22-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23-
<DebugSymbols>false</DebugSymbols>
24-
<DefineDebug>false</DefineDebug>
25-
<DefineTrace>true</DefineTrace>
26-
<Optimize>true</Optimize>
27-
<OutputPath>bin\</OutputPath>
28-
</PropertyGroup>
29-
<ItemGroup>
30-
<Reference Include="System">
31-
<Name>System</Name>
32-
<SpecificVersion>False</SpecificVersion>
33-
</Reference>
34-
<Reference Include="System.Data">
35-
<Name>System.Data</Name>
36-
<SpecificVersion>False</SpecificVersion>
37-
</Reference>
38-
<Reference Include="System.Xml">
39-
<Name>System.XML</Name>
40-
<SpecificVersion>False</SpecificVersion>
41-
</Reference>
42-
</ItemGroup>
43-
<ItemGroup>
44-
<Import Include="Microsoft.VisualBasic" />
45-
<Import Include="System" />
46-
<Import Include="System.Collections" />
47-
<Import Include="System.Data" />
48-
<Import Include="System.Diagnostics" />
49-
</ItemGroup>
50-
<ItemGroup>
51-
<Compile Include="Aggregate1.vb" />
52-
<Compile Include="Function1.vb" />
53-
<Compile Include="InsertCurrency.vb" />
54-
<Compile Include="My Project\AssemblyInfo.vb" />
55-
<Compile Include="Trigger1.vb" />
56-
<Compile Include="Type1.vb" />
57-
</ItemGroup>
58-
<ItemGroup>
59-
<None Include="Test.sql" />
60-
</ItemGroup>
61-
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
62-
<Import Project="$(MSBuildBinPath)\SqlServer.targets" />
63-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64-
Other similar extension points exist, see Microsoft.Common.targets.
65-
<Target Name="BeforeBuild">
66-
</Target>
67-
<Target Name="AfterBuild">
68-
</Target>
69-
-->
70-
</Project>
8+
9+
</Project>

snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/ChangeUICulture/My Project/Application.Designer.vb

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/ChangeUICulture/My Project/AssemblyInfo.vb

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 5 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
1+
<Project Sdk="Microsoft.NET.Sdk">
32
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.50129</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{47F692EB-4E7D-4498-A118-E854099A78DB}</ProjectGuid>
9-
<OutputType>WinExe</OutputType>
10-
<StartupObject>VbVbalrMyResources2.My.MyApplication</StartupObject>
11-
<RootNamespace>VbVbalrMyResources2</RootNamespace>
12-
<AssemblyName>VbVbalrMyResources2</AssemblyName>
13-
<MyType>WindowsForms</MyType>
14-
<FileUpgradeFlags>
15-
</FileUpgradeFlags>
16-
<OldToolsVersion>2.0</OldToolsVersion>
17-
<UpgradeBackupLocation>
18-
</UpgradeBackupLocation>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net481-windows</TargetFramework>
5+
<UseWindowsForms>true</UseWindowsForms>
196
</PropertyGroup>
20-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21-
<DebugSymbols>true</DebugSymbols>
22-
<DebugType>full</DebugType>
23-
<DefineDebug>true</DefineDebug>
24-
<DefineTrace>true</DefineTrace>
25-
<OutputPath>bin\Debug\</OutputPath>
26-
<DocumentationFile>VbVbalrMyResources2.xml</DocumentationFile>
27-
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28-
</PropertyGroup>
29-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30-
<DebugType>pdbonly</DebugType>
31-
<DefineDebug>false</DefineDebug>
32-
<DefineTrace>true</DefineTrace>
33-
<Optimize>true</Optimize>
34-
<OutputPath>bin\Release\</OutputPath>
35-
<DocumentationFile>VbVbalrMyResources2.xml</DocumentationFile>
36-
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37-
</PropertyGroup>
38-
<ItemGroup>
39-
<Reference Include="System" />
40-
<Reference Include="System.Deployment" />
41-
<Reference Include="System.Drawing" />
42-
<Reference Include="System.Windows.Forms" />
43-
</ItemGroup>
44-
<ItemGroup>
45-
<Import Include="Microsoft.VisualBasic" />
46-
<Import Include="System" />
47-
<Import Include="System.Collections" />
48-
<Import Include="System.Collections.Generic" />
49-
<Import Include="System.Drawing" />
50-
<Import Include="System.Diagnostics" />
51-
<Import Include="System.Windows.Forms" />
52-
</ItemGroup>
53-
<ItemGroup>
54-
<Compile Include="Form1.vb">
55-
<SubType>Form</SubType>
56-
</Compile>
57-
<Compile Include="Form1.Designer.vb">
58-
<DependentUpon>Form1.vb</DependentUpon>
59-
<SubType>Form</SubType>
60-
</Compile>
61-
<Compile Include="My Project\AssemblyInfo.vb" />
62-
<Compile Include="My Project\Application.Designer.vb">
63-
<AutoGen>True</AutoGen>
64-
<DependentUpon>Application.myapp</DependentUpon>
65-
</Compile>
66-
<Compile Include="My Project\Resources.Designer.vb">
67-
<AutoGen>True</AutoGen>
68-
<DesignTime>True</DesignTime>
69-
<DependentUpon>Resources.resx</DependentUpon>
70-
</Compile>
71-
<Compile Include="My Project\Settings.Designer.vb">
72-
<AutoGen>True</AutoGen>
73-
<DependentUpon>Settings.settings</DependentUpon>
74-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
75-
</Compile>
76-
<Compile Include="My Project\ApplicationEvents.vb" />
77-
</ItemGroup>
78-
<ItemGroup>
79-
<EmbeddedResource Include="Form1.resx">
80-
<DependentUpon>Form1.vb</DependentUpon>
81-
</EmbeddedResource>
82-
<EmbeddedResource Include="My Project\Resources.resx">
83-
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
84-
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
85-
<CustomToolNamespace>My.Resources</CustomToolNamespace>
86-
<SubType>Designer</SubType>
87-
</EmbeddedResource>
88-
<EmbeddedResource Include="Resources.fr-FR.resx" />
89-
</ItemGroup>
90-
<ItemGroup>
91-
<None Include="app.config" />
92-
<None Include="My Project\Application.myapp">
93-
<Generator>MyApplicationCodeGenerator</Generator>
94-
<LastGenOutput>Application.Designer.vb</LastGenOutput>
95-
</None>
96-
<None Include="My Project\Settings.settings">
97-
<Generator>SettingsSingleFileGenerator</Generator>
98-
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
99-
</None>
100-
</ItemGroup>
101-
<ItemGroup>
102-
<None Include="Resources\tpevening.jpg" />
103-
</ItemGroup>
104-
<ItemGroup>
105-
<None Include="Resources\hermes.ico" />
106-
</ItemGroup>
107-
<ItemGroup>
108-
<None Include="Resources\tada.wav" />
109-
</ItemGroup>
110-
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
111-
</Project>
7+
</Project>

snippets/visualbasic/Microsoft.VisualBasic.ApplicationServices/ApplicationBase/Overview/My Project/AssemblyInfo.vb

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

0 commit comments

Comments
 (0)