Skip to content

Commit bbb39de

Browse files
committed
Initial Commit
1 parent d057f01 commit bbb39de

52 files changed

Lines changed: 807 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/HmtInput/v17/.futdcache.v2

234 Bytes
Binary file not shown.

.vs/HmtInput/v17/.suo

20 KB
Binary file not shown.
172 KB
Binary file not shown.
118 KB
Binary file not shown.

HmtInput.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Title>HmtInput</Title>
6+
<Authors>Ali Raza</Authors>
7+
<Company>Humans Meta Tech</Company>
8+
<Product>HmtInput</Product>
9+
<Description>A User Input Tracking Tool</Description>
10+
</PropertyGroup>
11+
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
13+
<Optimize>True</Optimize>
14+
</PropertyGroup>
15+
16+
</Project>

HmtInput.csproj.user

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<_LastSelectedProfileId>E:\HMT Source Codes\HmtInput\HmtInput\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)