Skip to content
Snippets Groups Projects
Commit 69a85486 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Fix: updated nuspec file and switched to naming convention

parent bb43c501
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,9 @@ ...@@ -55,9 +55,9 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Coscine.ExampleProject\Coscine.ExampleProject.csproj"> <ProjectReference Include="..\ExampleProject\ExampleProject.csproj">
<Project>{d75eca13-8855-4044-8118-252e79aee670}</Project> <Project>{d75eca13-8855-4044-8118-252e79aee670}</Project>
<Name>Coscine.ExampleProject</Name> <Name>ExampleProject</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
......
...@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 ...@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156 VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coscine.ExampleProject.Tests", "Coscine.ExampleProject.Tests\Coscine.ExampleProject.Tests.csproj", "{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleProject.Tests", "ExampleProject.Tests\ExampleProject.Tests.csproj", "{3D48D1E9-ABAF-493E-AE40-DC175EAC23DC}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coscine.ExampleProject", "Coscine.ExampleProject\Coscine.ExampleProject.csproj", "{D75ECA13-8855-4044-8118-252E79AEE670}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleProject", "ExampleProject\ExampleProject.csproj", "{D75ECA13-8855-4044-8118-252E79AEE670}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
...@@ -12,5 +12,4 @@ ...@@ -12,5 +12,4 @@
<description>$description$</description> <description>$description$</description>
<copyright>$copyright$</copyright> <copyright>$copyright$</copyright>
</metadata> </metadata>
<files>$files$</files>
</package> </package>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment