Skip to content

Commit

Permalink
Naming and Solutions tweaks for Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Aug 10, 2017
1 parent 2193aaf commit f19b252
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 38 deletions.
22 changes: 22 additions & 0 deletions CronExpressionDescriptor.Demo/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:49809/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"CronExpressionDescriptor.Demo": {
"commandName": "Project"
}
}
}
61 changes: 30 additions & 31 deletions CronExpressionDescriptor.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lib", "lib\CronExpressionDescriptor.csproj", "{C4C055E3-7808-480C-87E2-59EBE6CC0B38}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CronExpressionDescriptor", "lib\CronExpressionDescriptor.csproj", "{C4C055E3-7808-480C-87E2-59EBE6CC0B38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{26F44203-47B3-4F63-B767-3296CD22FE82}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "test\Test.csproj", "{26F44203-47B3-4F63-B767-3296CD22FE82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "demo", "demo\demo.csproj", "{9057FC56-A6D1-425B-B453-67F61A1A3890}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "demo\Demo.csproj", "{9057FC56-A6D1-425B-B453-67F61A1A3890}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand All @@ -24,39 +20,42 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x64.ActiveCfg = Debug|x64
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x64.Build.0 = Debug|x64
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x86.ActiveCfg = Debug|x86
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x86.Build.0 = Debug|x86
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x64.ActiveCfg = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x64.Build.0 = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x86.ActiveCfg = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Debug|x86.Build.0 = Debug|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x64.ActiveCfg = Release|x64
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x64.Build.0 = Release|x64
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x86.ActiveCfg = Release|x86
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x86.Build.0 = Release|x86
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x64.ActiveCfg = Release|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x64.Build.0 = Release|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x86.ActiveCfg = Release|Any CPU
{C4C055E3-7808-480C-87E2-59EBE6CC0B38}.Release|x86.Build.0 = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x64.ActiveCfg = Debug|x64
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x64.Build.0 = Debug|x64
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x86.ActiveCfg = Debug|x86
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x86.Build.0 = Debug|x86
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x64.ActiveCfg = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x64.Build.0 = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x86.ActiveCfg = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Debug|x86.Build.0 = Debug|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|Any CPU.Build.0 = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x64.ActiveCfg = Release|x64
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x64.Build.0 = Release|x64
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x86.ActiveCfg = Release|x86
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x86.Build.0 = Release|x86
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x64.ActiveCfg = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x64.Build.0 = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x86.ActiveCfg = Release|Any CPU
{26F44203-47B3-4F63-B767-3296CD22FE82}.Release|x86.Build.0 = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x64.ActiveCfg = Debug|x64
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x64.Build.0 = Debug|x64
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x86.ActiveCfg = Debug|x86
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x86.Build.0 = Debug|x86
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x64.ActiveCfg = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x64.Build.0 = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x86.ActiveCfg = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Debug|x86.Build.0 = Debug|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|Any CPU.Build.0 = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x64.ActiveCfg = Release|x64
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x64.Build.0 = Release|x64
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x86.ActiveCfg = Release|x86
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x86.Build.0 = Release|x86
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x64.ActiveCfg = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x64.Build.0 = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x86.ActiveCfg = Release|Any CPU
{9057FC56-A6D1-425B-B453-67F61A1A3890}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
19 changes: 19 additions & 0 deletions demo/Demo.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<AssemblyName>demo</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\CronExpressionDescriptor.csproj" />
</ItemGroup>


</Project>
22 changes: 22 additions & 0 deletions demo/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:49782/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"demo": {
"commandName": "Project"
}
}
}
9 changes: 5 additions & 4 deletions demo/demo.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<AssemblyName>demo</AssemblyName>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../lib/CronExpressionDescriptor.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\CronExpressionDescriptor.csproj" />
</ItemGroup>


</Project>
13 changes: 13 additions & 0 deletions test/Test.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\CronExpressionDescriptor.csproj" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions test/test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../lib/CronExpressionDescriptor.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="xunit" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\CronExpressionDescriptor.csproj" />
</ItemGroup>
</Project>

0 comments on commit f19b252

Please sign in to comment.