|
32 | 32 | <WarningLevel>4</WarningLevel>
|
33 | 33 | </PropertyGroup>
|
34 | 34 | <ItemGroup>
|
| 35 | + <Reference Include="Desharp, Version=1.3.0.0, Culture=neutral, PublicKeyToken=cd60d985c52bcd6f, processorArchitecture=MSIL"> |
| 36 | + <HintPath>..\packages\Desharp.1.3.0\lib\net40\Desharp.dll</HintPath> |
| 37 | + <Private>True</Private> |
| 38 | + </Reference> |
35 | 39 | <Reference Include="System" />
|
| 40 | + <Reference Include="System.Configuration" /> |
36 | 41 | <Reference Include="System.Core" />
|
37 | 42 | <Reference Include="Microsoft.CSharp" />
|
| 43 | + <Reference Include="System.Data" /> |
| 44 | + <Reference Include="System.Data.DataSetExtensions" /> |
38 | 45 | <Reference Include="System.Deployment" />
|
39 | 46 | <Reference Include="System.Drawing" />
|
| 47 | + <Reference Include="System.Runtime.Serialization" /> |
| 48 | + <Reference Include="System.Web" /> |
| 49 | + <Reference Include="System.Web.Extensions" /> |
40 | 50 | <Reference Include="System.Windows.Forms" />
|
41 | 51 | </ItemGroup>
|
42 | 52 | <ItemGroup>
|
|
60 | 70 | <AutoGen>True</AutoGen>
|
61 | 71 | <DependentUpon>Resources.resx</DependentUpon>
|
62 | 72 | </Compile>
|
| 73 | + <None Include="packages.config" /> |
63 | 74 | <None Include="Properties\Settings.settings">
|
64 | 75 | <Generator>SettingsSingleFileGenerator</Generator>
|
65 | 76 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
70 | 81 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
71 | 82 | </Compile>
|
72 | 83 | </ItemGroup>
|
73 |
| - <ItemGroup> |
74 |
| - <ProjectReference Include="..\desharp\Desharp.csproj"> |
75 |
| - <Project>{4f63d16b-a1e9-45a9-ac2f-831a1220b2b9}</Project> |
76 |
| - <Name>Desharp</Name> |
77 |
| - </ProjectReference> |
78 |
| - <ProjectReference Include="..\tests\Tests.csproj"> |
79 |
| - <Project>{986c7801-a810-456d-8d5a-c70319717191}</Project> |
80 |
| - <Name>Tests</Name> |
81 |
| - </ProjectReference> |
82 |
| - </ItemGroup> |
83 | 84 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
84 | 85 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
85 | 86 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments