Inititial Commit
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
<RootNamespace>MESAFIBACKLOG</RootNamespace>
|
||||
<AssemblyName>MESAFIBACKLOG</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
|
||||
<RuntimeIdentifier Condition="'$(Configuration)' == 'Debug'">win-x86</RuntimeIdentifier>
|
||||
<RuntimeIdentifier Condition="'$(Configuration)' == 'Release'">win</RuntimeIdentifier>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
@ -102,11 +103,11 @@
|
||||
<Compile Include="Adaptation\FileHandlers\ConvertExcelToJson\FIBacklogMesa.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\ConvertExcelToJson\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\ConvertExcelToJson\ProcessData.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\DownloadExcelFile\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\Dummy\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\IQSSi\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\ProcessData.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\ViewModels\WorkItem.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WIQL\Column.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WIQL\Field.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WIQL\Root.cs" />
|
||||
@ -116,13 +117,10 @@
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Fields.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Html.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Links.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Root.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Self.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\User.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\WorkItemComments.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\WorkItemRevisions.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\WorkItemType.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\WorkItemUpdates.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\SystemAssignedTo.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\SystemChangedBy.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\SystemCreatedBy.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\json\WorkItems\Value.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\MoveMatchingFiles\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\OpenInsightMetrologyViewerAttachments\FileRead.cs" />
|
||||
<Compile Include="Adaptation\FileHandlers\OpenInsightMetrologyViewer\FileRead.cs" />
|
||||
@ -176,7 +174,10 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Infineon.EAF.Runtime">
|
||||
<Version>2.47.0</Version>
|
||||
<Version>2.49.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.TeamFoundationServer.Client">
|
||||
<Version>16.205.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="System.Text.Json">
|
||||
<Version>6.0.3</Version>
|
||||
|
Reference in New Issue
Block a user