tbf/Workplace/Workplace.csproj

468 lines
21 KiB
XML

<?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>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5D3E5031-0E8D-4348-92DF-A900F546ACEF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Workplace</RootNamespace>
<AssemblyName>Workplace</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Workplace.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="FluentNHibernate, Version=2.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FluentNHibernate.2.0.3.0\lib\net40\FluentNHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Gma.QrCodeNet.Encoding, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\QrCode.Net.0.4.0.0\net40\Gma.QrCodeNet.Encoding.dll</HintPath>
</Reference>
<Reference Include="Iesi.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.2\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\MySql.Data.6.6.5\lib\net40\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.4.0.4.4000\lib\net40\NHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BarcodeReceivedEventArgs.cs" />
<Compile Include="BlackList.cs" />
<Compile Include="CheckItems\Barcode.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\Barcode.Designer.cs">
<DependentUpon>Barcode.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\BarcodeAndOraDBQuery.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\BarcodeAndOraDBQuery.designer.cs">
<DependentUpon>BarcodeAndOraDBQuery.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\Keyboard.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\Keyboard.Designer.cs">
<DependentUpon>Keyboard.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\MyProgressBar.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CheckItems\OkNok.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\OkNok.Designer.cs">
<DependentUpon>OkNok.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\S640Stream.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\S640Stream.designer.cs">
<DependentUpon>S640Stream.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\S640\DatastreamFrame.cs" />
<Compile Include="CheckItems\S640\FrameReceivedEventArgs.cs" />
<Compile Include="CheckItems\S640\PcbnrRadioaddrWeight.cs" />
<Compile Include="CheckItems\Scale.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\Scale.Designer.cs">
<DependentUpon>Scale.cs</DependentUpon>
</Compile>
<Compile Include="CheckItems\SNGeneratorPrinter.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="CheckItems\SNGeneratorPrinter.Designer.cs">
<DependentUpon>SNGeneratorPrinter.cs</DependentUpon>
</Compile>
<Compile Include="Const.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Forms\SettingsDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\SettingsDlg.designer.cs">
<DependentUpon>SettingsDlg.cs</DependentUpon>
</Compile>
<Compile Include="Forms\WeightLimitsDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\WeightLimitsDlg.Designer.cs">
<DependentUpon>WeightLimitsDlg.cs</DependentUpon>
</Compile>
<Compile Include="Forms\WeightLimitsWizardDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\WeightLimitsWizardDlg.Designer.cs">
<DependentUpon>WeightLimitsWizardDlg.cs</DependentUpon>
</Compile>
<Compile Include="Forms\WeightLimitsWayDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\WeightLimitsWayDlg.Designer.cs">
<DependentUpon>WeightLimitsWayDlg.cs</DependentUpon>
</Compile>
<Compile Include="Forms\WizardMenu.cs" />
<Compile Include="IDevice.cs" />
<Compile Include="IDoubleCheckItem.cs" />
<Compile Include="Auftrag.cs" />
<Compile Include="Printers\DataMatrixAndTextPrintDoc.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Resources\Strings1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Strings.resx</DependentUpon>
</Compile>
<Compile Include="Utils.cs" />
<Compile Include="ColorFlashEventArgs.cs" />
<Compile Include="FocusPressedEventArgs.cs" />
<Compile Include="ICheckItem.cs" />
<Compile Include="LocalSettings.cs" />
<Compile Include="LocalSettingsFormForPolozka.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LocalSettingsFormForPolozka.Designer.cs">
<DependentUpon>LocalSettingsFormForPolozka.cs</DependentUpon>
</Compile>
<Compile Include="WorkplaceDlg.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WorkplaceDlg.Designer.cs">
<DependentUpon>WorkplaceDlg.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="CheckItems\Barcode.resx">
<DependentUpon>Barcode.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\BarcodeAndOraDBQuery.resx">
<DependentUpon>BarcodeAndOraDBQuery.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\Keyboard.resx">
<DependentUpon>Keyboard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\OkNok.resx">
<DependentUpon>OkNok.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\S640Stream.resx">
<DependentUpon>S640Stream.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\Scale.resx">
<DependentUpon>Scale.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CheckItems\SNGeneratorPrinter.resx">
<DependentUpon>SNGeneratorPrinter.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SettingsDlg.resx">
<DependentUpon>SettingsDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WeightLimitsDlg.resx">
<DependentUpon>WeightLimitsDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WeightLimitsWizardDlg.resx">
<DependentUpon>WeightLimitsWizardDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WeightLimitsWayDlg.resx">
<DependentUpon>WeightLimitsWayDlg.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LocalSettingsFormForPolozka.resx">
<DependentUpon>LocalSettingsFormForPolozka.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Strings.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Strings1.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Strings.sk.resx" />
<EmbeddedResource Include="WorkplaceDlg.resx">
<DependentUpon>WorkplaceDlg.cs</DependentUpon>
</EmbeddedResource>
<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>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="packages.config" />
<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>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{c8939821-ba5c-4988-a3d0-bf53b74865c7}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\DataMatrix4Net\DataMatrix4Net.csproj">
<Project>{7cd2b5b4-3304-4151-b8b4-76a8b8af9b06}</Project>
<Name>DataMatrix4Net</Name>
</ProjectReference>
<ProjectReference Include="..\GemCard\GemCard.csproj">
<Project>{8B10D15A-39DE-4B56-8DD1-710C1EB3A697}</Project>
<Name>GemCard</Name>
</ProjectReference>
<ProjectReference Include="..\RecordProcessing\RecordProcessing.csproj">
<Project>{67bd7a8f-0fed-4fde-b875-78d5a2bc9b2c}</Project>
<Name>RecordProcessing</Name>
</ProjectReference>
<ProjectReference Include="..\SharedDatabase\SharedDatabase.csproj">
<Project>{211b5e3f-9996-48a7-abde-c878dd2d71c2}</Project>
<Name>SharedDatabase</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Barcode.png" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Picures\datamatrix-54x54.png" />
<Content Include="SampleConfig\log4netConfig.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\110mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\115mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\134mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\145mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\165mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN15\170mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\105mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\115mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\130mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\165mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\190mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN20\220mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN25\198mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN25\260mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN32\260mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN40FL\270mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN40FL\300mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN40\245mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4\DN40\300mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4 Australia\DN15\134mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4 Australia\DN20\154mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4 Australia\DN25\178mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4 Australia\DN32\190mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\iPerl S4 Australia\DN40\232mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN15\110mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN15\170mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN20\165mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN20\190mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN32 - 260mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez\DN40 - 300mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez Australia\DN20 - 154mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez Australia\DN25 - 178mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez Australia\DN32 - 190mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Suez Australia\DN40 - 232mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\400 MHz\DN15 - 134mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\400 MHz\DN20 - 165mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\400 MHz\DN25 - 198mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\400 MHz\DN32 - 260mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\400 MHz\DN40 - 300mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\900 MHz\DN15 - 165mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\900 MHz\DN20 - 190mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\900 MHz\DN25 - 260mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\1. Vodomer\Integrovaný Flexnet\900 MHz\DN40 - 300mm\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\2. Spätný ventil\SAP_No_1\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\2. Spätný ventil\SAP_No_2\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\2. Spätný ventil\SAP_No_3\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\2. Spätný ventil\Žiadny spätný ventil\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\3. Tesnenie\SAP_No_1\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\3. Tesnenie\SAP_No_2\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\3. Tesnenie\SAP_No_3\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\3. Tesnenie\Žiadne tesnenie\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\5. Návod\SAP_No_1\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\5. Návod\SAP_No_2\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\5. Návod\SAP_No_3\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\5. Návod\Žiadny návod\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\4. Kovové premostenie\SAP_No_1\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\4. Kovové premostenie\SAP_No_2\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\4. Kovové premostenie\SAP_No_3\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="WizardDirTree\4. Kovové premostenie\Žiadne premostenie\weight.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</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>
-->
</Project>