-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBuildProperties.resx
30 lines (24 loc) · 1.16 KB
/
BuildProperties.resx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AssemblyCompany>Xeno Innovations</AssemblyCompany>
<AssemblyCopyright>Copyright (c) Xeno Innovations, Inc. 2018-2020</AssemblyCopyright>
<!-- Project details -->
<ProjectName>ToolsHub</ProjectName>
<SolutionName>$(ProjectName).sln</SolutionName>
<!-- Static Folders -->
<ProjectBase>$(MSBuildProjectDirectory)</ProjectBase>
<LibraryPath>$(ProjectBase)\libs</LibraryPath>
<SourcePath>$(ProjectBase)\source</SourcePath>
<OutputFolder>$(ProjectBase)\output</OutputFolder>
<MainExe>$(ProjectBase)\output\$(ProjectName).exe</MainExe>
<!-- Squirrel Installer -->
<MainExe>$(ProjectBase)\output\$(ProjectName).exe</MainExe>
<SquirrelNuSpec>$(SourcePath)\$(ProjectName).MSBuild.nuspec</SquirrelNuSpec>
<SquirrelReleasePath>$(ProjectBase)\Releases</SquirrelReleasePath>
<SquirrelReleasePathBeta>$(ProjectBase)\Releases-Beta</SquirrelReleasePathBeta>
<!-- Build Configuration Parameters -->
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
</PropertyGroup>
</Project>