added reference
This commit is contained in:
parent
b35f4e8751
commit
0f455e0e90
@ -2,6 +2,8 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeskHubSharpRevised", "DeskHubSharpRevised\DeskHubSharpRevised.csproj", "{4A987749-B593-4051-A55C-F011080AFC78}"
|
||||
EndProject
|
||||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "ModelsLib", "ModelsLib\ModelsLib.fsproj", "{3E51ADA6-475A-4A27-B0D3-93BB319B761D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -12,5 +14,9 @@ Global
|
||||
{4A987749-B593-4051-A55C-F011080AFC78}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4A987749-B593-4051-A55C-F011080AFC78}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4A987749-B593-4051-A55C-F011080AFC78}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3E51ADA6-475A-4A27-B0D3-93BB319B761D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3E51ADA6-475A-4A27-B0D3-93BB319B761D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3E51ADA6-475A-4A27-B0D3-93BB319B761D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3E51ADA6-475A-4A27-B0D3-93BB319B761D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
@ -29,4 +29,7 @@
|
||||
<PackageReference Include="RestSharp" Version="108.0.1" />
|
||||
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ModelsLib\ModelsLib.fsproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user