8181 <Reference Include =" Microsoft.CSharp" />
8282 <Reference Include =" Newtonsoft.Json" >
8383 <HintPath >Embeded\Newtonsoft.Json.dll</HintPath >
84+ <Private >True</Private >
8485 </Reference >
8586 <Reference Include =" RestSharp" >
8687 <HintPath >Embeded\RestSharp.dll</HintPath >
88+ <Private >True</Private >
8789 </Reference >
8890 <Reference Include =" System" />
8991 <Reference Include =" System.Runtime.Serialization" />
9799 <Reference Include =" PresentationFramework" />
98100 <Reference Include =" Xceed.Wpf.Toolkit" >
99101 <HintPath >Embeded\Xceed.Wpf.Toolkit.dll</HintPath >
102+ <Private >True</Private >
100103 </Reference >
101104 </ItemGroup >
102105 <ItemGroup >
156159 </BootstrapperPackage >
157160 </ItemGroup >
158161 <ItemGroup >
159- <EmbeddedResource Include =" Embeded\Newtonsoft.Json.dll" />
160- <EmbeddedResource Include =" Embeded\RestSharp.dll" />
161- <EmbeddedResource Include =" Embeded\Xceed.Wpf.Toolkit.dll" />
162+ <None Include =" Embeded\Newtonsoft.Json.dll" />
163+ <None Include =" Embeded\RestSharp.dll" />
164+ <None Include =" Embeded\Xceed.Wpf.Toolkit.dll" />
162165 </ItemGroup >
163166 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164167 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165168 Other similar extension points exist, see Microsoft.Common.targets.
166169 <Target Name="BeforeBuild">
167170 </Target>
168- <Target Name="AfterBuild">
169- </Target>
170171 -->
171172 <Target Name =" AfterResolveReferences" >
172173 <ItemGroup >
173174 <EmbeddedResource Include =" @(ReferenceCopyLocalPaths)" Condition =" '%(ReferenceCopyLocalPaths.Extension)' == '.dll'" >
174- <LogicalName >%(ReferenceCopyLocalPaths.DestinationSubDirectory)%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)
175- </LogicalName >
175+ <LogicalName >%(ReferenceCopyLocalPaths.DestinationSubDirectory)%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)</LogicalName >
176176 </EmbeddedResource >
177177 </ItemGroup >
178178 </Target >
179- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
179+ <Target Name =" AfterBuild" >
180+ <ItemGroup >
181+ <FilesToDelete Include =" $(OutDir)\*.dll" />
182+ </ItemGroup >
183+ <Delete Files =" @(FilesToDelete)" />
184+ </Target >
180185</Project >
0 commit comments