Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Flatten clrmodule AssemblyInfo.cs
  • Loading branch information
vmuriart committed Jan 9, 2017
commit e66b39786e832f63fbaa9ccad8b0664ce1ab6ba5
File renamed without changes.
3 changes: 1 addition & 2 deletions src/clrmodule/clrmodule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{86E834DE-1139-4511-96CC-69636A56E7AC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>clrmodule</RootNamespace>
<AssemblyName>clrmodule</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
Expand Down Expand Up @@ -117,7 +116,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ClrModule.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down