summaryrefslogtreecommitdiff
path: root/HTPC Launcher.csproj
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
committerAlee14 <alee14498@gmail.com>2019-08-22 18:02:25 -0400
commit4c1d168f689134acb97765dd99801b06904be8ae (patch)
tree9c239b414fb20d209b1dd6778b98c82ad7085c71 /HTPC Launcher.csproj
downloadHTPC-Launcher-master.tar.gz
HTPC-Launcher-master.tar.bz2
HTPC-Launcher-master.zip
Inital commitHEADmaster
Diffstat (limited to 'HTPC Launcher.csproj')
-rw-r--r--HTPC Launcher.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/HTPC Launcher.csproj b/HTPC Launcher.csproj
new file mode 100644
index 0000000..dd7808b
--- /dev/null
+++ b/HTPC Launcher.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>netcoreapp3.0</TargetFramework>
+ <RootNamespace>HTPC_Launcher</RootNamespace>
+ <UseWPF>true</UseWPF>
+ </PropertyGroup>
+
+</Project> \ No newline at end of file