|
|
@@ -11,6 +11,8 @@
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
@@ -38,6 +40,9 @@
|
|
|
<Reference Include="Dijkstra.NET, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\Dijkstra.NET.1.2.1\lib\net40\Dijkstra.NET.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="GSG.NET">
|
|
|
+ <HintPath>..\..\OHV\Assambly\GSG.NET.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="log4net">
|
|
|
<HintPath>..\..\OHV\Assambly\log4net.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -69,8 +74,8 @@
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
- <Reference Include="ZeroMQ">
|
|
|
- <HintPath>..\..\..\..\..\Referance_Project\ZeroMQ\clrzmq4-master\bin\Debug\ZeroMQ.dll</HintPath>
|
|
|
+ <Reference Include="ZeroMQ, Version=4.1.0.31, Culture=neutral, PublicKeyToken=4a9630883fd6c563, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ZeroMQ.4.1.0.31\lib\net40\ZeroMQ.dll</HintPath>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
@@ -120,11 +125,12 @@
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\GSG\GSG\GSG.NET\GSG.NET.csproj">
|
|
|
- <Project>{11e12a58-fdbc-444a-90e6-db96b7e98ff4}</Project>
|
|
|
- <Name>GSG.NET</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\ZeroMQ.4.1.0.31\build\net40\ZeroMQ.targets" Condition="Exists('..\packages\ZeroMQ.4.1.0.31\build\net40\ZeroMQ.targets')" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\ZeroMQ.4.1.0.31\build\net40\ZeroMQ.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ZeroMQ.4.1.0.31\build\net40\ZeroMQ.targets'))" />
|
|
|
+ </Target>
|
|
|
</Project>
|