Skip to content

Commit

Permalink
Kanji Test and Reverse Anki Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hopto-dot committed Aug 28, 2020
1 parent f6b0a63 commit 9be13bd
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Japanese Conjugation Helper/Japanese Conjugation Helper.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -70,6 +72,9 @@
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="CSAudioConverter, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CSAudioConverter.1.1.3\lib\net461\CSAudioConverter.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -152,4 +157,11 @@
<Content Include="ConjugatorIco.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<Import Project="..\packages\CSAudioConverter.1.1.3\build\CSAudioConverter.targets" Condition="Exists('..\packages\CSAudioConverter.1.1.3\build\CSAudioConverter.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\CSAudioConverter.1.1.3\build\CSAudioConverter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CSAudioConverter.1.1.3\build\CSAudioConverter.targets'))" />
</Target>
</Project>
Loading

0 comments on commit 9be13bd

Please sign in to comment.