45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net10.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
<AssemblyName>Zcbot.WindowsNode</AssemblyName>
|
|
<RootNamespace>Zcbot.WindowsNode</RootNamespace>
|
|
<Version>0.2.0</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="JsonSchema.Net" Version="9.4.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="..\adapters\origin.plot@v2\adapter.json">
|
|
<Link>adapters\origin.plot@v2\adapter.json</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
<Content Include="..\..\software-contracts\origin.plot.v2.json">
|
|
<Link>adapters\origin.plot@v2\origin.plot.v2.json</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
<Content Include="..\adapters\origin.plot@v2\worker.py">
|
|
<Link>adapters\origin.plot@v2\worker.py</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
<Content Include="..\adapters\origin.plot@v2\requirements.txt">
|
|
<Link>adapters\origin.plot@v2\requirements.txt</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
<Content Include="..\install-windows-node.bat">
|
|
<Link>install-windows-node.bat</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|