2015-06-15 17:15:52 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<!--
|
|
|
|
|
This section defines project-level properties.
|
|
|
|
|
|
|
|
|
|
AssemblyName
|
|
|
|
|
Name of the output assembly.
|
|
|
|
|
Configuration
|
|
|
|
|
Specifies a default value for debug.
|
|
|
|
|
OutputType
|
|
|
|
|
Must be "Library" for VSTO.
|
|
|
|
|
Platform
|
|
|
|
|
Specifies what CPU the output of this project can run on.
|
|
|
|
|
NoStandardLibraries
|
|
|
|
|
Set to "false" for VSTO.
|
|
|
|
|
RootNamespace
|
|
|
|
|
In C#, this specifies the namespace given to new files. In VB, all objects are
|
|
|
|
|
wrapped in this namespace at runtime.
|
|
|
|
|
-->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{0478F1B0-17F2-4151-8F93-1CB6EB9732C5}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<NoStandardLibraries>false</NoStandardLibraries>
|
|
|
|
|
<RootNamespace>zaaReloaded2</RootNamespace>
|
|
|
|
|
<AssemblyName>zaaReloaded2</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<DefineConstants>VSTO40</DefineConstants>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<InstallUrl />
|
|
|
|
|
<TargetCulture>en</TargetCulture>
|
|
|
|
|
<ApplicationVersion>1.0.0.0</ApplicationVersion>
|
|
|
|
|
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
|
|
|
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>days</UpdateIntervalUnits>
|
|
|
|
|
<IsWebBootstrapper>False</IsWebBootstrapper>
|
|
|
|
|
<ProductName>zaaReloaded2</ProductName>
|
|
|
|
|
<PublisherName />
|
|
|
|
|
<SupportUrl />
|
|
|
|
|
<FriendlyName>zaaReloaded2</FriendlyName>
|
|
|
|
|
<OfficeApplicationDescription />
|
|
|
|
|
<LoadBehavior>3</LoadBehavior>
|
2015-06-15 17:15:52 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<!--
|
|
|
|
|
OfficeApplication
|
|
|
|
|
Add-in host application
|
|
|
|
|
-->
|
|
|
|
|
<OfficeApplication>Word</OfficeApplication>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!--
|
|
|
|
|
This section defines properties that are set when the "Debug" configuration is selected.
|
|
|
|
|
|
|
|
|
|
DebugSymbols
|
|
|
|
|
If "true", create symbols (.pdb). If "false", do not create symbols.
|
|
|
|
|
DefineConstants
|
|
|
|
|
Constants defined for the preprocessor.
|
|
|
|
|
EnableUnmanagedDebugging
|
|
|
|
|
If "true", starting the debugger will attach both managed and unmanaged debuggers.
|
|
|
|
|
Optimize
|
|
|
|
|
If "true", optimize the build output. If "false", do not optimize.
|
|
|
|
|
OutputPath
|
|
|
|
|
Output path of project relative to the project file.
|
|
|
|
|
WarningLevel
|
|
|
|
|
Warning level for the compiler.
|
|
|
|
|
-->
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!--
|
|
|
|
|
This section defines properties that are set when the "Release" configuration is selected.
|
|
|
|
|
|
|
|
|
|
DebugSymbols
|
|
|
|
|
If "true", create symbols (.pdb). If "false", do not create symbols.
|
|
|
|
|
DefineConstants
|
|
|
|
|
Constants defined for the preprocessor.
|
|
|
|
|
EnableUnmanagedDebugging
|
|
|
|
|
If "true", starting the debugger will attach both managed and unmanaged debuggers.
|
|
|
|
|
Optimize
|
|
|
|
|
If "true", optimize the build output. If "false", do not optimize.
|
|
|
|
|
OutputPath
|
|
|
|
|
Output path of project relative to the project file.
|
|
|
|
|
WarningLevel
|
|
|
|
|
Warning level for the compiler.
|
|
|
|
|
-->
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
|
|
|
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!--
|
|
|
|
|
This section specifies references for the project.
|
|
|
|
|
-->
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Accessibility" />
|
2015-07-11 14:51:02 +00:00
|
|
|
|
<Reference Include="Bovender">
|
|
|
|
|
<HintPath>..\packages\Bovender.0.2.0.0\lib\net40\Bovender.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-07-27 04:10:58 +00:00
|
|
|
|
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2015-08-11 14:12:39 +00:00
|
|
|
|
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Expression.Blend.Sdk.1.0.2\lib\net40-client\System.Windows.Interactivity.dll</HintPath>
|
|
|
|
|
</Reference>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<!--
|
|
|
|
|
This section defines the user source files that are part of the project.
|
|
|
|
|
|
|
|
|
|
A "Compile" element specifies a source file to compile.
|
|
|
|
|
An "EmbeddedResource" element specifies an .resx file for embedded resources.
|
|
|
|
|
A "None" element specifies a file that is not to be passed to the compiler (for instance,
|
|
|
|
|
a text file or XML file).
|
|
|
|
|
The "AppDesigner" element specifies the directory where the application properties files
|
|
|
|
|
can be found.
|
|
|
|
|
-->
|
|
|
|
|
<ItemGroup>
|
2015-09-06 06:21:31 +00:00
|
|
|
|
<Compile Include="Commands.cs" />
|
2015-09-03 19:47:21 +00:00
|
|
|
|
<Compile Include="Importer\ZaaImporter\AutoDetect.cs" />
|
2015-08-30 05:48:32 +00:00
|
|
|
|
<Compile Include="Controller\Comments\CommentPool.cs" />
|
2015-07-25 12:33:48 +00:00
|
|
|
|
<Compile Include="Controller\Elements\ControlElementBase.cs" />
|
|
|
|
|
<Compile Include="Controller\Elements\FormatElementBase.cs" />
|
2015-08-09 18:54:43 +00:00
|
|
|
|
<Compile Include="Controller\Elements\NextColumn.cs" />
|
2015-08-30 05:48:32 +00:00
|
|
|
|
<Compile Include="Controller\Comments\ItemComment.cs" />
|
|
|
|
|
<Compile Include="Controller\Comments\ItemCommentEventArgs.cs" />
|
2015-07-25 12:33:48 +00:00
|
|
|
|
<Compile Include="Controller\Elements\SelectEachDay.cs" />
|
2015-07-16 22:23:06 +00:00
|
|
|
|
<Compile Include="Controller\Elements\SelectLastDay.cs" />
|
|
|
|
|
<Compile Include="Controller\Elements\SelectFirstDay.cs" />
|
2015-07-18 20:22:08 +00:00
|
|
|
|
<Compile Include="Controller\Elements\CustomText.cs" />
|
2015-08-09 18:54:43 +00:00
|
|
|
|
<Compile Include="Controller\Elements\TwoColumns.cs" />
|
2015-07-15 23:49:17 +00:00
|
|
|
|
<Compile Include="Controller\Settings.cs" />
|
2015-07-16 03:28:28 +00:00
|
|
|
|
<Compile Include="Controller\SettingsRepository.cs" />
|
2015-08-03 10:11:30 +00:00
|
|
|
|
<Compile Include="Demo\Demo.cs" />
|
2015-07-27 04:10:58 +00:00
|
|
|
|
<Compile Include="ExceptionHandler\ExceptionDetailView.xaml.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\ExceptionView.xaml.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\ExceptionViewModel.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\SubmissionCompletedAction.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\SubmissionFailureView.xaml.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\SubmissionProcessAction.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\SubmissionProcessView.xaml.cs" />
|
|
|
|
|
<Compile Include="ExceptionHandler\SubmissionSuccessView.xaml.cs" />
|
2015-08-24 21:17:49 +00:00
|
|
|
|
<Compile Include="Formatter\AbnormalStyle.cs" />
|
2015-07-27 18:39:05 +00:00
|
|
|
|
<Compile Include="Formatter\DanielsStyle.cs" />
|
2015-07-25 12:33:48 +00:00
|
|
|
|
<Compile Include="Formatter\DocumentWriter.cs" />
|
2015-08-14 15:04:50 +00:00
|
|
|
|
<Compile Include="Formatter\NoLaboratoryDataException.cs" />
|
2015-08-31 20:01:59 +00:00
|
|
|
|
<Compile Include="Preferences.cs" />
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Compile Include="Ribbon.cs" />
|
2015-07-14 21:50:39 +00:00
|
|
|
|
<Compile Include="Thesaurus\ThesaurusBase.cs" />
|
2015-07-13 21:57:35 +00:00
|
|
|
|
<Compile Include="Formatter\IItemFormatterDictionary.cs" />
|
|
|
|
|
<Compile Include="Formatter\ItemFormatter.cs" />
|
|
|
|
|
<Compile Include="Formatter\ItemFormatterDictionary.cs" />
|
|
|
|
|
<Compile Include="Formatter\ITimePointFormatterDictionary.cs" />
|
|
|
|
|
<Compile Include="Formatter\TimePointFormatter.cs" />
|
|
|
|
|
<Compile Include="Formatter\TimePointFormatterDictionary.cs" />
|
|
|
|
|
<Compile Include="LabModel\IItemDictionary.cs" />
|
|
|
|
|
<Compile Include="LabModel\ItemDictionary.cs" />
|
2015-07-14 21:50:39 +00:00
|
|
|
|
<Compile Include="Thesaurus\LineParser.cs" />
|
|
|
|
|
<Compile Include="Thesaurus\Parameters.cs" />
|
|
|
|
|
<Compile Include="Thesaurus\Units.cs" />
|
2015-07-15 23:49:17 +00:00
|
|
|
|
<Compile Include="Controller\Elements\ElementBase.cs" />
|
|
|
|
|
<Compile Include="Controller\Elements\Items.cs" />
|
2015-07-13 21:57:35 +00:00
|
|
|
|
<Compile Include="Formatter\Formatter.cs" />
|
|
|
|
|
<Compile Include="Formatter\ReferenceStyle.cs" />
|
2015-07-06 13:48:43 +00:00
|
|
|
|
<Compile Include="Importer\IImporter.cs" />
|
|
|
|
|
<Compile Include="Importer\ZaaImporter\LaurisItem.cs" />
|
|
|
|
|
<Compile Include="Importer\ZaaImporter\LaurisTimePoint.cs" />
|
|
|
|
|
<Compile Include="Importer\ZaaImporter\ZaaImporter.cs" />
|
2015-07-13 21:57:35 +00:00
|
|
|
|
<Compile Include="LabModel\ITimePointsDictionary.cs" />
|
2015-07-06 13:48:43 +00:00
|
|
|
|
<Compile Include="LabModel\LabItem.cs" />
|
|
|
|
|
<Compile Include="LabModel\Laboratory.cs" />
|
|
|
|
|
<Compile Include="Importer\ZaaImporter\LaurisParagraph.cs" />
|
|
|
|
|
<Compile Include="LabModel\Material.cs" />
|
|
|
|
|
<Compile Include="LabModel\TimePoint.cs" />
|
2015-07-13 21:57:35 +00:00
|
|
|
|
<Compile Include="LabModel\TimePointsDictionary.cs" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2015-07-27 08:10:18 +00:00
|
|
|
|
<Compile Include="Updater\Updater.cs" />
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Compile Include="ViewModels\AboutViewModel.cs" />
|
2015-08-02 19:51:58 +00:00
|
|
|
|
<Compile Include="ViewModels\CategoryViewModel.cs" />
|
|
|
|
|
<Compile Include="ViewModels\ElementPickerViewModel.cs" />
|
2015-07-31 15:19:49 +00:00
|
|
|
|
<Compile Include="ViewModels\ElementViewModel.cs" />
|
2015-09-05 17:47:58 +00:00
|
|
|
|
<Compile Include="ViewModels\FirstRunViewModel.cs" />
|
2015-07-31 15:19:49 +00:00
|
|
|
|
<Compile Include="ViewModels\FormatElementViewModel.cs" />
|
|
|
|
|
<Compile Include="ViewModels\ControlElementViewModel.cs" />
|
2015-08-11 19:22:34 +00:00
|
|
|
|
<Compile Include="ViewModels\IoErrorViewModel.cs" />
|
2015-08-30 18:32:37 +00:00
|
|
|
|
<Compile Include="ViewModels\ItemCommentViewModel.cs" />
|
2015-08-31 20:01:59 +00:00
|
|
|
|
<Compile Include="ViewModels\PreferencesViewModel.cs" />
|
2015-08-01 19:23:56 +00:00
|
|
|
|
<Compile Include="ViewModels\SettingsRepositoryViewModel.cs" />
|
2015-08-30 18:32:37 +00:00
|
|
|
|
<Compile Include="Views\ItemCommentView.xaml.cs">
|
|
|
|
|
<DependentUpon>ItemCommentView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-11 19:22:34 +00:00
|
|
|
|
<Compile Include="Views\IoErrorView.xaml.cs">
|
|
|
|
|
<DependentUpon>IoErrorView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<Compile Include="Views\ElementPickerView.xaml.cs">
|
|
|
|
|
<DependentUpon>ElementPickerView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Views\ElementView.xaml.cs">
|
|
|
|
|
<DependentUpon>ElementView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-09-05 17:47:58 +00:00
|
|
|
|
<Compile Include="Views\FirstRunView.xaml.cs">
|
|
|
|
|
<DependentUpon>FirstRunView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-31 20:01:59 +00:00
|
|
|
|
<Compile Include="Views\PreferencesView.xaml.cs">
|
|
|
|
|
<DependentUpon>PreferencesView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<Compile Include="Views\SettingsView.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-08-04 00:43:17 +00:00
|
|
|
|
<Compile Include="Views\SettingsRepositoryView.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsRepositoryView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Compile Include="Views\AboutView.xaml.cs">
|
|
|
|
|
<DependentUpon>AboutView.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Updater\Version.cs" />
|
2015-07-31 15:19:49 +00:00
|
|
|
|
<Compile Include="ViewModels\SettingsViewModel.cs" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-16 03:28:28 +00:00
|
|
|
|
<None Include="app.config" />
|
2015-08-03 10:11:30 +00:00
|
|
|
|
<EmbeddedResource Include="Demo\Demo.docx" />
|
2015-08-13 17:20:20 +00:00
|
|
|
|
<EmbeddedResource Include="Defaults\clinic.zaaReloaded" />
|
|
|
|
|
<EmbeddedResource Include="Defaults\ward.zaaReloaded" />
|
2015-07-11 14:51:02 +00:00
|
|
|
|
<None Include="packages.config" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
2015-07-16 03:28:28 +00:00
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
2015-06-15 17:15:52 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ThisAddIn.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<None Include="ThisAddIn.Designer.xml">
|
|
|
|
|
<DependentUpon>ThisAddIn.cs</DependentUpon>
|
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="ThisAddIn.Designer.cs">
|
|
|
|
|
<DependentUpon>ThisAddIn.Designer.xml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<AppDesigner Include="Properties\" />
|
2015-06-17 18:20:57 +00:00
|
|
|
|
<None Include="zaaReloaded2.licenseheader" />
|
2015-06-20 14:33:46 +00:00
|
|
|
|
<None Include="zaaReloaded2.pfx" />
|
2015-06-20 19:13:55 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-08-13 17:20:20 +00:00
|
|
|
|
<EmbeddedResource Include="Defaults\parameters.txt" />
|
|
|
|
|
<EmbeddedResource Include="Defaults\units.txt" />
|
2015-06-15 17:15:52 +00:00
|
|
|
|
</ItemGroup>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<ItemGroup>
|
2015-07-27 04:10:58 +00:00
|
|
|
|
<Page Include="ExceptionHandler\ExceptionDetailView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ExceptionHandler\ExceptionView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ExceptionHandler\SubmissionFailureView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ExceptionHandler\SubmissionProcessView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ExceptionHandler\SubmissionSuccessView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Resource Include="Style.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Resource>
|
2015-08-30 18:32:37 +00:00
|
|
|
|
<Page Include="Views\ItemCommentView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-11 19:22:34 +00:00
|
|
|
|
<Page Include="Views\IoErrorView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<Page Include="Views\ElementPickerView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="Views\ElementView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-09-05 17:47:58 +00:00
|
|
|
|
<Page Include="Views\FirstRunView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-31 20:01:59 +00:00
|
|
|
|
<Page Include="Views\PreferencesView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-07 19:37:14 +00:00
|
|
|
|
<Page Include="Views\SettingsView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-08-04 00:43:17 +00:00
|
|
|
|
<Page Include="Views\SettingsRepositoryView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
<Page Include="Views\AboutView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="VERSION" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-07-28 09:54:21 +00:00
|
|
|
|
<EmbeddedResource Include="Ribbon.xml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-26 12:50:05 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\i.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\f.png" />
|
|
|
|
|
</ItemGroup>
|
2015-07-27 18:39:05 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\dk.png" />
|
|
|
|
|
</ItemGroup>
|
2015-07-28 09:54:21 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\fff.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-03 10:11:30 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\d.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-12 13:50:01 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\duplicate.png" />
|
|
|
|
|
<Resource Include="Icons\export.png" />
|
|
|
|
|
<Resource Include="Icons\import.png" />
|
|
|
|
|
<Resource Include="Icons\minus.png" />
|
|
|
|
|
<Resource Include="Icons\pen.png" />
|
|
|
|
|
<Resource Include="Icons\plus.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\reset.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\exit.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-12 15:54:23 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\plus-child.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-12 20:03:25 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\down.png" />
|
|
|
|
|
<Resource Include="Icons\up.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-14 18:00:21 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\icon.png" />
|
|
|
|
|
</ItemGroup>
|
2015-08-31 20:01:59 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Icons\gear.png" />
|
|
|
|
|
</ItemGroup>
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
</PropertyGroup>
|
2015-06-20 14:26:10 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignManifests>true</SignManifests>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestKeyFile>zaaReloaded2_TemporaryKey.pfx</ManifestKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ManifestCertificateThumbprint>0EDB0CD8E3605AC48387A527A80943403E568BD9</ManifestCertificateThumbprint>
|
|
|
|
|
</PropertyGroup>
|
2015-06-20 14:33:46 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>zaaReloaded2.pfx</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
2015-06-15 17:15:52 +00:00
|
|
|
|
<!-- Include the build rules for a C# project. -->
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- Include additional build rules for an Office application add-in. -->
|
|
|
|
|
<Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
<!-- This section defines VSTO properties that describe the host-changeable project properties. -->
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
|
|
|
|
|
<ProjectProperties HostName="Word" HostPackage="{20A848B8-E01F-4801-962E-25DB0FF57389}" OfficeVersion="14.0" VstxVersion="4.0" ApplicationType="Word" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\14.0\Word\InstallRoot\Path#WINWORD.EXE" DebugInfoCommandLine="/w" AddItemTemplatesGuid="{51063C3A-E220-4D12-8922-BDA915ACD783}" />
|
|
|
|
|
<Host Name="Word" GeneratedCodeNamespace="zaaReloaded2" IconIndex="0">
|
|
|
|
|
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
|
|
|
|
|
</Host>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2015-09-05 17:47:58 +00:00
|
|
|
|
</Project>
|