2024-01-15 10:57:41 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProjectGuid>{C4A48E3F-38E4-4E88-A47D-FA5510686E57}</ProjectGuid>
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<RootNamespace>Test</RootNamespace>
|
|
|
|
<AssemblyName>Test</AssemblyName>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<MyType>WindowsFormsWithCustomSubMain</MyType>
|
2024-01-18 14:03:02 +08:00
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
2024-01-15 10:57:41 +08:00
|
|
|
<TargetFrameworkProfile />
|
|
|
|
<SccProjectName>
|
|
|
|
</SccProjectName>
|
|
|
|
<SccLocalPath>
|
|
|
|
</SccLocalPath>
|
|
|
|
<SccAuxPath>
|
|
|
|
</SccAuxPath>
|
|
|
|
<SccProvider>
|
|
|
|
</SccProvider>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OptionExplicit>On</OptionExplicit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OptionCompare>Binary</OptionCompare>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OptionStrict>Off</OptionStrict>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<OptionInfer>On</OptionInfer>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<StartupObject>Sub Main</StartupObject>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DefineDebug>true</DefineDebug>
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
<OutputPath>..\..\MESClient\</OutputPath>
|
|
|
|
<DocumentationFile>Test.xml</DocumentationFile>
|
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
<DocumentationFile>Test.xml</DocumentationFile>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<WarningLevel>0</WarningLevel>
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<AssemblyOriginatorKeyFile>iMES.snk</AssemblyOriginatorKeyFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Infragistics4.Shared.v19.1, Version=19.1.20191.294, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>C:\Program Files (x86)\Infragistics\2019.1\Windows Forms\CLR4.0\Bin\Infragistics4.Shared.v19.1.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Infragistics4.Win.UltraWinDock.v19.1, Version=19.1.20191.294, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>C:\Program Files (x86)\Infragistics\2019.1\Windows Forms\CLR4.0\Bin\Infragistics4.Win.UltraWinDock.v19.1.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Infragistics4.Win.UltraWinExplorerBar.v19.1, Version=19.1.20191.294, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>C:\Program Files (x86)\Infragistics\2019.1\Windows Forms\CLR4.0\Bin\Infragistics4.Win.UltraWinExplorerBar.v19.1.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Infragistics4.Win.UltraWinToolbars.v19.1, Version=19.1.20191.294, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>C:\Program Files (x86)\Infragistics\2019.1\Windows Forms\CLR4.0\Bin\Infragistics4.Win.UltraWinToolbars.v19.1.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Infragistics4.Win.v19.1, Version=19.1.20191.294, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>C:\Program Files (x86)\Infragistics\2019.1\Windows Forms\CLR4.0\Bin\Infragistics4.Win.v19.1.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="COM_ChkPassword">
|
|
|
|
<HintPath>..\..\MESClient\COM_ChkPassword.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="COM_Kit">
|
|
|
|
<HintPath>..\..\MESClient\COM_Kit.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="iMESException">
|
|
|
|
<HintPath>..\..\MES_C_DLL\iMESException.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="iMESExceptionManager">
|
|
|
|
<HintPath>..\..\MES_C_DLL\iMESExceptionManager.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="iMESMainMenu">
|
|
|
|
<HintPath>..\..\MES_C_DLL\iMESMainMenu.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Import Include="COM_ChkPassword" />
|
|
|
|
<Import Include="COM_Kit.clsGlobalVariables" />
|
|
|
|
<Import Include="COM_Kit.clsKit" />
|
|
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
|
|
<Import Include="System" />
|
|
|
|
<Import Include="System.Collections" />
|
|
|
|
<Import Include="System.Collections.Generic" />
|
|
|
|
<Import Include="System.Data" />
|
|
|
|
<Import Include="System.Diagnostics" />
|
|
|
|
<Import Include="System.Drawing" />
|
|
|
|
<Import Include="System.Linq" />
|
|
|
|
<Import Include="System.Windows.Forms" />
|
|
|
|
<Import Include="System.Xml" />
|
|
|
|
<Import Include="System.Xml.Linq" />
|
|
|
|
<Import Include="System.Threading.Tasks" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="MDI_Panel.vb">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="modTest.vb" />
|
|
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="MDI_Panel.resx">
|
|
|
|
<DependentUpon>MDI_Panel.vb</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="My Project\licenses.licx" />
|
|
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="app.config" />
|
|
|
|
<None Include="iMES.snk" />
|
|
|
|
<None Include="My Project\Application.myapp">
|
|
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="My Project\Settings.settings">
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Resources\iMES.isl" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WCFMetadata Include="Service References\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WebReferences Include="Web References\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
|
|
<!-- 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.
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
</Target>
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
</Target>
|
|
|
|
-->
|
|
|
|
</Project>
|