Update WelsonJS.Toolkit.csproj

This commit is contained in:
Namhyeon Go 2024-08-06 19:56:09 +09:00
parent 34a9a843a4
commit a6dbf1bb4b

View File

@ -89,6 +89,7 @@
<Compile Include="NamedSharedMemory.cs" />
<Compile Include="ProcessUtils.cs" />
<Compile Include="Prompt.cs" />
<Compile Include="Serialization\KVSerializer.cs" />
<Compile Include="Toolkit.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Window.cs" />
@ -96,5 +97,6 @@
<ItemGroup>
<None Include="welsonjs.snk" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>