Skip to content

Commit

Permalink
setup for boss
Browse files Browse the repository at this point in the history
  • Loading branch information
MeroFuruya committed Apr 24, 2023
1 parent 7b0c2ce commit 1c77d51
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2023-04-24T10:56:13.4181999+02:00",
"installedModules": {}
}
9 changes: 9 additions & 0 deletions boss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "MicrosoftApiAuthentication",
"description": "Delphi package that makes the life with msAPI easier",
"version": "1.3.1",
"homepage": "https://github.com/MeroFuruya/MicrosoftApiAuthentication",
"mainsrc": "./src",
"projects": [],
"dependencies": {}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion test-app/Project1.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<DCC_RemoteDebug>false</DCC_RemoteDebug>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<DCC_UnitSearchPath>..;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>..\src;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
</PropertyGroup>
Expand Down

0 comments on commit 1c77d51

Please sign in to comment.