Skip to content

Instantly share code, notes, and snippets.

@huanlin
Created March 18, 2018 13:13
Remove Compile Items in csproj file.
<ItemGroup>
<Compile Include="TSChineseDictionary.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TSChineseConverter.cs" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment