Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
HashingTool.csproj 10.9 KiB
Newer Older
<?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')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{E14FC935-30EA-4BE6-AA8A-85CB76FEBA6A}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>HashingTool</RootNamespace>
    <AssemblyName>HashingTool</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
    <ApplicationIcon>HashingIcon.ico</ApplicationIcon>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|AnyCPU'">
    <OutputPath>bin\Deploy\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="Helper\BrowserHelper.cs" />
    <Compile Include="Helper\CollectionConverter.cs" />
    <Compile Include="Helper\CultureAwareBinding.cs" />
    <Compile Include="Helper\HashingHelper.cs" />
    <Compile Include="Helper\IOService.cs" />
    <Compile Include="Properties\Annotations.cs" />
    <Compile Include="Properties\Version.cs">
      <DependentUpon>Version.tt</DependentUpon>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="ViewModel\ComponentEntry.cs" />
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Compile Include="ViewModel\HomeViewModel.cs" />
    <Compile Include="ViewModel\IMainView.cs" />
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Compile Include="ViewModel\ApplicationViewModel.cs" />
    <Compile Include="ViewModel\ObservableObject.cs" />
    <Compile Include="ViewModel\RelayCommand.cs" />
    <Compile Include="ViewModel\HashComponentDataViewModel.cs" />
    <Compile Include="ViewModel\UserControl\CustomerReportXMLFile.cs" />
    <Compile Include="ViewModel\UserControl\HashedXMLFile.cs" />
    <Compile Include="ViewModel\UserControl\ManufacturerReportXMLFile.cs" />
    <Compile Include="ViewModel\UserControl\ReportXMLFile.cs" />
    <Compile Include="ViewModel\UserControl\VectoJobFile.cs" />
    <Compile Include="ViewModel\UserControl\VectoXMLFile.cs" />
    <Compile Include="ViewModel\VerifyJobInputDataViewModel.cs" />
    <Compile Include="ViewModel\VerifyComponentInputDataViewModel.cs" />
    <Compile Include="ViewModel\UserControl\XMLFileSelector.cs" />
    <Compile Include="Util\AsyncXMLValidator.cs" />
    <Compile Include="ViewModel\VerifyResultDataViewModel.cs" />
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Compile Include="Views\AboutDialog.xaml.cs">
      <DependentUpon>AboutDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\HashComponentData.xaml.cs">
      <DependentUpon>HashComponentData.xaml</DependentUpon>
    </Compile>
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Compile Include="Views\HomeView.xaml.cs">
      <DependentUpon>HomeView.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\UserControl\VectoXMLFileSelector.xaml.cs">
      <DependentUpon>VectoXMLFileSelector.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\VerifyComponentInputData.xaml.cs">
      <DependentUpon>VerifyComponentInputData.xaml</DependentUpon>
    <Compile Include="Views\Dialog\XMLValidationErrorsDialog.xaml.cs">
      <DependentUpon>XMLValidationErrorsDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\VerifyJobInputData.xaml.cs">
      <DependentUpon>VerifyJobInputData.xaml</DependentUpon>
    </Compile>
    <Compile Include="Views\VerifyResults.xaml.cs">
      <DependentUpon>VerifyResults.xaml</DependentUpon>
    </Compile>
    <Page Include="MainWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="MainWindow.xaml.cs">
      <DependentUpon>MainWindow.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Page Include="Resources\Icon_NOK.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Resources\Icon_OK.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Resources\Icon_XML_green2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Resources\Icon_XML_green1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Resources\Icon_XML_red.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Resources\Icon_XML_green.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Resources\Icon_XML_outline.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Resources\UserInterfaceResources.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Page Include="Views\AboutDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\HashComponentData.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
Markus Quaritsch's avatar
Markus Quaritsch committed
    <Page Include="Views\HomeView.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\UserControl\VectoXMLFileSelector.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\VerifyComponentInputData.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\Dialog\XMLValidationErrorsDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\VerifyJobInputData.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Views\VerifyResults.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
    <None Include="Properties\Version.tt">
      <Generator>TextTemplatingFileGenerator</Generator>
      <LastGenOutput>Version.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  </ItemGroup>
    <ProjectReference Include="..\VectoCommon\VectoCommon\VectoCommon.csproj">
      <Project>{79A066AD-69A9-4223-90F6-6ED5D2D084F4}</Project>
      <Name>VectoCommon</Name>
    </ProjectReference>
    <ProjectReference Include="..\VectoCommon\VectoHashing\VectoHashing.csproj">
      <Project>{B673E12F-D323-4C4C-8805-9915B2C72D3D}</Project>
      <Name>VectoHashing</Name>
    </ProjectReference>
    <ProjectReference Include="..\VectoCore\VectoCore\VectoCore.csproj">
      <Project>{CD36938A-ADD9-4C65-96DA-B397CDEEA90A}</Project>
      <Name>VectoCore</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\HashingIcon.ico" />
    <Resource Include="Resources\IVT_91x44.png" />
    <Resource Include="Resources\JRC-About.png" />
    <Resource Include="Resources\TUG_91x34.png" />
    <Resource Include="Resources\VECTO_Hashing.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="HashingIcon.ico" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\EuropeanCommission.jpg" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <Import Project="$(SolutionDir)Build\TextPreProcessing.targets" />