-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
23 lines (19 loc) · 801 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
23 lines (19 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<!--
Local Development Configuration
===============================
Set UseLocalFlowery to true to use a local project reference instead of NuGet.
This is useful for debugging Flowery.NET alongside this application.
IMPORTANT: Do not commit this file with UseLocalFlowery=true
-->
<PropertyGroup>
<!-- This repository targets Windows x64 exclusively. -->
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PlatformTarget>x64</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<!-- Toggle this to switch between NuGet and local project reference -->
<UseLocalFlowery>false</UseLocalFlowery>
<!-- Path to Flowery.NET project (relative to this file) -->
<FloweryPath>D:\github\Flowery.NET\Flowery.NET</FloweryPath>
</PropertyGroup>
</Project>