diff --git a/Sharp7.sln b/Sharp7.sln
index c52a1f9..6bc2f98 100644
--- a/Sharp7.sln
+++ b/Sharp7.sln
@@ -7,19 +7,31 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sharp7", "Sharp7\Sharp7.csp
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_nuspec", "_nuspec", "{FD318289-9BB8-4FF2-BB45-DFA4FE6BAEF8}"
ProjectSection(SolutionItems) = preProject
- _nuspec\sharp7.nuspec = _nuspec\sharp7.nuspec
+ _nuspec\Sharp7.nuspec = _nuspec\Sharp7.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|x64.ActiveCfg = Debug|x64
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|x64.Build.0 = Debug|x64
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|x86.ActiveCfg = Debug|x86
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Debug|x86.Build.0 = Debug|x86
{4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|x64.ActiveCfg = Release|x64
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|x64.Build.0 = Release|x64
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|x86.ActiveCfg = Release|x86
+ {4FE194AF-7FFE-48BA-9DFC-425E9D5B9F46}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Sharp7/Sharp7.csproj b/Sharp7/Sharp7.csproj
index ee43f2d..a7f0a3c 100644
--- a/Sharp7/Sharp7.csproj
+++ b/Sharp7/Sharp7.csproj
@@ -16,7 +16,7 @@
true
full
false
- bin\Debug\
+ ..\out\Debug\
DEBUG;TRACE
prompt
4
@@ -24,11 +24,47 @@
pdbonly
true
- bin\Release\
+ ..\out\Release\
TRACE
prompt
4
+
+ true
+ ..\out\x64\Debug\
+ DEBUG;TRACE
+ full
+ x64
+ prompt
+ MinimumRecommendedRules.ruleset
+
+
+ ..\out\x64\Release\
+ TRACE
+ true
+ pdbonly
+ x64
+ prompt
+ MinimumRecommendedRules.ruleset
+
+
+ true
+ ..\out\x86\Debug\
+ DEBUG;TRACE
+ full
+ x86
+ prompt
+ MinimumRecommendedRules.ruleset
+
+
+ ..\out\x86\Release\
+ TRACE
+ true
+ pdbonly
+ x86
+ prompt
+ MinimumRecommendedRules.ruleset
+
diff --git a/_nuspec/sharp7.nuspec b/_nuspec/sharp7.nuspec
index e69de29..5340fbf 100644
--- a/_nuspec/sharp7.nuspec
+++ b/_nuspec/sharp7.nuspec
@@ -0,0 +1,17 @@
+
+
+
+ Sharp7
+ 1.0.0
+ Sharp7
+ Federico Barresi
+ false
+ Ethernet S7 PLC communication suite
+ Copyright 2018
+
+
+
+
+
+
+
\ No newline at end of file