diff options
| author | Alee14 <alee14498@gmail.com> | 2019-08-22 18:02:25 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2019-08-22 18:02:25 -0400 |
| commit | 4c1d168f689134acb97765dd99801b06904be8ae (patch) | |
| tree | 9c239b414fb20d209b1dd6778b98c82ad7085c71 /HTPC Launcher.csproj | |
| download | HTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.tar.gz HTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.tar.bz2 HTPC-Launcher-4c1d168f689134acb97765dd99801b06904be8ae.zip | |
Diffstat (limited to 'HTPC Launcher.csproj')
| -rw-r--r-- | HTPC Launcher.csproj | 10 |
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 |
