version 1.2

This commit is contained in:
Jonathan Jenne
2017-07-19 17:01:40 +02:00
parent b56c2d0841
commit 13fe3d8cff
27 changed files with 1783 additions and 155 deletions

View File

@@ -93,7 +93,10 @@
<ItemGroup>
<Compile Include="Config.vb" />
<Compile Include="DB.vb" />
<Compile Include="DPMAConnect.vb" />
<Compile Include="DPMAConnectPatents.vb" />
<Compile Include="DPMAConnectMarks.vb" />
<Compile Include="ImporterMarks.vb" />
<Compile Include="ImporterPatents.vb" />
<Compile Include="Mark.vb" />
<Compile Include="Main.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
@@ -111,13 +114,22 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Parser.vb" />
<Compile Include="Querybuilder.vb" />
<Compile Include="ParserMarks.vb" />
<Compile Include="ParserPatents.vb" />
<Compile Include="Patent.vb" />
<Compile Include="QuerybuilderMarks.vb" />
<Compile Include="QueryBuilderPatents.vb" />
<Compile Include="Service References\DPMA.Marke\Reference.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service References\DPMA.Patent\Reference.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Utils.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
@@ -128,6 +140,22 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Service References\DPMA.Patent\DpmaXmlParser.DPMA.Patent.getRegisterInfoResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\DPMA.Patent\DpmaXmlParser.DPMA.Patent.searchResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\DPMA.Patent\DpmaXmlParser.DPMA.Patent.versionResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\DPMA.Patent\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.vb</LastGenOutput>
</None>
<None Include="Service References\DPMA.Patent\configuration.svcinfo" />
<None Include="Service References\DPMA.Patent\configuration91.svcinfo" />
<None Include="app.config" />
<None Include="DpmaXmlParser.exe.config.example">
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -156,12 +184,14 @@
<SubType>Designer</SubType>
</None>
<None Include="Service References\DPMA.Marke\DPMAregisterMarkeService.wsdl" />
<None Include="Service References\DPMA.Patent\DPMAregisterPatService.wsdl" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\DPMA.Marke\" />
<WCFMetadataStorage Include="Service References\DPMA.Patent\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\DPMA.Marke\configuration91.svcinfo" />