| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Include="BizSettings.json"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </Content> |
| | | <EmbeddedResource Include="Language\BAS\CodeRule.json" /> |
| | | <EmbeddedResource Include="Language\component.json" /> |
| | | <EmbeddedResource Include="Language\layout.json" /> |
| | |
| | | <ProjectExtensions><VisualStudio><UserProperties bizsettings_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions> |
| | | |
| | | <Target Name="PostBuild" AfterTargets="PostBuildEvent"> |
| | | <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)BizSettings.json $(SolutionDir)Tiger.Api\$(OutDir)" /> |
| | | <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> |
| | | </Target> |
| | | |
| | | </Project> |