-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDirectory.Build.props
28 lines (26 loc) · 1.36 KB
/
Directory.Build.props
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
<Project>
<ItemGroup>
<Reference Include="Global, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(ZennoPosterCurrentPath)\Global.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="WindowsBase" />
<Reference Include="ZennoLab.CommandCenter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(ZennoPosterCurrentPath)\ZennoLab.CommandCenter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ZennoLab.Emulation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(ZennoPosterCurrentPath)\ZennoLab.Emulation.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ZennoLab.InterfacesLibrary, Version=4.1.3.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(ZennoPosterCurrentPath)\ZennoLab.InterfacesLibrary.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ZennoLab.Macros, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(ZennoPosterCurrentPath)\ZennoLab.Macros.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>