Skip to content

Commit 06888ea

Browse files
committed
desharp package 1.3
1 parent fe56227 commit 06888ea

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

ExampleWinForms.csproj

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,21 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<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>
3539
<Reference Include="System" />
40+
<Reference Include="System.Configuration" />
3641
<Reference Include="System.Core" />
3742
<Reference Include="Microsoft.CSharp" />
43+
<Reference Include="System.Data" />
44+
<Reference Include="System.Data.DataSetExtensions" />
3845
<Reference Include="System.Deployment" />
3946
<Reference Include="System.Drawing" />
47+
<Reference Include="System.Runtime.Serialization" />
48+
<Reference Include="System.Web" />
49+
<Reference Include="System.Web.Extensions" />
4050
<Reference Include="System.Windows.Forms" />
4151
</ItemGroup>
4252
<ItemGroup>
@@ -60,6 +70,7 @@
6070
<AutoGen>True</AutoGen>
6171
<DependentUpon>Resources.resx</DependentUpon>
6272
</Compile>
73+
<None Include="packages.config" />
6374
<None Include="Properties\Settings.settings">
6475
<Generator>SettingsSingleFileGenerator</Generator>
6576
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -70,16 +81,6 @@
7081
<DesignTimeSharedInput>True</DesignTimeSharedInput>
7182
</Compile>
7283
</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>
8384
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8485
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8586
Other similar extension points exist, see Microsoft.Common.targets.

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.3.0.0")]
36+
[assembly: AssemblyFileVersion("1.3.0.0")]

packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Desharp" version="1.3.0" targetFramework="net40" />
4+
</packages>

0 commit comments

Comments
 (0)