Skip to content

Commit

Permalink
Ship dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmeler committed Nov 3, 2020
1 parent 29c3900 commit 411374e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
23 changes: 23 additions & 0 deletions SamFirm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<Reference Include="Microsoft.WindowsAPICodePack.Shell">
<HintPath>lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack">
<HintPath>lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
Expand Down Expand Up @@ -81,5 +84,25 @@
<EmbeddedResource Include="Form1.resx" />
<EmbeddedResource Include="Properties\Resources.resx" />
</ItemGroup>
<ItemGroup>
<None Include="samsung\AgentModule.dll" />
</ItemGroup>
<ItemGroup>
<None Include="samsung\CommonModule.dll" />
</ItemGroup>
<ItemGroup>
<None Include="samsung\GlobalUtil.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="AgentModule.dll" />
<Content Include="CommonModule.dll" />
<Content Include="GlobalUtil.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y $(ProjectDir)samsung\AgentModule.dll $(ProjectDir)$(OutDir)
xcopy /y $(ProjectDir)samsung\CommonModule.dll $(ProjectDir)$(OutDir)
xcopy /y $(ProjectDir)samsung\GlobalUtil.dll $(ProjectDir)$(OutDir)
</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file added lib/Microsoft.WindowsAPICodePack.dll
Binary file not shown.
Binary file added samsung/AgentModule.dll
Binary file not shown.
Binary file added samsung/CommonModule.dll
Binary file not shown.
Binary file added samsung/GlobalUtil.dll
Binary file not shown.

0 comments on commit 411374e

Please sign in to comment.