XUnity.AutoTranslator.Plugin.Lec.csproj 467 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net35</TargetFramework>
  5. <Platforms>AnyCPU;x86</Platforms>
  6. </PropertyGroup>
  7. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  8. <Exec Command="if $(ConfigurationName) == Release (&#xD;&#xA; XCOPY /Y /I &quot;$(TargetDir)$(TargetName)$(TargetExt)&quot; &quot;$(SolutionDir)dist\Translators\&quot;&#xD;&#xA;)" />
  9. </Target>
  10. </Project>