Created
March 18, 2018 13:13
-
-
Save huanlin/2316e2ed2317d7eec9a240b1adacd77c to your computer and use it in GitHub Desktop.
Remove Compile Items in csproj file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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