Skip to content

Commit

Permalink
set up solution #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackschonherr committed Nov 25, 2024
1 parent 0befed7 commit 96c7caa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cc-ras.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cc-ras", "cc-ras\cc-ras.csproj", "{DFDEE7A3-3B90-426F-9671-33206610C8FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFDEE7A3-3B90-426F-9671-33206610C8FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFDEE7A3-3B90-426F-9671-33206610C8FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFDEE7A3-3B90-426F-9671-33206610C8FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFDEE7A3-3B90-426F-9671-33206610C8FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4202CE35-47CF-4669-A23F-31C252A651A2}
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions cc-ras/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
11 changes: 11 additions & 0 deletions cc-ras/cc-ras.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>cc_ras</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>

0 comments on commit 96c7caa

Please sign in to comment.