File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <LangVersion >preview</LangVersion >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <AssemblyVersion >0.1.11 </AssemblyVersion >
7+ <AssemblyVersion >0.1.10.4 </AssemblyVersion >
88 <FileVersion >$(AssemblyVersion)</FileVersion >
99 <Version >$(AssemblyVersion)</Version >
1010 </PropertyGroup >
2626 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
2727 </EmbeddedResource >
2828 </ItemGroup >
29+ <ItemGroup >
30+ <None Remove =" Assets\Locales\ja-JP.json" />
31+ <EmbeddedResource Include =" Assets\Locales\ja-JP.json" >
32+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
33+ </EmbeddedResource >
34+ </ItemGroup >
2935 <Target Name =" PostBuild" AfterTargets =" Build" Condition =" '$(ContinuousIntegrationBuild)' != 'true'" >
3036 <Copy SourceFiles =" $(TargetPath)" DestinationFiles =" $(APPDATA)\VRCFaceTracking\CustomLibs\$(TargetFileName)" OverwriteReadOnlyFiles =" True" SkipUnchangedFiles =" True" />
3137 </Target >
You can’t perform that action at this time.
0 commit comments