Skip to content

Commit 4e43064

Browse files
committed
fixing-up project references; will switch to nuget later
1 parent dd66954 commit 4e43064

3 files changed

Lines changed: 25 additions & 32 deletions

File tree

Synapse.NodeService.HttpClient/Synapse.NodeService.HttpClient.csproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33+
<Reference Include="Synapse.Common, Version=0.0.0.5, Culture=neutral, PublicKeyToken=a6de1cc56b73f982, processorArchitecture=MSIL">
34+
<SpecificVersion>False</SpecificVersion>
35+
<HintPath>..\..\synapse.core.net\Synapse.Common\bin\Debug\Synapse.Common.dll</HintPath>
36+
</Reference>
37+
<Reference Include="Synapse.Core, Version=0.0.0.5, Culture=neutral, PublicKeyToken=a6de1cc56b73f982, processorArchitecture=MSIL">
38+
<SpecificVersion>False</SpecificVersion>
39+
<HintPath>..\..\synapse.core.net\Synapse.Core\bin\Debug\Synapse.Core.dll</HintPath>
40+
</Reference>
3341
<Reference Include="System" />
3442
<Reference Include="System.Core" />
3543
<Reference Include="System.Xml.Linq" />
@@ -43,16 +51,6 @@
4351
<Compile Include="NodeServiceHttpApiClient.cs" />
4452
<Compile Include="Properties\AssemblyInfo.cs" />
4553
</ItemGroup>
46-
<ItemGroup>
47-
<ProjectReference Include="..\Synapse.Common\Synapse.Common.csproj">
48-
<Project>{683170de-f380-4f2e-8b91-91c7c9180b2b}</Project>
49-
<Name>Synapse.Common</Name>
50-
</ProjectReference>
51-
<ProjectReference Include="..\Synapse.Core\Synapse.Core.csproj">
52-
<Project>{4464700a-50ba-4b62-bd7e-16628fda8b94}</Project>
53-
<Name>Synapse.Core</Name>
54-
</ProjectReference>
55-
</ItemGroup>
5654
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5755
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5856
Other similar extension points exist, see Microsoft.Common.targets.

Synapse.NodeService.cli/Synapse.NodeService.cli.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36+
<Reference Include="Synapse.Common, Version=0.0.0.5, Culture=neutral, PublicKeyToken=a6de1cc56b73f982, processorArchitecture=MSIL">
37+
<SpecificVersion>False</SpecificVersion>
38+
<HintPath>..\..\synapse.core.net\Synapse.Common\bin\Debug\Synapse.Common.dll</HintPath>
39+
</Reference>
40+
<Reference Include="Synapse.Core, Version=0.0.0.5, Culture=neutral, PublicKeyToken=a6de1cc56b73f982, processorArchitecture=MSIL">
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>..\..\synapse.core.net\Synapse.Core\bin\Debug\Synapse.Core.dll</HintPath>
43+
</Reference>
3644
<Reference Include="System" />
3745
<Reference Include="System.Core" />
3846
<Reference Include="System.Xml.Linq" />
@@ -50,14 +58,6 @@
5058
<None Include="App.config" />
5159
</ItemGroup>
5260
<ItemGroup>
53-
<ProjectReference Include="..\Synapse.Common\Synapse.Common.csproj">
54-
<Project>{683170de-f380-4f2e-8b91-91c7c9180b2b}</Project>
55-
<Name>Synapse.Common</Name>
56-
</ProjectReference>
57-
<ProjectReference Include="..\Synapse.Core\Synapse.Core.csproj">
58-
<Project>{4464700A-50BA-4B62-BD7E-16628FDA8B94}</Project>
59-
<Name>Synapse.Core</Name>
60-
</ProjectReference>
6161
<ProjectReference Include="..\Synapse.NodeService.HttpClient\Synapse.NodeService.HttpClient.csproj">
6262
<Project>{67051fa7-2226-4411-b150-7c61b7c88233}</Project>
6363
<Name>Synapse.NodeService.HttpClient</Name>

Synapse.NodeService/Synapse.NodeService.csproj

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
<HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
4040
<Private>True</Private>
4141
</Reference>
42+
<Reference Include="Synapse.Common">
43+
<HintPath>..\..\synapse.core.net\Synapse.Common\bin\Debug\Synapse.Common.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Synapse.ControllerService.HttpClient">
46+
<HintPath>..\..\synapse.controller.net\Synapse.ControllerService.HttpClient\bin\Debug\Synapse.ControllerService.HttpClient.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Synapse.Core">
49+
<HintPath>..\..\synapse.core.net\Synapse.Core\bin\Debug\Synapse.Core.dll</HintPath>
50+
</Reference>
4251
<Reference Include="System" />
4352
<Reference Include="System.Configuration.Install" />
4453
<Reference Include="System.Core" />
@@ -70,20 +79,6 @@
7079
</None>
7180
<None Include="packages.config" />
7281
</ItemGroup>
73-
<ItemGroup>
74-
<ProjectReference Include="..\Synapse.Common\Synapse.Common.csproj">
75-
<Project>{683170de-f380-4f2e-8b91-91c7c9180b2b}</Project>
76-
<Name>Synapse.Common</Name>
77-
</ProjectReference>
78-
<ProjectReference Include="..\Synapse.ControllerService.HttpClient\Synapse.ControllerService.HttpClient.csproj">
79-
<Project>{059d8c9c-6397-422c-9ae1-9206a6c3d324}</Project>
80-
<Name>Synapse.ControllerService.HttpClient</Name>
81-
</ProjectReference>
82-
<ProjectReference Include="..\Synapse.Core\Synapse.Core.csproj">
83-
<Project>{4464700a-50ba-4b62-bd7e-16628fda8b94}</Project>
84-
<Name>Synapse.Core</Name>
85-
</ProjectReference>
86-
</ItemGroup>
8782
<ItemGroup>
8883
<EmbeddedResource Include="SynapseNodeService.resx">
8984
<DependentUpon>SynapseNodeService.cs</DependentUpon>

0 commit comments

Comments
 (0)