CreateProject · cd93c2428e - SVN.BY: Go Git Service
Browse Source

CreateProject

British Petrolium 7 years ago
parent
commit
cd93c2428e
2 changed files with 3 additions and 3 deletions
  1. 2 2
      SimpleYandexLocation.vbproj
  2. 1 1
      Module1.vb

+ 2 - 2
SimpleYandexLocation.vbproj

@@ -6,7 +6,7 @@
6 6
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 7
     <ProjectGuid>{D4A4ED71-26F9-4043-B3BF-A3AD6F89627D}</ProjectGuid>
8 8
     <OutputType>Exe</OutputType>
9
-    <StartupObject>SimpleYandexLocation.Module1</StartupObject>
9
+    <StartupObject>SimpleYandexLocation.YandexLocation</StartupObject>
10 10
     <RootNamespace>SimpleYandexLocation</RootNamespace>
11 11
     <AssemblyName>SimpleYandexLocation</AssemblyName>
12 12
     <FileAlignment>512</FileAlignment>
@@ -68,7 +68,7 @@
68 68
     <Import Include="System.Threading.Tasks" />
69 69
   </ItemGroup>
70 70
   <ItemGroup>
71
-    <Compile Include="Module1.vb" />
71
+    <Compile Include="YandexLocation.vb" />
72 72
     <Compile Include="My Project\AssemblyInfo.vb" />
73 73
     <Compile Include="My Project\Application.Designer.vb">
74 74
       <AutoGen>True</AutoGen>

+ 1 - 1
Module1.vb

@@ -1,4 +1,4 @@
1
-Module Module1
1
+Module YandexLocation
2 2
 
3 3
     Sub Main()
4 4