Merge pull request #20 from microsoft/ivanv/BuildFixes

Remove missing files, update Windows references
This commit is contained in:
Ivan (Vanya) Kashperuk 2021-06-27 19:59:45 +02:00 коммит произвёл GitHub
Родитель d8895583f2 addae5bde8
Коммит 4d20f2ac72
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -22,8 +22,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CodeBox\DataSetUtilities.cs" />
<Compile Include="CodeBox\Release\ReleaseExtensions.cs" />
<Compile Include="CodeBox\Release\ReleaseInfo.cs" />
<Compile Include="CodeFlow\CodeFlowConstants.cs" />
<Compile Include="CodeFlow\CodeFlowContext.cs" />
<Compile Include="CodeFlow\CodeFlowMailGenerator.cs" />

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

@ -28,7 +28,9 @@
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Windows" />
<Reference Include="Windows.Data" />
<Reference Include="Windows.Foundation" />
<Reference Include="Windows.UI" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />