You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
429 B
9 lines
429 B
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Please keep this file and keep it in the same directory as package.json.
|
|
This ensures that the WorkingDirectory of the build command in NewWMSProject.Client.csproj is correctly located to the current directory. -->
|
|
<Project>
|
|
<PropertyGroup Label="BasePath">
|
|
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildThisFileDirectory)</SolutionDir>
|
|
</PropertyGroup>
|
|
</Project>
|