|
|
|
@ -11,7 +11,8 @@ |
|
|
|
<RootNamespace>ClientForWEDS</RootNamespace> |
|
|
|
<AssemblyName>ClientForWEDS</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
|
<TargetFrameworkProfile> |
|
|
|
</TargetFrameworkProfile> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
|
@ -37,7 +38,8 @@ |
|
|
|
<ApplicationIcon>2017.ico</ApplicationIcon> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="AxInterop.WEDS4_CommSV2"> |
|
|
|
<Reference Include="AxInterop.WEDS4_CommSV2, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>.\AxInterop.WEDS4_CommSV2.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
|
@ -52,18 +54,41 @@ |
|
|
|
<HintPath>.\Interop.WEDS4_CommSV2.dll</HintPath> |
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Deployment" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Data.DataSetExtensions"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.CSharp"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Data"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Deployment"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Drawing"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Windows.Forms"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="..\..\..\version\Tools_version.cs"> |
|
|
|
<Link>Tools_version.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="ConfigUtil.cs" /> |
|
|
|
<Compile Include="Form1.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
@ -71,6 +96,12 @@ |
|
|
|
<Compile Include="Form1.Designer.cs"> |
|
|
|
<DependentUpon>Form1.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Form2.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Form2.Designer.cs"> |
|
|
|
<DependentUpon>Form2.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Program.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="RpcHelper.cs" /> |
|
|
|
@ -78,6 +109,9 @@ |
|
|
|
<DependentUpon>Form1.cs</DependentUpon> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="Form2.resx"> |
|
|
|
<DependentUpon>Form2.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="Properties\Resources.resx"> |
|
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
|
@ -86,7 +120,9 @@ |
|
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
|
<DesignTime>True</DesignTime> |
|
|
|
</Compile> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="Properties\Settings.settings"> |
|
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
|
|