aboutsummaryrefslogtreecommitdiff
path: root/VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj
diff options
context:
space:
mode:
Diffstat (limited to 'VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj')
-rw-r--r--VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj b/VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj
new file mode 100644
index 0000000..2b0e1ca
--- /dev/null
+++ b/VB.Net Projects/MaxMin/MaxMin/MaxMin.vbproj
@@ -0,0 +1,33 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net5.0-windows</TargetFramework>
+ <RootNamespace>MaxMin</RootNamespace>
+ <StartupObject>Sub Main</StartupObject>
+ <UseWindowsForms>true</UseWindowsForms>
+ <MyType>WindowsForms</MyType>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Import Include="System.Data" />
+ <Import Include="System.Drawing" />
+ <Import Include="System.Windows.Forms" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Update="My Project\Application.Designer.vb">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Application.myapp</DependentUpon>
+ </Compile>
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Update="My Project\Application.myapp">
+ <Generator>MyApplicationCodeGenerator</Generator>
+ <LastGenOutput>Application.Designer.vb</LastGenOutput>
+ </None>
+ </ItemGroup>
+
+</Project> \ No newline at end of file