Net40ConsoleApplication.csproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CCCD13E5-63B9-43C7-93B7-71E6709CFDEC}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Net40ConsoleApplication</RootNamespace>
  12. <AssemblyName>Net40ConsoleApplication</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Reactive.Core">
  40. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Core.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Reactive.Debugger">
  43. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Debugger.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System.Reactive.Experimental">
  46. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Experimental.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.Reactive.Interfaces">
  49. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Interfaces.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Reactive.Linq">
  52. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Linq.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Reactive.PlatformServices">
  55. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.PlatformServices.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Reactive.Providers">
  58. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Providers.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Reactive.Runtime.Remoting">
  61. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Runtime.Remoting.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Reactive.Windows.Forms">
  64. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Windows.Forms.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Reactive.Windows.Threading">
  67. <HintPath>..\..\..\Source\bin\Debug40\System.Reactive.Windows.Threading.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="WindowsBase" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Program.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\PortableClassLibrary\PortableClassLibrary.csproj">
  83. <Project>{24A63BF3-D9ED-4F4D-B576-E7A73AE00420}</Project>
  84. <Name>PortableClassLibrary</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>