diff --git a/GIM_site/GIM_site.csproj b/GIM_site/GIM_site.csproj index c4434cf..b83780b 100644 --- a/GIM_site/GIM_site.csproj +++ b/GIM_site/GIM_site.csproj @@ -334,6 +334,10 @@ + + + + diff --git a/GIM_site/Resources/SomaschiniITA/WebGIM_PivotExcel.xlsx b/GIM_site/Resources/SomaschiniITA/WebGIM_PivotExcel.xlsx new file mode 100644 index 0000000..6320393 Binary files /dev/null and b/GIM_site/Resources/SomaschiniITA/WebGIM_PivotExcel.xlsx differ diff --git a/GIM_site/Resources/SomaschiniITA/WebGIM_PowerPivot.xlsx b/GIM_site/Resources/SomaschiniITA/WebGIM_PowerPivot.xlsx new file mode 100644 index 0000000..6320393 Binary files /dev/null and b/GIM_site/Resources/SomaschiniITA/WebGIM_PowerPivot.xlsx differ diff --git a/GIM_site/Resources/SomaschiniUSA/WebGIM_PivotExcel.xlsx b/GIM_site/Resources/SomaschiniUSA/WebGIM_PivotExcel.xlsx new file mode 100644 index 0000000..6320393 Binary files /dev/null and b/GIM_site/Resources/SomaschiniUSA/WebGIM_PivotExcel.xlsx differ diff --git a/GIM_site/Resources/SomaschiniUSA/WebGIM_PowerPivot.xlsx b/GIM_site/Resources/SomaschiniUSA/WebGIM_PowerPivot.xlsx new file mode 100644 index 0000000..6320393 Binary files /dev/null and b/GIM_site/Resources/SomaschiniUSA/WebGIM_PowerPivot.xlsx differ diff --git a/GIM_site/setupTgt.bat b/GIM_site/setupTgt.bat index a6de00c..106f308 100644 --- a/GIM_site/setupTgt.bat +++ b/GIM_site/setupTgt.bat @@ -33,6 +33,7 @@ copy %2"Resources\ZZ_SOMA\logo.png" %2"Reports\" copy %2"Resources\ZZ_SOMA\EN\*" %2"Reports\EN\" copy %2"Resources\ZZ_SOMA\IT\*" %2"Reports\IT\" copy %2"Resources\SomaschiniITA\LogoCli.png" %2"images\" +copy %2"Resources\SomaschiniITA\*.xlsx" %2"Reports\" goto END :SomaschiniUSA @@ -46,6 +47,7 @@ copy %2"Resources\ZZ_SOMA\logo.png" %2"Reports\" copy %2"Resources\ZZ_SOMA\EN\*" %2"Reports\EN\" copy %2"Resources\ZZ_SOMA\IT\*" %2"Reports\IT\" copy %2"Resources\SomaschiniUSA\LogoCli.png" %2"images\" +copy %2"Resources\SomaschiniUSA\*.xlsx" %2"Reports\" goto END :Alumat