Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ $RECYCLE.BIN/
Network Trash Folder
Temporary Items
.apdisk

/.vs
/bin
/obj
14 changes: 10 additions & 4 deletions ConsoleApplication1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,27 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<!-- Custom properties. -->
<ProgramFiles32>$(MSBuildProgramFiles32)</ProgramFiles32>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath>
<HintPath>packages\DirectWindowsWinmd.Net.10.0.15063.0\lib\net45\System.Runtime.WindowsRuntime.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Windows">
<HintPath>..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd</HintPath>
<Reference Include="Windows, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DirectWindowsWinmd.Net.10.0.15063.0\lib\net45\Windows.winmd</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -59,6 +64,7 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file removed bin/Debug/ConsoleApplication1.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/Debug/ConsoleApplication1.exe.config

This file was deleted.

Binary file removed bin/Debug/ConsoleApplication1.pdb
Binary file not shown.
Binary file removed bin/Debug/ConsoleApplication1.vshost.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/Debug/ConsoleApplication1.vshost.exe.config

This file was deleted.

Binary file removed bin/Debug/System.Runtime.WindowsRuntime.dll
Binary file not shown.
818 changes: 0 additions & 818 deletions bin/Debug/System.Runtime.WindowsRuntime.xml

This file was deleted.

Binary file removed bin/Debug/Windows.winmd
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/Release/ConsoleApplication1.exe.config

This file was deleted.

Binary file removed bin/Release/ConsoleApplication1.vshost.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions bin/Release/ConsoleApplication1.vshost.exe.config

This file was deleted.

11 changes: 0 additions & 11 deletions bin/Release/ConsoleApplication1.vshost.exe.manifest

This file was deleted.

10 changes: 0 additions & 10 deletions obj/Debug/ConsoleApplication1.csproj.FileListAbsolute.txt

This file was deleted.

Binary file not shown.
Binary file removed obj/Debug/ConsoleApplication1.exe
Binary file not shown.
Binary file removed obj/Debug/ConsoleApplication1.pdb
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Empty file.

This file was deleted.

Binary file not shown.
Empty file.
Empty file.
Empty file.
4 changes: 4 additions & 0 deletions packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DirectWindowsWinmd.Net" version="10.0.15063.0" targetFramework="net452" />
</packages>
Binary file not shown.
Binary file not shown.
Binary file not shown.