|
@@ -32,14 +32,15 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Reference Include="Guna.UI2">
|
|
|
|
- <HintPath>..\..\..\..\Desktop\Guna.UI2.dll</HintPath>
|
|
|
|
|
|
+ <Reference Include="Guna.UI2, Version=2.0.4.5, Culture=neutral, PublicKeyToken=8b9d14aa5142e261, processorArchitecture=MSIL">
|
|
|
|
+ <HintPath>..\packages\Guna.UI2.WinForms.2.0.4.5\lib\net40\Guna.UI2.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Management" />
|
|
|
|
+ <Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
@@ -97,6 +98,7 @@
|
|
<EmbeddedResource Include="Views\UserControl1.resx">
|
|
<EmbeddedResource Include="Views\UserControl1.resx">
|
|
<DependentUpon>UserControl1.cs</DependentUpon>
|
|
<DependentUpon>UserControl1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</EmbeddedResource>
|
|
|
|
+ <None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|