This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
CC-Clicker/CC-Clicker 2.0/CC-Clicker 2.0.csproj

22 lines
1.0 KiB
XML
Raw Normal View History

2020-03-11 18:53:32 +01:00
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2018-07-07 15:03:45 +02:00
<PropertyGroup>
2020-03-11 19:09:41 +01:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2018-07-07 15:03:45 +02:00
<OutputType>WinExe</OutputType>
2019-04-23 15:14:09 +02:00
<RootNamespace>CC_Clicker_2._0</RootNamespace>
2020-03-11 18:53:32 +01:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<Deterministic>false</Deterministic>
2018-07-07 15:03:45 +02:00
</PropertyGroup>
2020-03-11 18:53:32 +01:00
<PropertyGroup>
2020-03-11 19:28:45 +01:00
<PostBuildEvent>if exist "$(SolutionDir)Data\pkgtool.exe" ($(SolutionDir)Data\pkgtool.exe build --noLogo --binDir .) else if exist "%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" ("%appdata%\UpTool2\Apps\0e35d154-d0d3-45e0-b080-62f521263a44\app\pkgtool.exe" build --noLogo --binDir .) else echo Cound not find Package build tools, skipping</PostBuildEvent>
2018-07-07 15:03:45 +02:00
</PropertyGroup>
2019-04-23 15:14:09 +02:00
<PropertyGroup>
<ApplicationIcon>C_64.ico</ApplicationIcon>
</PropertyGroup>
2018-07-07 15:03:45 +02:00
<ItemGroup>
2020-03-11 18:53:32 +01:00
<Content Include="C_64.ico" />
2018-07-07 15:03:45 +02:00
</ItemGroup>
2019-04-23 15:14:09 +02:00
<ItemGroup>
<PackageReference Include="CC-Functions.W32" Version="1.1.7450.31626" />
2019-04-23 15:14:09 +02:00
</ItemGroup>
2018-07-07 15:03:45 +02:00
</Project>