Include the tmdl related files

This commit is contained in:
Keshav Kumar (MAQ LLC) 2024-06-20 14:21:06 +05:30
Родитель 3373896b37
Коммит 71c0b0e2c6
1 изменённых файлов: 52 добавлений и 1 удалений

Просмотреть файл

@ -20,6 +20,22 @@
</NuGetPackageImportStamp>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>Q:\Repos\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -62,6 +78,21 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>59149841F160DA4A2722BF068744CE40E362145F</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>AlmToolkit_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="CefSharp, Version=125.0.210.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
<HintPath>..\packages\CefSharp.Common.125.0.210\lib\net462\CefSharp.dll</HintPath>
@ -105,7 +136,9 @@
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.CSharp">
<Private>True</Private>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
@ -159,6 +192,7 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="almtoolkit.pbitool.json" />
<None Include="AlmToolkit_TemporaryKey.pfx" />
<None Include="app.manifest" />
<None Include="html-resources\.angular-cli.json" />
<None Include="html-resources\.editorconfig" />
@ -483,6 +517,11 @@
<TypeScriptCompile Include="html-resources\src\app\service\window-reference.service.ts" />
<TypeScriptCompile Include="html-resources\src\app\shared\mocks\data-list.ts" />
<TypeScriptCompile Include="html-resources\src\app\shared\model\comparison-node.ts" />
<TypeScriptCompile Include="html-resources\src\app\tmdl-utils\tmdl-color-palette.ts" />
<TypeScriptCompile Include="html-resources\src\app\tmdl-utils\tmdl-parser-manager.ts" />
<TypeScriptCompile Include="html-resources\src\app\tmdl-utils\tmdl-token-provider.ts" />
<TypeScriptCompile Include="html-resources\src\app\tmdl-utils\tmdl-types.ts" />
<TypeScriptCompile Include="html-resources\src\app\tmdl-utils\tmdl.monaco.contributions.ts" />
<TypeScriptCompile Include="html-resources\src\environments\environment.prod.ts" />
<TypeScriptCompile Include="html-resources\src\environments\environment.ts" />
<TypeScriptCompile Include="html-resources\src\main.ts" />
@ -496,6 +535,18 @@
<Name>BismNormalizer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>