ai plan v2
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
<EmbeddedResource Remove="publish\**" />
|
||||
<None Remove="publish\**" />
|
||||
<Page Remove="publish\**" />
|
||||
<Compile Remove="AiV2.Tests\**" />
|
||||
<EmbeddedResource Remove="AiV2.Tests\**" />
|
||||
<None Remove="AiV2.Tests\**" />
|
||||
<Page Remove="AiV2.Tests\**" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Web" />
|
||||
@@ -60,11 +64,11 @@
|
||||
<Content Include="knowledge_corona.md">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="knowledge_units.json">
|
||||
<Content Include="knowledge_units_default.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Target Name="CustomAfterBuild" AfterTargets="Build">
|
||||
<Target Name="CustomAfterBuild" AfterTargets="Build" Condition="'$(AiV2TestsBuilding)' != 'true'">
|
||||
<ItemGroup>
|
||||
<_FilesToMove Include="$(OutputPath)*.dll" />
|
||||
</ItemGroup>
|
||||
@@ -72,4 +76,4 @@
|
||||
<Message Text="DestFiles:
 @(_FilesToMove->'$(OutputPath)$(ProjectName)Data\%(Filename)%(Extension)')" Importance="high" />
|
||||
<Move SourceFiles="@(_FilesToMove)" DestinationFiles="@(_FilesToMove->'$(OutputPath)$(ProjectName)Data\%(Filename)%(Extension)')" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user