-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFFXIVAPP.Common.props
23 lines (23 loc) · 1.05 KB
/
FFXIVAPP.Common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Choose>
<When Condition="'$(Configuration)'=='Debug'">
<ItemGroup>
<ProjectReference Include="..\..\ffxivapp-common\FFXIVAPP.Common\FFXIVAPP.Common.csproj">
<Project>{06DF4BAD-D35B-4D0F-9AF6-2BC28EA3C1CD}</Project>
<Name>FFXIVAPP.Common</Name>
</ProjectReference>
<Reference Include="FFXIVAPP.Common, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\ffxivapp-common\build\Debug\FFXIVAPP.Common.dll</HintPath>
</Reference>
</ItemGroup>
</When>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<Reference Include="FFXIVAPP.Common, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FFXIVAPP.Common.6.0.0\lib\net462\FFXIVAPP.Common.dll</HintPath>
</Reference>
</ItemGroup>
</When>
</Choose>
</Project>