This commit is contained in:
Daniel Schick 2022-04-11 12:02:15 +02:00
parent 3f6bdc7421
commit 7276bc5cf7
3 changed files with 5 additions and 3 deletions

View File

@ -236,6 +236,7 @@
<Compile Include="EditControls\EditWasteReceivedDialog.xaml.cs"> <Compile Include="EditControls\EditWasteReceivedDialog.xaml.cs">
<DependentUpon>EditWasteReceivedDialog.xaml</DependentUpon> <DependentUpon>EditWasteReceivedDialog.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Excel\DakosyExcelReader.cs" />
<Compile Include="Excel\ExcelBase.cs" /> <Compile Include="Excel\ExcelBase.cs" />
<Compile Include="Excel\ExcelManager.cs" /> <Compile Include="Excel\ExcelManager.cs" />
<Compile Include="Excel\ExcelReader.cs" /> <Compile Include="Excel\ExcelReader.cs" />

View File

@ -24,3 +24,4 @@ namespace ENI2.Excel
return result; return result;
} }
} }
}

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />
<IISExpressAnonymousAuthentication /> <IISExpressAnonymousAuthentication />