git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorvasary.daniel <TFS\vasary.daniel>
Thu, 23 Sep 2021 10:55:46 +0000 (10:55 +0000)
committervasary.daniel <TFS\vasary.daniel>
Thu, 23 Sep 2021 10:55:46 +0000 (10:55 +0000)
client/MediaCubeApiTest/MediaCubeApiTest.vbproj
client/MediaCubeApiTest/packages.config [new file with mode: 0644]

index 738f784d89e3334d53678cbdbf4e96ed15950eb6..cde1e1162f25325b0c152178776117907bffb4af 100644 (file)
     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>\r
     <Deterministic>true</Deterministic>\r
     <TargetFrameworkProfile />\r
+    <SccProjectName>SAK</SccProjectName>\r
+    <SccLocalPath>SAK</SccLocalPath>\r
+    <SccAuxPath>SAK</SccAuxPath>\r
+    <SccProvider>SAK</SccProvider>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <PlatformTarget>AnyCPU</PlatformTarget>\r
     <OptionInfer>On</OptionInfer>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="LinkDotNet.MessageHandling">\r
-      <HintPath>api\LinkDotNet.MessageHandling.dll</HintPath>\r
+    <Reference Include="LinkDotNet.MessageHandling, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
+      <HintPath>..\packages\LinkDotNet.MessageBus.0.1.1\lib\LinkDotNet.MessageHandling.dll</HintPath>\r
     </Reference>\r
     <Reference Include="LinkDotNet.MessageHandling.Contracts, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>api\LinkDotNet.MessageHandling.Contracts.dll</HintPath>\r
-    </Reference>\r
-    <Reference Include="MaestroShared, Version=2.1.0.6, Culture=neutral, PublicKeyToken=null" />\r
-    <Reference Include="MediaCubeClient, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>api\MediaCubeClient.dll</HintPath>\r
+      <HintPath>..\packages\LinkDotNet.MessageBus.Contracts.0.1.1\lib\LinkDotNet.MessageHandling.Contracts.dll</HintPath>\r
+      <Private>True</Private>\r
     </Reference>\r
     <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>api\Newtonsoft.Json.dll</HintPath>\r
+      <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>\r
+      <Private>True</Private>\r
     </Reference>\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
       <CustomToolNamespace>My</CustomToolNamespace>\r
       <LastGenOutput>Settings.Designer.vb</LastGenOutput>\r
     </None>\r
+    <None Include="packages.config" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ProjectReference Include="..\MaestroShared\MaestroShared.csproj">\r
+      <Project>{d4417174-f21e-4ce2-ae5c-8eb30c9a9625}</Project>\r
+      <Name>MaestroShared</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\MediaCubeClient\MediaCubeClient.csproj">\r
+      <Project>{cefd0348-ded4-453e-bf3a-0b52f8890ab3}</Project>\r
+      <Name>MediaCubeClient</Name>\r
+    </ProjectReference>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <WCFMetadata Include="Connected Services\" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Content Include="api\FluentFTP.dll" />\r
-    <Content Include="api\LinkDotNet.MessageHandling.Contracts.dll" />\r
-    <Content Include="api\MaestroShared.dll" />\r
-    <Content Include="api\MediaCubeClient.dll" />\r
-    <Content Include="api\Newtonsoft.Json.dll" />\r
-    <Content Include="api\NLog.dll" />\r
-    <Content Include="api\RestSharp.dll" />\r
-    <Content Include="api\websocket-sharp.dll" />\r
+    <Folder Include="api\" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />\r
 </Project>
\ No newline at end of file
diff --git a/client/MediaCubeApiTest/packages.config b/client/MediaCubeApiTest/packages.config
new file mode 100644 (file)
index 0000000..ba2a953
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<packages>\r
+  <package id="LinkDotNet.MessageBus" version="0.1.1" targetFramework="net461" />\r
+  <package id="LinkDotNet.MessageBus.Contracts" version="0.1.1" targetFramework="net461" />\r
+  <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />\r
+</packages>
\ No newline at end of file