Skip to content

Commit

Permalink
rename project to make life easier
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmorrishill committed Jan 13, 2020
1 parent 6925c0f commit 8c05c29
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 44 deletions.
12 changes: 6 additions & 6 deletions FluentSim.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentSim", "FluentSim\FluentSim.csproj", "{0855EC3E-6187-4CD5-97C2-7E3EE928D665}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSimTests", "FluentSimTests\FluentSimTests.csproj", "{D01BCCC1-F3D8-4B65-AA1C-9863A093478C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentSimulator", "FluentSim\FluentSimulator.csproj", "{6B00C7EB-AF0B-4F2C-895F-DA223FB79A7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0855EC3E-6187-4CD5-97C2-7E3EE928D665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0855EC3E-6187-4CD5-97C2-7E3EE928D665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0855EC3E-6187-4CD5-97C2-7E3EE928D665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0855EC3E-6187-4CD5-97C2-7E3EE928D665}.Release|Any CPU.Build.0 = Release|Any CPU
{D01BCCC1-F3D8-4B65-AA1C-9863A093478C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D01BCCC1-F3D8-4B65-AA1C-9863A093478C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D01BCCC1-F3D8-4B65-AA1C-9863A093478C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D01BCCC1-F3D8-4B65-AA1C-9863A093478C}.Release|Any CPU.Build.0 = Release|Any CPU
{6B00C7EB-AF0B-4F2C-895F-DA223FB79A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B00C7EB-AF0B-4F2C-895F-DA223FB79A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B00C7EB-AF0B-4F2C-895F-DA223FB79A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B00C7EB-AF0B-4F2C-895F-DA223FB79A7F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
63 changes: 32 additions & 31 deletions FluentSim/FluentSim.csproj → FluentSim/FluentSimulator.csproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>true</IsPackable>
<TargetFramework>netstandard2.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<LangVersion>latest</LangVersion>
<Copyright>Copyright © 2017</Copyright>
<Title>FluentSim</Title>
<Product>FluentSim</Product>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/paulmorrishill/FluentSimulator</RepositoryUrl>
<PackageProjectUrl>https://github.com/paulmorrishill/FluentSimulator</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Description>FluentSimulator is a .Net HTTP API simulator library that is extremely versitile and unassuming.</Description>
<Authors>Paul Morris-Hill</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>true</IsPackable>
<TargetFramework>netstandard2.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<LangVersion>latest</LangVersion>
<Copyright>Copyright © 2017</Copyright>
<Title>FluentSim</Title>
<Product>FluentSim</Product>
<Version>2.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/paulmorrishill/FluentSimulator</RepositoryUrl>
<PackageProjectUrl>https://github.com/paulmorrishill/FluentSimulator</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Description>FluentSimulator is a .Net HTTP API simulator library that is extremely versitile and unassuming.</Description>
<Authors>Paul Morris-Hill</Authors>
<PackageLicenseUrl></PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</dependencies>
</metadata>
<files>
<file src="bin\Release\netstandard2.0\FluentSim.dll" target="lib\FluentSim.dll"></file>
<file src="bin\Release\netstandard2.0\FluentSim.pdb" target="lib\FluentSim.pdb"></file>
<file src="bin\Release\netstandard2.0\FluentSimulator.dll" target="lib\FluentSimulator.dll"></file>
<file src="bin\Release\netstandard2.0\FluentSimulator.pdb" target="lib\FluentSimulator.pdb"></file>
</files>
</package>
2 changes: 1 addition & 1 deletion FluentSimTests/FluentSimTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\FluentSim\FluentSim.csproj" />
<ProjectReference Include="..\FluentSim\FluentSimulator.csproj" />
</ItemGroup>

</Project>
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ configuration: Release
build:
parallel: true # enable MSBuild parallel builds
project: FluentSim.sln # path to Visual Studio solution or project
publish_nuget: false # package projects with .nuspec files and push to artifacts
publish_nuget: true # package projects with .nuspec files and push to artifacts
publish_nuget_symbols: true # generate and publish NuGet symbol packages

# MSBuild verbosity level
verbosity: normal
Expand All @@ -120,9 +121,6 @@ test:
before_build:
nuget restore

after_build:
nuget pack FluentSim\FluentSim.nuspec

#---------------------------------#
# deployment configuration #
#---------------------------------#
Expand Down

0 comments on commit 8c05c29

Please sign in to comment.