XUnity.AutoTranslator.Plugin.GoogleTranslateLegitimate.csproj 1.0 KB

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