|
@@ -33,6 +33,10 @@
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Reference Include="Interop.Shell32">
|
|
|
|
+ <HintPath>obj\Debug\Interop.Shell32.dll</HintPath>
|
|
|
|
+ <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
+ </Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
@@ -50,6 +54,7 @@
|
|
<Compile Include="Utils\LoginEvent.cs" />
|
|
<Compile Include="Utils\LoginEvent.cs" />
|
|
<Compile Include="Utils\Navicat.cs" />
|
|
<Compile Include="Utils\Navicat.cs" />
|
|
<Compile Include="Utils\Net.cs" />
|
|
<Compile Include="Utils\Net.cs" />
|
|
|
|
+ <Compile Include="Utils\SystemInfo.cs" />
|
|
<Compile Include="Utils\TeamViewer.cs" />
|
|
<Compile Include="Utils\TeamViewer.cs" />
|
|
<Compile Include="Utils\WinSCP.cs" />
|
|
<Compile Include="Utils\WinSCP.cs" />
|
|
<Compile Include="Utils\Xmangager.cs" />
|
|
<Compile Include="Utils\Xmangager.cs" />
|