Skip to content

Commit

Permalink
Merge pull request #38 from burninrubber0/language
Browse files Browse the repository at this point in the history
Add keys
  • Loading branch information
burninrubber0 committed May 7, 2023
2 parents e115f7c + cf8f452 commit 233371c
Show file tree
Hide file tree
Showing 17 changed files with 10,652 additions and 143 deletions.
28 changes: 8 additions & 20 deletions LangEditor/LangEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,31 @@
<ProjectReference Include="..\PluginAPI\PluginAPI.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="keys\challenges.txt">
<None Update="keys\_all.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\keys.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\lualist\descriptions.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\lualist\goals.txt">
<None Update="keys\ids\challenges.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\lualist\modifiers.txt">
<None Update="keys\ids\drivethrus.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\lualist\names.txt">
<None Update="keys\ids\events.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\luascript\messages.txt">
<None Update="keys\ids\roads.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\luascript\praises.txt">
<None Update="keys\ids\vehicles.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\luascript\scoretypes.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\luascript\titles.txt">
<None Update="keys\keys.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="keys\vehicles.txt">
<None Update="keys\unsorted.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="keys\luascript\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)BundleManager\bin\$(ConfigurationName)\$(TargetFramework)\plugins\&quot; /s /e /y" />
</Target>
Expand Down
Loading

0 comments on commit 233371c

Please sign in to comment.