Move to /src
This commit is contained in:
parent
20cfbfcca3
commit
54fc3320e7
@ -91,7 +91,7 @@ namespace RehauSku.PriceListTools
|
||||
catch(Exception ex)
|
||||
{
|
||||
System.Windows.Forms.MessageBox.Show
|
||||
($"{RegistryUtil.PriceListPath} не является файлом прайслиста \n\n {ex.Message}",
|
||||
($"{RegistryUtil.PriceListPath} не является файлом прайс-листа \n\n {ex.Message}",
|
||||
"Неверный файл прайс-листа!",
|
||||
System.Windows.Forms.MessageBoxButtons.OK,
|
||||
System.Windows.Forms.MessageBoxIcon.Error);
|
@ -32,7 +32,7 @@ namespace RehauSku.PriceListTools
|
||||
catch (Exception ex)
|
||||
{
|
||||
System.Windows.Forms.MessageBox.Show
|
||||
( $"{wb.Name} не является файлом прайслиста \n\n {ex.Message}",
|
||||
( $"{wb.Name} не является файлом прайс-листа \n\n {ex.Message}",
|
||||
"Неверный файл прайс-листа!",
|
||||
System.Windows.Forms.MessageBoxButtons.OK,
|
||||
System.Windows.Forms.MessageBoxIcon.Error);
|
||||
@ -65,7 +65,7 @@ namespace RehauSku.PriceListTools
|
||||
catch (Exception ex)
|
||||
{
|
||||
System.Windows.Forms.MessageBox.Show
|
||||
($"{RegistryUtil.PriceListPath} не является файлом прайслиста \n\n {ex.Message}",
|
||||
($"{RegistryUtil.PriceListPath} не является файлом прайс-листа \n\n {ex.Message}",
|
||||
"Неверный файл прайс-листа!",
|
||||
System.Windows.Forms.MessageBoxButtons.OK,
|
||||
System.Windows.Forms.MessageBoxIcon.Error);
|
@ -100,28 +100,28 @@
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Source\Forms\Dialog.cs" />
|
||||
<Compile Include="Source\AddIn\RegistryUtil.cs" />
|
||||
<Compile Include="Source\AddIn\MemoryCacheUtil.cs" />
|
||||
<Compile Include="Source\Assistant\ParseUtil.cs" />
|
||||
<Compile Include="Source\Assistant\RequestModifier.cs" />
|
||||
<Compile Include="Source\Assistant\SkuExtensions.cs" />
|
||||
<Compile Include="Source\PriceListTools\MergeTool.cs" />
|
||||
<Compile Include="Source\PriceListTools\PriceList.cs" />
|
||||
<Compile Include="Source\PriceListTools\PriceListUtil.cs" />
|
||||
<Compile Include="Source\Ribbon\RibbonController.cs" />
|
||||
<Compile Include="Source\Assistant\HttpClientUtil.cs" />
|
||||
<Compile Include="Source\Assistant\StoreResponse.cs" />
|
||||
<Compile Include="Source\PriceListTools\ExportTool.cs" />
|
||||
<Compile Include="Source\AddIn\AddIn.cs" />
|
||||
<Compile Include="Source\Assistant\IProduct.cs" />
|
||||
<Compile Include="Source\AddIn\Functions.cs" />
|
||||
<Compile Include="Forms\Dialog.cs" />
|
||||
<Compile Include="AddIn\RegistryUtil.cs" />
|
||||
<Compile Include="AddIn\MemoryCacheUtil.cs" />
|
||||
<Compile Include="Assistant\ParseUtil.cs" />
|
||||
<Compile Include="Assistant\RequestModifier.cs" />
|
||||
<Compile Include="Assistant\SkuExtensions.cs" />
|
||||
<Compile Include="PriceListTools\MergeTool.cs" />
|
||||
<Compile Include="PriceListTools\PriceList.cs" />
|
||||
<Compile Include="PriceListTools\PriceListUtil.cs" />
|
||||
<Compile Include="Ribbon\RibbonController.cs" />
|
||||
<Compile Include="Assistant\HttpClientUtil.cs" />
|
||||
<Compile Include="Assistant\StoreResponse.cs" />
|
||||
<Compile Include="PriceListTools\ExportTool.cs" />
|
||||
<Compile Include="AddIn\AddIn.cs" />
|
||||
<Compile Include="Assistant\IProduct.cs" />
|
||||
<Compile Include="AddIn\Functions.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Source\Assistant\SkuAssist.cs" />
|
||||
<Compile Include="Source\Forms\SettingsForm.cs">
|
||||
<Compile Include="Assistant\SkuAssist.cs" />
|
||||
<Compile Include="Forms\SettingsForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Source\Forms\SettingsForm.Designer.cs">
|
||||
<Compile Include="Forms\SettingsForm.Designer.cs">
|
||||
<DependentUpon>SettingsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
Loading…
Reference in New Issue
Block a user