MS2909
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>globe_handdrawn.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Charts.v14.2.Core, Version=14.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<Reference Include="DevExpress.Data.v14.2, Version=14.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
@@ -203,6 +206,12 @@
|
||||
<Compile Include="frmNamenkonvention.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmSQL-Result.Designer.vb">
|
||||
<DependentUpon>frmSQL-Result.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmSQL-Result.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmSQLConfigAutoIndex.Designer.vb">
|
||||
<DependentUpon>frmSQLConfigAutoIndex.vb</DependentUpon>
|
||||
</Compile>
|
||||
@@ -241,6 +250,7 @@
|
||||
</Compile>
|
||||
<Compile Include="ModuleCURRENT.vb" />
|
||||
<Compile Include="ModuleMySettings.vb" />
|
||||
<Compile Include="ModuleUserSavings.vb" />
|
||||
<Compile Include="ModuleWindowHandles.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
@@ -301,6 +311,9 @@
|
||||
<EmbeddedResource Include="frmNamenkonvention.resx">
|
||||
<DependentUpon>frmNamenkonvention.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmSQL-Result.resx">
|
||||
<DependentUpon>frmSQL-Result.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmSQLConfigAutoIndex.resx">
|
||||
<DependentUpon>frmSQLConfigAutoIndex.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@@ -325,6 +338,7 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\app.manifest" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
@@ -525,6 +539,10 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="globe_handdrawn.ico" />
|
||||
<None Include="Resources\action_add_16xMD.png" />
|
||||
<None Include="Resources\action_add_16xLG1.png" />
|
||||
<None Include="Resources\globe_handdrawn.png" />
|
||||
<None Include="Resources\arrow_previous_16xLG.png" />
|
||||
<None Include="Resources\Excel_25ixel.jpg" />
|
||||
<None Include="Resources\cancel.png" />
|
||||
<None Include="Resources\refresh_16xLG.png" />
|
||||
|
||||
Reference in New Issue
Block a user