Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c4e4b commit e66b397Copy full SHA for e66b397
src/clrmodule/Properties/AssemblyInfo.cs renamed to src/clrmodule/AssemblyInfo.cs
src/clrmodule/clrmodule.csproj
@@ -7,7 +7,6 @@
7
<SchemaVersion>2.0</SchemaVersion>
8
<ProjectGuid>{86E834DE-1139-4511-96CC-69636A56E7AC}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
- <AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>clrmodule</RootNamespace>
12
<AssemblyName>clrmodule</AssemblyName>
13
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -117,7 +116,7 @@
117
116
</ItemGroup>
118
<ItemGroup>
119
<Compile Include="ClrModule.cs" />
120
- <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="AssemblyInfo.cs" />
121
122
123
<None Include="packages.config" />
0 commit comments