1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{750CBADB-CC6E-4382-9B26-5112D4F93C93}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >HideKnowledgeItemTextFormHelpBox</RootNamespace >
12+ <AssemblyName >HideKnowledgeItemTextFormHelpBoxAddon</AssemblyName >
13+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >C:\Program Files (x86)\Citavi 6\AddOns</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <StartAction >Program</StartAction >
25+ <StartProgram >C:\Program Files (x86)\Citavi 6\bin\Citavi.exe</StartProgram >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <StartAction >Program</StartAction >
30+ <StartProgram >C:\Program Files (x86)\Citavi 6\bin\Citavi.exe</StartProgram >
31+ <DebugType >none</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >..\bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <PlatformTarget >AnyCPU</PlatformTarget >
38+ </PropertyGroup >
39+ <ItemGroup >
40+ <Reference Include =" Citavi" >
41+ <HintPath >..\..\..\..\..\Program Files (x86)\Citavi 6\bin\Citavi.exe</HintPath >
42+ <Private >False</Private >
43+ </Reference >
44+ <Reference Include =" SwissAcademic" >
45+ <HintPath >..\..\..\..\..\Program Files (x86)\Citavi 6\bin\SwissAcademic.dll</HintPath >
46+ <Private >False</Private >
47+ </Reference >
48+ <Reference Include =" SwissAcademic.Citavi" >
49+ <HintPath >..\..\..\..\..\Program Files (x86)\Citavi 6\bin\SwissAcademic.Citavi.dll</HintPath >
50+ <Private >False</Private >
51+ </Reference >
52+ <Reference Include =" SwissAcademic.Controls" >
53+ <HintPath >..\..\..\..\..\Program Files (x86)\Citavi 6\bin\SwissAcademic.Controls.dll</HintPath >
54+ <Private >False</Private >
55+ </Reference >
56+ <Reference Include =" System " />
57+ <Reference Include =" System.Core " />
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Data.DataSetExtensions" />
60+ <Reference Include =" Microsoft.CSharp" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Xml" />
63+ <Reference Include =" System.Drawing" />
64+ <Reference Include =" System.Windows.Forms" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" Addon.cs" />
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ </ItemGroup >
70+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71+ <PropertyGroup >
72+ <PostBuildEvent >if $(ConfigurationName) == Release cmd /x /c mkdir "$(SolutionDir)..\packages\"
73+ if $(ConfigurationName) == Release (powershell Compress-Archive -Path '$(TargetDir)*' -DestinationPath '$(SolutionDir)..\packages\$(TargetName).zip' -Force)
74+ </PostBuildEvent >
75+ </PropertyGroup >
76+ </Project >
0 commit comments