Skip to content

Commit 8066dc9

Browse files
committed
Created project and solution
1 parent 716a0df commit 8066dc9

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<RootNamespace>Rephidock.CLI.RunWithColor</RootNamespace>
5+
<ImplicitUsings>disable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<Description>Runs a command in cmd with ENABLE_VIRTUAL_TERMINAL_PROCESSING enabled</Description>
12+
<OutputType>Exe</OutputType>
13+
<TargetFramework>net8.0</TargetFramework>
14+
<Version>1.0.0</Version>
15+
<PublishSingleFile>true</PublishSingleFile>
16+
<SelfContained>true</SelfContained>
17+
</PropertyGroup>
18+
19+
</Project>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.8.34408.163
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rephidock.CLI.RunWithColor", "Rephidock.CLI.RunWithColor.csproj", "{1F4F9AEF-B760-4330-BB8F-1584BFD3BFD5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{1F4F9AEF-B760-4330-BB8F-1584BFD3BFD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{1F4F9AEF-B760-4330-BB8F-1584BFD3BFD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{1F4F9AEF-B760-4330-BB8F-1584BFD3BFD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{1F4F9AEF-B760-4330-BB8F-1584BFD3BFD5}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {EEDD9FAD-5460-46EE-8FD9-0DB4CFB9B107}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)