|
48 | 48 | <OptionInfer>On</OptionInfer> |
49 | 49 | </PropertyGroup> |
50 | 50 | <ItemGroup> |
| 51 | + <Reference Include="Desharp, Version=1.3.0.0, Culture=neutral, PublicKeyToken=cd60d985c52bcd6f, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Desharp.1.3.0\lib\net40\Desharp.dll</HintPath> |
| 53 | + <Private>True</Private> |
| 54 | + </Reference> |
| 55 | + <Reference Include="Desharp.Tests, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\Desharp.Tests.1.3.0\lib\net40\Desharp.Tests.dll</HintPath> |
| 57 | + <Private>True</Private> |
| 58 | + </Reference> |
| 59 | + <Reference Include="Microsoft.CSharp" /> |
51 | 60 | <Reference Include="System" /> |
| 61 | + <Reference Include="System.Configuration" /> |
52 | 62 | <Reference Include="System.Core" /> |
| 63 | + <Reference Include="System.Data" /> |
| 64 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 65 | + <Reference Include="System.Runtime.Serialization" /> |
| 66 | + <Reference Include="System.Web" /> |
| 67 | + <Reference Include="System.Web.Extensions" /> |
53 | 68 | </ItemGroup> |
54 | 69 | <ItemGroup> |
55 | 70 | <Import Include="Microsoft.VisualBasic" /> |
|
101 | 116 | <None Include="App.config" /> |
102 | 117 | <None Include="packages.config" /> |
103 | 118 | </ItemGroup> |
104 | | - <ItemGroup> |
105 | | - <ProjectReference Include="..\desharp\Desharp.csproj"> |
106 | | - <Project>{4f63d16b-a1e9-45a9-ac2f-831a1220b2b9}</Project> |
107 | | - <Name>Desharp</Name> |
108 | | - </ProjectReference> |
109 | | - <ProjectReference Include="..\tests\Tests.csproj"> |
110 | | - <Project>{986c7801-a810-456d-8d5a-c70319717191}</Project> |
111 | | - <Name>Tests</Name> |
112 | | - </ProjectReference> |
113 | | - </ItemGroup> |
114 | 119 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
115 | 120 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
116 | 121 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments