XUnity.AutoTranslator.Plugin.WatsonTranslate.csproj 982 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net35</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Include="..\..\XUnity.AutoTranslator.Plugin.Core\Endpoints\Www\WatsonTranslateEndpoint.cs" Link="WatsonTranslateEndpoint.cs" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\XUnity.AutoTranslator.Plugin.Core\XUnity.AutoTranslator.Plugin.Core.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Reference Include="ExIni">
  13. <HintPath>..\..\..\libs\ExIni.dll</HintPath>
  14. </Reference>
  15. <Reference Include="UnityEngine">
  16. <HintPath>..\..\..\libs\UnityEngine.dll</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. <Target Name="PostBuild" AfterTargets="PostBuildEvent">
  20. <Exec Command="if $(ConfigurationName) == Release (&#xD;&#xA; XCOPY /Y /I &quot;$(TargetDir)$(TargetName)$(TargetExt)&quot; &quot;$(SolutionDir)dist\Translators\&quot;&#xD;&#xA;)" />
  21. </Target>
  22. </Project>