瀏覽代碼

Update reference paths in the portable library sample project.

Donna Malayeri 12 年之前
父節點
當前提交
f5e437e8ff

+ 10 - 10
Rx/NET/Samples/Portable/Net40ConsoleApplication/Net40ConsoleApplication.csproj

@@ -37,34 +37,34 @@
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Reactive.Core">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Core.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Core.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Debugger">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Debugger.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Debugger.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Experimental">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Experimental.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Experimental.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Interfaces">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Interfaces.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Interfaces.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Linq">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Linq.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Linq.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.PlatformServices">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.PlatformServices.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.PlatformServices.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Providers">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Providers.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Providers.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Runtime.Remoting">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Runtime.Remoting.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Runtime.Remoting.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Windows.Forms">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Windows.Forms.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Windows.Forms.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Windows.Threading">
-      <HintPath>..\..\..\..\Layout\Rx\Debug40\System.Reactive.Windows.Threading.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Windows.Threading.dll</HintPath>
     </Reference>
     <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Xml.Linq" />

+ 6 - 6
Rx/NET/Samples/Portable/PortableClassLibrary/PortableClassLibrary.csproj

@@ -38,22 +38,22 @@
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System.Reactive.Core">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Core.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Core.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Debugger">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Debugger.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Debugger.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Experimental">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Experimental.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Experimental.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Interfaces">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Interfaces.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Interfaces.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Linq">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Linq.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Linq.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Providers">
-      <HintPath>..\..\..\..\Layout\Rx\DebugPLLITE\System.Reactive.Providers.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugPLLITE\System.Reactive.Providers.dll</HintPath>
     </Reference>
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />

+ 8 - 8
Rx/NET/Samples/Portable/SilverlightApplication/SilverlightApplication.csproj

@@ -62,28 +62,28 @@
   <ItemGroup>
     <Reference Include="mscorlib" />
     <Reference Include="System.Reactive.Core">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Core.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Core.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Debugger">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Debugger.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Debugger.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Experimental">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Experimental.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Experimental.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Interfaces">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Interfaces.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Interfaces.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Linq">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Linq.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Linq.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.PlatformServices">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.PlatformServices.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.PlatformServices.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Providers">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Providers.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Providers.dll</HintPath>
     </Reference>
     <Reference Include="System.Reactive.Windows.Threading">
-      <HintPath>..\..\..\..\Layout\Rx\DebugSL4\System.Reactive.Windows.Threading.dll</HintPath>
+      <HintPath>..\..\..\Source\bin\DebugSL4\System.Reactive.Windows.Threading.dll</HintPath>
     </Reference>
     <Reference Include="System.Windows" />
     <Reference Include="system" />