momo Splash Screen implementálása
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>Sub Main</StartupObject>
|
||||
<RootNamespace>Nuvolar.Win</RootNamespace>
|
||||
<AssemblyName>Nuvolar.Win</AssemblyName>
|
||||
<AssemblyName>momoERP.Win.HA</AssemblyName>
|
||||
<MyType>WindowsFormsWithCustomSubMain</MyType>
|
||||
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
||||
<ApplicationIcon>momoerp.ico</ApplicationIcon>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
@@ -367,6 +367,12 @@
|
||||
<Import Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MomoSplash.Designer.vb">
|
||||
<DependentUpon>MomoSplash.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MomoSplash.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PostgreSQL.vb" />
|
||||
<Compile Include="Service References\MNBArfolyamService\Reference.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
@@ -408,6 +414,9 @@
|
||||
<Compile Include="XMLUserStore\UserStore.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="MomoSplash.resx">
|
||||
<DependentUpon>MomoSplash.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
@@ -468,8 +477,7 @@
|
||||
<Generator>WCF Proxy Generator</Generator>
|
||||
<LastGenOutput>Reference.vb</LastGenOutput>
|
||||
</None>
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="Nuvolar.ico" />
|
||||
<Content Include="momoerp.ico" />
|
||||
<None Include="app.config" />
|
||||
<Content Include="Model.xafml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
@@ -494,7 +502,7 @@
|
||||
<None Include="Service References\MNBArfolyamService\arfolyamok.wsdl" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ExpressApp.ico" />
|
||||
<Content Include="Momo_ERP_logo.ico" />
|
||||
<Content Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
|
||||
Reference in New Issue
Block a user