6a440fa51d
- ricompilazione con nuova libreria MySql.Data ver. 9.4.0 (da scaricare con nuget).
442 lines
21 KiB
XML
442 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{B21F637B-C515-45A2-B088-6709D7EAC948}</ProjectGuid>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>LicenseManager</RootNamespace>
|
|
<AssemblyName>LicenseManager</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<MyType>Custom</MyType>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DocumentationFile>LicenseManager.xml</DocumentationFile>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>1</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineTrace>false</DefineTrace>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DocumentationFile>LicenseManager.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<DebugType>none</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>1</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Resources\LogoLicenceManager.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
|
<HintPath>packages\BouncyCastle.Cryptography.2.5.1\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgtUILib">
|
|
<HintPath>..\..\..\EgtProg\DllD32\EgtUILib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgtWPFLib5">
|
|
<HintPath>..\..\..\EgtProg\DllD32\EgtWPFLib5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Google.Protobuf, Version=3.30.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
<HintPath>packages\Google.Protobuf.3.30.0\lib\net45\Google.Protobuf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
<HintPath>packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
<HintPath>packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=9.4.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<HintPath>packages\MySql.Data.9.4.0\lib\net462\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.IO.Pipelines, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.IO.Pipelines.5.0.2\lib\net461\System.IO.Pipelines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
<Reference Include="ZstdSharp, Version=0.8.5.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
|
<HintPath>packages\ZstdSharp.Port.0.8.5\lib\net462\ZstdSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="Application.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="AboutBox\AboutBoxV.xaml.vb">
|
|
<DependentUpon>AboutBoxV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Application.xaml.vb">
|
|
<DependentUpon>Application.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ClientPage\ClientPageVM.vb" />
|
|
<Compile Include="Constants\ConstDb.vb" />
|
|
<Compile Include="Constants\ConstDoors.vb" />
|
|
<Compile Include="Constants\ConstGen.vb" />
|
|
<Compile Include="Constants\ConstIni.vb" />
|
|
<Compile Include="Constants\ConstMsg.vb" />
|
|
<Compile Include="KeyPage\KeyPageV.xaml.vb">
|
|
<DependentUpon>KeyPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="KeyPage\KeyPageVM.vb" />
|
|
<Compile Include="LicenceBox\LicenceBoxVM.vb" />
|
|
<Compile Include="MainMenu\MainMenuV.xaml.vb">
|
|
<DependentUpon>MainMenuV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainMenu\MainMenuVM.vb" />
|
|
<Compile Include="MainWindow\MainWindowM.vb" />
|
|
<Compile Include="MainWindow\Objects.vb" />
|
|
<Compile Include="ClientPage\ClientPageV.xaml.vb">
|
|
<DependentUpon>ClientPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewClientPage\NewClientPageV.xaml.vb">
|
|
<DependentUpon>NewClientPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewClientPage\NewClientPageVM.vb" />
|
|
<Compile Include="NewKeyPage\NewKeyPageV.xaml.vb">
|
|
<DependentUpon>NewKeyPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewKeyPage\NewKeyPageVM.vb" />
|
|
<Compile Include="NewLicencePage\NewLicencePageV.xaml.vb">
|
|
<DependentUpon>NewLicencePageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewLicencePage\NewLicencePageVM.vb" />
|
|
<Compile Include="NewProductPage\NewProductPageV.xaml.vb">
|
|
<DependentUpon>NewProductPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewProductPage\NewProductPageVM.vb" />
|
|
<Compile Include="NewResellerPage\NewResellerPageV.xaml.vb">
|
|
<DependentUpon>NewResellerPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewResellerPage\NewResellerPageVM.vb" />
|
|
<Compile Include="NewVersionPage\NewVersionPageV.xaml.vb">
|
|
<DependentUpon>NewVersionPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewVersionPage\NewVersionPageVM.vb" />
|
|
<Compile Include="SearchClientPage\SearchClientPageV.xaml.vb">
|
|
<DependentUpon>SearchClientPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchClientPage\SearchClientPageVM.vb" />
|
|
<Compile Include="SearchKeyPage\SearchKeyPageV.xaml.vb">
|
|
<DependentUpon>SearchKeyPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchKeyPage\SearchKeyPageVM.vb" />
|
|
<Compile Include="SearchLicencePage\SearchLicencePageV.xaml.vb">
|
|
<DependentUpon>SearchLicencePageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchLicencePage\SearchLicencePageVM.vb" />
|
|
<Compile Include="SearchProductPage\SearchProductPageV.xaml.vb">
|
|
<DependentUpon>SearchProductPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchProductPage\SearchProductPageVM.vb" />
|
|
<Compile Include="SearchResellerPage\SearchResellerPageV.xaml.vb">
|
|
<DependentUpon>SearchResellerPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchResellerPage\SearchResellerPageVM.vb" />
|
|
<Compile Include="SearchVersionPage\SearchVersionPageV.xaml.vb">
|
|
<DependentUpon>SearchVersionPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SearchVersionPage\SearchVersionPageVM.vb" />
|
|
<Compile Include="Settings.vb" />
|
|
<Compile Include="UpdateClientPage\UpdateClientPageV.xaml.vb">
|
|
<DependentUpon>UpdateClientPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateClientPage\UpdateClientPageVM.vb" />
|
|
<Compile Include="UpdateKeyPage\UpdateKeyPageV.xaml.vb">
|
|
<DependentUpon>UpdateKeyPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateKeyPage\UpdateKeyPageVM.vb" />
|
|
<Compile Include="Utility\DatePickerYears.xaml.vb">
|
|
<DependentUpon>DatePickerYears.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateLicencePage\UpdateLicencePageV.xaml.vb">
|
|
<DependentUpon>UpdateLicencePageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateLicencePage\UpdateLicencePageVM.vb" />
|
|
<Compile Include="UpdateProductPage\UpdateProductPageV.xaml.vb">
|
|
<DependentUpon>UpdateProductPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateProductPage\UpdateProductPageVM.vb" />
|
|
<Compile Include="UpdateResellerPage\UpdateResellerPageV.xaml.vb">
|
|
<DependentUpon>UpdateResellerPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateResellerPage\UpdateResellerPageVM.vb" />
|
|
<Compile Include="UpdateVersionPage\UpdateVersionPageV.xaml.vb">
|
|
<DependentUpon>UpdateVersionPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpdateVersionPage\UpdateVersionPageVM.vb" />
|
|
<Compile Include="Utility\Dictionary.xaml.vb">
|
|
<DependentUpon>Dictionary.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\IniManager.vb" />
|
|
<Compile Include="LicenceBox\LicenceBoxV.xaml.vb">
|
|
<DependentUpon>LicenceBoxV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utility\ManageDb.vb" />
|
|
<Compile Include="Utility\ManageFile.vb" />
|
|
<Compile Include="Utility\Map.vb" />
|
|
<Compile Include="VersionPage\VersionPageV.xaml.vb">
|
|
<DependentUpon>VersionPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VersionPage\VersionPageVM.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="System.Threading.Tasks" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows" />
|
|
<Import Include="System.Windows.Controls" />
|
|
<Import Include="System.Windows.Data" />
|
|
<Import Include="System.Windows.Documents" />
|
|
<Import Include="System.Windows.Input" />
|
|
<Import Include="System.Windows.Shapes" />
|
|
<Import Include="System.Windows.Media" />
|
|
<Import Include="System.Windows.Media.Imaging" />
|
|
<Import Include="System.Windows.Navigation" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindow\MainWindowV.xaml.vb">
|
|
<DependentUpon>MainWindowV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainWindow\MainWindowVM.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
|
|
<VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
|
|
<VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
|
|
</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>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<None Include="My Project\app.manifest">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="AboutBox\AboutBoxV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="KeyPage\KeyPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainMenu\MainMenuV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow\MainWindowV.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ClientPage\ClientPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewClientPage\NewClientPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewKeyPage\NewKeyPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewLicencePage\NewLicencePageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewProductPage\NewProductPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewResellerPage\NewResellerPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="NewVersionPage\NewVersionPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchClientPage\SearchClientPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchKeyPage\SearchKeyPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchLicencePage\SearchLicencePageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchProductPage\SearchProductPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchResellerPage\SearchResellerPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="SearchVersionPage\SearchVersionPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateClientPage\UpdateClientPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateKeyPage\UpdateKeyPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Utility\DatePickerYears.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateLicencePage\UpdateLicencePageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateProductPage\UpdateProductPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateResellerPage\UpdateResellerPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UpdateVersionPage\UpdateVersionPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Utility\Dictionary.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="LicenceBox\LicenceBoxV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="VersionPage\VersionPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\LogoLicenceManager.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\LicenceManager\LicenceManagerR32.exe
|
|
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\LicenceManager\LicenceManagerD32.exe
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |