jj add missing files
This commit is contained in:
parent
2a3384b1da
commit
a5d66de5cd
44
app/DpmaXmlParser.sln
Normal file
44
app/DpmaXmlParser.sln
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 2013
|
||||||
|
VisualStudioVersion = 12.0.21005.1
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DpmaXmlParser", "DpmaXmlParser\DpmaXmlParser.vbproj", "{4CE2A124-9683-4949-BEF5-8594D022BE8F}"
|
||||||
|
EndProject
|
||||||
|
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupWiX", "SetupWiX\SetupWiX.wixproj", "{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|Mixed Platforms = Release|Mixed Platforms
|
||||||
|
Release|x86 = Release|x86
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||||
|
{4CE2A124-9683-4949-BEF5-8594D022BE8F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Release|Any CPU.ActiveCfg = Release|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Release|x86.ActiveCfg = Release|x86
|
||||||
|
{B2305F34-D2D1-4BC9-BBE2-23FB9244EBD4}.Release|x86.Build.0 = Release|x86
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
46
app/DpmaXmlParser/DpmaXmlParser.exe.config.example
Normal file
46
app/DpmaXmlParser/DpmaXmlParser.exe.config.example
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||||
|
</startup>
|
||||||
|
<system.serviceModel>
|
||||||
|
<bindings>
|
||||||
|
<basicHttpBinding>
|
||||||
|
<binding name="DPMAregisterSoapBinding" maxReceivedMessageSize="2147483647" />
|
||||||
|
</basicHttpBinding>
|
||||||
|
</bindings>
|
||||||
|
<client>
|
||||||
|
<endpoint address="http://dpmaconnect.dpma.de/dpmaws/services/DPMAregisterMarkeService"
|
||||||
|
binding="basicHttpBinding" bindingConfiguration="DPMAregisterSoapBinding"
|
||||||
|
contract="DPMA.Marke.DPMAregister" name="DPMAregister" />
|
||||||
|
</client>
|
||||||
|
</system.serviceModel>
|
||||||
|
<appSettings>
|
||||||
|
<!--
|
||||||
|
Die Zugangangsdaten, die für den Zugriff auf die DPMA Datenbank benötigt werden.
|
||||||
|
Mehr Informationen finden Sie unter https://register.dpma.de/DPMAregister/Uebersicht
|
||||||
|
-->
|
||||||
|
<add key="dpma_username" value="username"/>
|
||||||
|
<add key="dpma_password" value="password"/>
|
||||||
|
<!--
|
||||||
|
query erwartet entweder eine mit Semikolon getrennte Liste oder einen SQL Befehl, der ein einspaltiges Ergebnis liefert .
|
||||||
|
Beispiel:
|
||||||
|
<add key="dpma_query" value="SELECT [Unternehmen] FROM [MeineDatenbank].[dbo].[Unternehmen] WHERE ProdUnternehmen = 1 ORDER BY Unternehmen"/>
|
||||||
|
-->
|
||||||
|
<add key="dpma_query" value="FirmaA;FirmaB;FirmaC"/>
|
||||||
|
<!--
|
||||||
|
queryIgnore erwartet eine mit Semikolon getrennte Liste, die EXPLIZIT NICHT im Ergebnis enthalten sein sollen
|
||||||
|
-->
|
||||||
|
<add key="dpma_query_ignore" value="FirmaZ;FirmaX"/>
|
||||||
|
<!--
|
||||||
|
Die Verbindung, in die das Ergebnis des Imports eingelesen wird, damit werden auch dpma_searchvalues ausgelesen!
|
||||||
|
Beispiel:
|
||||||
|
<add key="sql_connstring" value="Data Source=1.2.3.4\test;Initial Catalog=DB_TEST;Persist Security Info=True;User ID=testuser;Password=testpass"/>
|
||||||
|
-->
|
||||||
|
<add key="sql_connstring" value="Data Source=1.2.3.4\test;Initial Catalog=DB_TEST;Persist Security Info=True;User ID=testuser;Password=testpass"/>
|
||||||
|
<!--
|
||||||
|
Die Datenbank, in die das Ergebnis eingelesen wird und die Datenbank, die Record-Organizer/ADDI benutzt
|
||||||
|
-->
|
||||||
|
<add key="sql_database" value="DB_TEST" />
|
||||||
|
</appSettings>
|
||||||
|
</configuration>
|
||||||
BIN
app/DpmaXmlParser/ExtendedStoredProcedure_8284.ico
Normal file
BIN
app/DpmaXmlParser/ExtendedStoredProcedure_8284.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
13
app/DpmaXmlParser/My Project/Application.Designer.vb
generated
Normal file
13
app/DpmaXmlParser/My Project/Application.Designer.vb
generated
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' Dieser Code wurde von einem Tool generiert.
|
||||||
|
' Laufzeitversion:4.0.30319.34209
|
||||||
|
'
|
||||||
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
' der Code erneut generiert wird.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
63
app/DpmaXmlParser/My Project/Resources.Designer.vb
generated
Normal file
63
app/DpmaXmlParser/My Project/Resources.Designer.vb
generated
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' Dieser Code wurde von einem Tool generiert.
|
||||||
|
' Laufzeitversion:4.0.30319.34209
|
||||||
|
'
|
||||||
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
' der Code erneut generiert wird.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
|
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
|
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
|
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
|
'''<summary>
|
||||||
|
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||||
|
Friend Module Resources
|
||||||
|
|
||||||
|
Private resourceMan As Global.System.Resources.ResourceManager
|
||||||
|
|
||||||
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
|
Get
|
||||||
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("DpmaXmlParser.Resources", GetType(Resources).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
28
app/Packages.dgml
Normal file
28
app/Packages.dgml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<DirectedGraph GraphDirection="LeftToRight" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
|
||||||
|
<Nodes>
|
||||||
|
<Node Id="BrainpoolXmlParser" Label="BrainpoolXmlParser" Category="Projekt" />
|
||||||
|
<Node Id="NLog 4.1.2" Label="NLog 4.1.2" Category="Paket" />
|
||||||
|
<Node Id="NLog.Config 4.1.2" Label="NLog.Config 4.1.2" Category="Paket" />
|
||||||
|
<Node Id="NLog.Schema 4.0.1" Label="NLog.Schema 4.0.1" Category="Paket" />
|
||||||
|
</Nodes>
|
||||||
|
<Links>
|
||||||
|
<Link Source="NLog.Config 4.1.2" Target="NLog.Schema 4.0.1" Category="Paketabhängigkeit" />
|
||||||
|
<Link Source="NLog.Config 4.1.2" Target="NLog 4.1.2" Category="Paketabhängigkeit" />
|
||||||
|
<Link Source="BrainpoolXmlParser" Target="NLog.Config 4.1.2" Category="Installiertes Paket" />
|
||||||
|
</Links>
|
||||||
|
<Categories>
|
||||||
|
<Category Id="Projekt" />
|
||||||
|
<Category Id="Paket" />
|
||||||
|
</Categories>
|
||||||
|
<Styles>
|
||||||
|
<Style TargetType="Node" GroupLabel="Projekt" ValueLabel="True">
|
||||||
|
<Condition Expression="HasCategory('Projekt')" />
|
||||||
|
<Setter Property="Background" Value="Blue" />
|
||||||
|
</Style>
|
||||||
|
<Style TargetType="Link" GroupLabel="Paketabhängigkeit" ValueLabel="True">
|
||||||
|
<Condition Expression="HasCategory('Paketabhängigkeit')" />
|
||||||
|
<Setter Property="Background" Value="Yellow" />
|
||||||
|
</Style>
|
||||||
|
</Styles>
|
||||||
|
</DirectedGraph>
|
||||||
124
app/SetupWiX/Product.wxs
Normal file
124
app/SetupWiX/Product.wxs
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||||
|
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
|
||||||
|
<Product Id="*" Name="DPMA XML Parser" Language="1031" Version="1.1.0.0" Manufacturer="Digital Data" UpgradeCode="f1d2c203-0827-4c5c-a3ad-7bfccd3b6092" Codepage="1252">
|
||||||
|
<Package Id="*" InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="Digital Data DPMA XML Parser Setup" Manufacturer="Digital Data" Languages="1031" />
|
||||||
|
|
||||||
|
<!-- Nicht entfernen! -->
|
||||||
|
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1' />
|
||||||
|
<Property Id='DiskPrompt' Value="DPMA XML Parser Install" />
|
||||||
|
|
||||||
|
<!-- UPGRADE -->
|
||||||
|
<!--
|
||||||
|
Bei neuer Version muss die Versionsnummer unter
|
||||||
|
My Project >> Anwendung >> Assemblyinformationen und unter Product/@Version geändert werden.
|
||||||
|
Hier die Assemblyversion UND Dateiversion ändern.
|
||||||
|
|
||||||
|
NICHT den UpdateCode ändern!
|
||||||
|
Darf sich NIE MEHR ändern!
|
||||||
|
-->
|
||||||
|
<MajorUpgrade
|
||||||
|
AllowDowngrades="no"
|
||||||
|
AllowSameVersionUpgrades="no"
|
||||||
|
DowngradeErrorMessage="Eine neuere Version von [ProductName] ist bereits installiert. Das Setup wird beendet."
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
|
||||||
|
<Upgrade Id="{6387325E-F6D7-46BE-BBA8-D0E37BEEF800}">
|
||||||
|
<UpgradeVersion
|
||||||
|
Minimum="1.0.0.0" Maximum="99.0.0.0"
|
||||||
|
Property="PREVIOUSVERSIONSINSTALLED"
|
||||||
|
IncludeMinimum="yes" IncludeMaximum="no" />
|
||||||
|
</Upgrade>
|
||||||
|
<!-- UPGRADE END -->
|
||||||
|
|
||||||
|
<!-- Legt das Icon fest -->
|
||||||
|
<Icon Id="DpmaXmlParser.exe" SourceFile="DpmaXmlParser.exe" />
|
||||||
|
|
||||||
|
<!-- Zeige Icon in Systemsteuerung > Programme entfernen -->
|
||||||
|
<Property Id="ARPPRODUCTICON" Value="DpmaXmlParser.exe" />
|
||||||
|
|
||||||
|
<!-- Liest den Installationsort über die Registry aus -->
|
||||||
|
<Property Id="APPLICATIONFOLDER">
|
||||||
|
<RegistrySearch Key="Software\[Manufacturer]\[ProductName]" Root="HKCU" Type="raw" Id="APPLICATIONFOLDER_REGSEARCH" Name="Path" />
|
||||||
|
</Property>
|
||||||
|
|
||||||
|
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||||
|
<Directory Id="ProgramFilesFolder" Name="Pfiles">
|
||||||
|
<Directory Id="DD" Name="Digital Data">
|
||||||
|
|
||||||
|
<!-- Speichert den Installationsort in der Registry -->
|
||||||
|
<Component Id="RegistryEntries" Guid="{333FA451-7EC5-4E85-90D7-BF793C199DF0}">
|
||||||
|
<RegistryKey Root="HKCU" Key="Software\[Manufacturer]\[ProductName]">
|
||||||
|
<RegistryValue Type="string" Name="Path" Value="[DD]" KeyPath="yes" />
|
||||||
|
</RegistryKey>
|
||||||
|
</Component>
|
||||||
|
|
||||||
|
<Directory Id="INSTALLDIR" Name="DPMA Xml Parser">
|
||||||
|
|
||||||
|
<Component Id="MainExecutable" Guid="{ED6DC3D2-7E7E-41C2-9AFA-A7C7D9B12012}">
|
||||||
|
<File Id="Executable" Name="DpmaXmlParser.exe" Source="DpmaXmlParser.exe" KeyPath="yes">
|
||||||
|
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuDir" Name="DPMA Xml Parser" WorkingDirectory="INSTALLDIR" Icon="DpmaXmlParser.exe" IconIndex="0" Advertise="yes" />
|
||||||
|
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="DPMA Xml Parser" WorkingDirectory="INSTALLDIR" Icon="DpmaXmlParser.exe" IconIndex="0" Advertise="yes" />
|
||||||
|
</File>
|
||||||
|
<File Id="ExeConfigExample" Name="DpmaXmlParser.exe.config.example" Source="DpmaXmlParser.exe.config.example" />
|
||||||
|
|
||||||
|
<!-- Programmordner bei Deinstallation entfernen-->
|
||||||
|
<util:RemoveFolderEx Id="RemoveApplicationFolder" On="uninstall" Property="APPLICATIONFOLDER" />
|
||||||
|
</Component>
|
||||||
|
|
||||||
|
<Component Id="NLog" Guid="{9D6E04C5-4F61-42DD-A0A2-236981A0FE3A}">
|
||||||
|
<File Id="NLog.dll" Name="NLog.dll" Source="NLog.dll" KeyPath="yes" />
|
||||||
|
<File Id="NLog.config" Name="NLog.config" Source="NLog.config" />
|
||||||
|
</Component>
|
||||||
|
|
||||||
|
</Directory>
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
<Directory Id="ProgramMenuFolder" Name="Programs">
|
||||||
|
<Directory Id="ProgramMenuDir" Name="DPMA XML Parser">
|
||||||
|
<Component Id="ProgramMenuDir" Guid="{84EA48C2-7E72-4C49-8EC2-3BA1517930D3}">
|
||||||
|
<RemoveFolder Id="ProgramMenuDir" On="uninstall" />
|
||||||
|
|
||||||
|
<!-- Wird bei Deinstallation gelöscht -->
|
||||||
|
<RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="[DD]" Name="Path" />
|
||||||
|
|
||||||
|
</Component>
|
||||||
|
</Directory>
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
<Directory Id="DesktopFolder" Name="Desktop" />
|
||||||
|
</Directory>
|
||||||
|
|
||||||
|
<Feature Id="Complete" Level="1">
|
||||||
|
<ComponentRef Id="MainExecutable" />
|
||||||
|
<ComponentRef Id="NLog" />
|
||||||
|
<ComponentRef Id="RegistryEntries"/>
|
||||||
|
<ComponentRef Id="ProgramMenuDir"/>
|
||||||
|
</Feature>
|
||||||
|
|
||||||
|
<!-- Legt das Standard-Installationsverzeichnis fest-->
|
||||||
|
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
|
||||||
|
|
||||||
|
<!-- OBERFLÄCHE -->
|
||||||
|
<UI>
|
||||||
|
<UIRef Id="WixUI_InstallDir" />
|
||||||
|
<UIRef Id="WixUI_ErrorProgressText" />
|
||||||
|
<Publish Dialog="WelcomeDlg"
|
||||||
|
Control="Next"
|
||||||
|
Event="NewDialog"
|
||||||
|
Value="InstallDirDlg"
|
||||||
|
Order="2">1</Publish>
|
||||||
|
<Publish Dialog="InstallDirDlg"
|
||||||
|
Control="Back"
|
||||||
|
Event="NewDialog"
|
||||||
|
Value="WelcomeDlg"
|
||||||
|
Order="2">1</Publish>
|
||||||
|
</UI>
|
||||||
|
<!-- OBERFLÄCHE END -->
|
||||||
|
|
||||||
|
</Product>
|
||||||
|
</Wix>
|
||||||
46
app/SetupWiX/SetupWiX.wixproj
Normal file
46
app/SetupWiX/SetupWiX.wixproj
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||||
|
<ProductVersion>3.9</ProductVersion>
|
||||||
|
<ProjectGuid>b2305f34-d2d1-4bc9-bbe2-23fb9244ebd4</ProjectGuid>
|
||||||
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
|
<OutputName>DpmaXmlParserSetup</OutputName>
|
||||||
|
<OutputType>Package</OutputType>
|
||||||
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||||
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
|
<DefineConstants>Debug</DefineConstants>
|
||||||
|
<LinkerAdditionalOptions>-b "$(SolutionDir)DpmaXmlParser\bin\$(Configuration)" -cultures:de-DE</LinkerAdditionalOptions>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||||
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Product.wxs" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<WixExtension Include="WixUIExtension">
|
||||||
|
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
|
||||||
|
<Name>WixUIExtension</Name>
|
||||||
|
</WixExtension>
|
||||||
|
<WixExtension Include="WixUtilExtension">
|
||||||
|
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
|
||||||
|
<Name>WixUtilExtension</Name>
|
||||||
|
</WixExtension>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(WixTargetsPath)" />
|
||||||
|
<!--
|
||||||
|
To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
|
Other similar extension points exist, see Wix.targets.
|
||||||
|
<Target Name="BeforeBuild">
|
||||||
|
</Target>
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
</Target>
|
||||||
|
-->
|
||||||
|
</Project>
|
||||||
BIN
app/packages/NLog.4.2.3/NLog.4.2.3.nupkg
vendored
Normal file
BIN
app/packages/NLog.4.2.3/NLog.4.2.3.nupkg
vendored
Normal file
Binary file not shown.
BIN
app/packages/NLog.Config.4.2.3/NLog.Config.4.2.3.nupkg
vendored
Normal file
BIN
app/packages/NLog.Config.4.2.3/NLog.Config.4.2.3.nupkg
vendored
Normal file
Binary file not shown.
BIN
app/packages/NLog.Schema.4.2.3/NLog.Schema.4.2.3.nupkg
vendored
Normal file
BIN
app/packages/NLog.Schema.4.2.3/NLog.Schema.4.2.3.nupkg
vendored
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user