EgtDemo1 1.6f4 :
- ricompilato per nuov EgtUILib di tipo AnyCPU.
This commit is contained in:
+6
-2
@@ -69,6 +69,9 @@
|
||||
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
||||
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="EgtUILib, Version=1.5.9.1, Culture=neutral, processorArchitecture=x86">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
@@ -142,6 +145,7 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\app.manifest" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
@@ -154,8 +158,8 @@
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) \EgtProg\EgtDemo1-32bit\EgtDemo1.exe
|
||||
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) \EgtProg\EgtDemo1-64bit\EgtDemo1.exe</PostBuildEvent>
|
||||
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) \EgtProg\EgtDemo1\EgtDemo1R32.exe
|
||||
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) \EgtProg\EgtDemo1\EgtDemo1R64.exe</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Generated
+6
-6
@@ -72,10 +72,10 @@ Partial Class Form1
|
||||
'ToolStripContainer1.TopToolStripPanel
|
||||
'
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsMain1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsRendering1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsZoom1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsLookFrom1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsExec1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsRendering1)
|
||||
Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsInfo1)
|
||||
'
|
||||
'TableLayoutPanel1
|
||||
@@ -234,24 +234,24 @@ Partial Class Form1
|
||||
Me.TsRendering1.Location = New System.Drawing.Point(130, 0)
|
||||
Me.TsRendering1.Name = "TsRendering1"
|
||||
Me.TsRendering1.Size = New System.Drawing.Size(81, 25)
|
||||
Me.TsRendering1.TabIndex = 1
|
||||
Me.TsRendering1.TabIndex = 2
|
||||
Me.TsRendering1.Text = "TsRendering1"
|
||||
'
|
||||
'TsZoom1
|
||||
'
|
||||
Me.TsZoom1.Anchor = System.Windows.Forms.AnchorStyles.None
|
||||
Me.TsZoom1.Dock = System.Windows.Forms.DockStyle.None
|
||||
Me.TsZoom1.Location = New System.Drawing.Point(211, 0)
|
||||
Me.TsZoom1.Location = New System.Drawing.Point(396, 0)
|
||||
Me.TsZoom1.Name = "TsZoom1"
|
||||
Me.TsZoom1.Size = New System.Drawing.Size(81, 25)
|
||||
Me.TsZoom1.TabIndex = 2
|
||||
Me.TsZoom1.TabIndex = 3
|
||||
Me.TsZoom1.Text = "TsZoom1"
|
||||
'
|
||||
'TsLookFrom1
|
||||
'
|
||||
Me.TsLookFrom1.Anchor = System.Windows.Forms.AnchorStyles.None
|
||||
Me.TsLookFrom1.Dock = System.Windows.Forms.DockStyle.None
|
||||
Me.TsLookFrom1.Location = New System.Drawing.Point(292, 0)
|
||||
Me.TsLookFrom1.Location = New System.Drawing.Point(211, 0)
|
||||
Me.TsLookFrom1.Name = "TsLookFrom1"
|
||||
Me.TsLookFrom1.Size = New System.Drawing.Size(150, 25)
|
||||
Me.TsLookFrom1.TabIndex = 3
|
||||
@@ -260,7 +260,7 @@ Partial Class Form1
|
||||
'
|
||||
Me.TsExec1.Anchor = System.Windows.Forms.AnchorStyles.None
|
||||
Me.TsExec1.Dock = System.Windows.Forms.DockStyle.None
|
||||
Me.TsExec1.Location = New System.Drawing.Point(442, 0)
|
||||
Me.TsExec1.Location = New System.Drawing.Point(361, 0)
|
||||
Me.TsExec1.Name = "TsExec1"
|
||||
Me.TsExec1.Size = New System.Drawing.Size(35, 25)
|
||||
Me.TsExec1.TabIndex = 4
|
||||
|
||||
+3
-3
@@ -126,9 +126,6 @@
|
||||
<metadata name="TsMain1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TsRendering1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>139, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TsZoom1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>304, 17</value>
|
||||
</metadata>
|
||||
@@ -138,6 +135,9 @@
|
||||
<metadata name="TsExec1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>558, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TsRendering1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>139, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TsInfo1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>652, 17</value>
|
||||
</metadata>
|
||||
|
||||
Generated
+2
-2
@@ -1,7 +1,7 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.34014
|
||||
' Runtime Version:4.0.30319.34209
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
@@ -26,7 +26,7 @@ Namespace My
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.SaveMySettingsOnExit = false
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
|
||||
@@ -6,6 +6,5 @@
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
<SaveMySettingsOnExit>false</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices
|
||||
' utilizzando l'asterisco (*) come descritto di seguito:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.6.5.7")>
|
||||
<Assembly: AssemblyFileVersion("1.6.5.7")>
|
||||
<Assembly: AssemblyVersion("1.6.6.4")>
|
||||
<Assembly: AssemblyFileVersion("1.6.6.4")>
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!-- UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
Specifying requestedExecutionLevel node will disable file and registry virtualization.
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- A list of all Windows versions that this application is designed to work with.
|
||||
Windows will automatically select the most compatible environment.-->
|
||||
|
||||
<!-- If your application is designed to work with Windows Vista, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"></supportedOS>-->
|
||||
|
||||
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
|
||||
|
||||
<!-- If your application is designed to work with Windows 8, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"></supportedOS>-->
|
||||
|
||||
<!-- If your application is designed to work with Windows 8.1, uncomment the following supportedOS node-->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>-->
|
||||
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
|
||||
<!-- <dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>-->
|
||||
|
||||
</asmv1:assembly>
|
||||
Reference in New Issue
Block a user