Skip to content

Commit

Permalink
Modification of paths
Browse files Browse the repository at this point in the history
  • Loading branch information
synchronicbed committed Jan 14, 2025
1 parent 7732827 commit 3f4fcfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\KeyManager.Library.Plugin.UI\KeyManager.Library.Plugin.UI.csproj">
<ProjectReference Include="..\KeyManager.Library.Plugin.UI\KeyManager.Library.Plugin.UI.csproj">
<Private>False</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
<ProjectReference Include="..\..\KeyManager.Library.Plugin\KeyManager.Library.Plugin.csproj">
<ProjectReference Include="..\KeyManager.Library.Plugin\KeyManager.Library.Plugin.csproj">
<Private>False</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
<ProjectReference Include="..\..\KeyManager.Library.UI\KeyManager.Library.UI.csproj">
<ProjectReference Include="..\KeyManager.Library.UI\KeyManager.Library.UI.csproj">
<Private>False</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
<ProjectReference Include="..\..\KeyManager.Library\KeyManager.Library.csproj">
<ProjectReference Include="..\KeyManager.Library\KeyManager.Library.csproj">
<ExcludeAssets>runtime</ExcludeAssets>
<Private>False</Private>
</ProjectReference>
Expand All @@ -55,11 +55,11 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /S /Y &quot;$(TargetDir)*&quot; &quot;..\..\KeyManager\$(OutDir)Plugins\SAM_SE\&quot;" />
<Exec Command="xcopy /S /Y &quot;$(TargetDir)*&quot; &quot;..\KeyManager\$(OutDir)Plugins\SAM_SE\&quot;" />
</Target>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="xcopy /S /Y &quot;$(SolutionDir)Key_Manager_SAM-SE\SPSE_DLL\x64\$(ConfigurationName)\*.dll&quot; &quot;$(TargetDir)&quot;" IgnoreExitCode="true" />
<Exec Command="xcopy /S /Y &quot;..\KeyManager.Library.KeyStore.SAM_SE\DLL\$(ConfigurationName)\*.dll&quot; &quot;$(TargetDir)&quot;" IgnoreExitCode="true" />
</Target>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<RootNamespace>Leosac.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Remove="SAM_SEKeyStore.cs~RF1552957.TMP" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.17">
<ExcludeAssets>runtime</ExcludeAssets>
Expand All @@ -22,11 +18,11 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\KeyManager.Library.Plugin\KeyManager.Library.Plugin.csproj">
<ProjectReference Include="..\KeyManager.Library.Plugin\KeyManager.Library.Plugin.csproj">
<Private>False</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
<ProjectReference Include="..\..\KeyManager.Library\KeyManager.Library.csproj">
<ProjectReference Include="..\KeyManager.Library\KeyManager.Library.csproj">
<Private>False</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
Expand Down

0 comments on commit 3f4fcfb

Please sign in to comment.