WinFormsApp45_NuGet.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F0830B04-35BA-4159-B7A0-85D038875802}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WinFormsApp45_NuGet</RootNamespace>
  11. <AssemblyName>WinFormsApp45_NuGet</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>SAK</SccProjectName>
  15. <SccLocalPath>SAK</SccLocalPath>
  16. <SccAuxPath>SAK</SccAuxPath>
  17. <SccProvider>SAK</SccProvider>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Reactive.Core">
  42. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System.Reactive.Interfaces">
  45. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System.Reactive.Linq">
  48. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System.Reactive.PlatformServices">
  51. <HintPath>..\packages\Rx-PlatformServices.2.1.30214.0\lib\Net45\System.Reactive.PlatformServices.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Reactive.Windows.Forms">
  54. <HintPath>..\packages\Rx-WinForms.2.1.30214.0\lib\Net45\System.Reactive.Windows.Forms.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Form1.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="Form1.Designer.cs">
  70. <DependentUpon>Form1.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Program.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <EmbeddedResource Include="Form1.resx">
  75. <DependentUpon>Form1.cs</DependentUpon>
  76. </EmbeddedResource>
  77. <EmbeddedResource Include="Properties\Resources.resx">
  78. <Generator>ResXFileCodeGenerator</Generator>
  79. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  80. <SubType>Designer</SubType>
  81. </EmbeddedResource>
  82. <Compile Include="Properties\Resources.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DependentUpon>Resources.resx</DependentUpon>
  85. </Compile>
  86. <None Include="packages.config" />
  87. <None Include="Properties\Settings.settings">
  88. <Generator>SettingsSingleFileGenerator</Generator>
  89. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  90. </None>
  91. <Compile Include="Properties\Settings.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Settings.settings</DependentUpon>
  94. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\PortableLibraryProfile78_NuGet\PortableLibraryProfile78_NuGet.csproj">
  102. <Project>{a8eff824-9d19-4a20-a59c-64846b9b9346}</Project>
  103. <Name>PortableLibraryProfile78_NuGet</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>