Skip to content

Instantly share code, notes, and snippets.

@huanlin
Created March 18, 2018 13:13
Show Gist options
  • Save huanlin/2316e2ed2317d7eec9a240b1adacd77c to your computer and use it in GitHub Desktop.
Save huanlin/2316e2ed2317d7eec9a240b1adacd77c to your computer and use it in GitHub Desktop.
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