aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj24
1 files changed, 7 insertions, 17 deletions
diff --git a/Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj b/Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj
index fa9eb1f61..6cfa77c3a 100644
--- a/Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj
+++ b/Software/Visual_Studio/Tango.Settings/Tango.Settings.csproj
@@ -30,6 +30,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -43,31 +46,18 @@
<Compile Include="..\Versioning\GlobalVersionInfo.cs">
<Link>GlobalVersionInfo.cs</Link>
</Compile>
- <Compile Include="DataBase.cs" />
- <Compile Include="Integration.cs" />
- <Compile Include="MachineStudioSettings\DeveloperModule.cs" />
- <Compile Include="MachineStudioSettings\MachineStudio.cs" />
- <Compile Include="MachineStudioSettings\StubsModule.cs" />
- <Compile Include="MachineStudioSettings\SynchronizationModule.cs" />
- <Compile Include="MachineStudioSettings\TechnicianModule.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SettingsCollection.cs" />
+ <Compile Include="SettingsBase.cs" />
<Compile Include="SettingsManager.cs" />
- <Compile Include="StubsUI.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Tango.Core\Tango.Core.csproj">
- <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project>
- <Name>Tango.Core</Name>
- </ProjectReference>
<ProjectReference Include="..\Tango.Logging\Tango.Logging.csproj">
<Project>{bc932dbd-7cdb-488c-99e4-f02cf441f55e}</Project>
<Name>Tango.Logging</Name>
</ProjectReference>
- <ProjectReference Include="..\Tango.Serialization\Tango.Serialization.csproj">
- <Project>{22f87980-e990-4686-be81-be63d562c4d5}</Project>
- <Name>Tango.Serialization</Name>
- </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file