Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e66b397

Browse files
committed
Flatten clrmodule AssemblyInfo.cs
1 parent 39c4e4b commit e66b397

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/clrmodule/clrmodule.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>{86E834DE-1139-4511-96CC-69636A56E7AC}</ProjectGuid>
99
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
1110
<RootNamespace>clrmodule</RootNamespace>
1211
<AssemblyName>clrmodule</AssemblyName>
1312
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -117,7 +116,7 @@
117116
</ItemGroup>
118117
<ItemGroup>
119118
<Compile Include="ClrModule.cs" />
120-
<Compile Include="Properties\AssemblyInfo.cs" />
119+
<Compile Include="AssemblyInfo.cs" />
121120
</ItemGroup>
122121
<ItemGroup>
123122
<None Include="packages.config" />

0 commit comments

Comments
 (0)