Skip to content

Commit e375ecd

Browse files
committed
Starting Bridge
1 parent 979dcd4 commit e375ecd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Warp.sln

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Snippets", "Snippets\Snippe
7575
EndProject
7676
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cube", "Cube\Cube.csproj", "{D580E8AD-7A8D-4AC4-849C-D86BE88CDFC2}"
7777
EndProject
78+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bridge", "Bridge\Bridge.csproj", "{8811CB07-9495-472E-B43D-5DE779D9C4BF}"
79+
EndProject
7880
Global
7981
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8082
Debug|Any CPU = Debug|Any CPU
@@ -247,6 +249,14 @@ Global
247249
{D580E8AD-7A8D-4AC4-849C-D86BE88CDFC2}.Release|Any CPU.Build.0 = Release|Any CPU
248250
{D580E8AD-7A8D-4AC4-849C-D86BE88CDFC2}.Release|x64.ActiveCfg = Release|Any CPU
249251
{D580E8AD-7A8D-4AC4-849C-D86BE88CDFC2}.Release|x64.Build.0 = Release|Any CPU
252+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
253+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
254+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Debug|x64.ActiveCfg = Debug|Any CPU
255+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Debug|x64.Build.0 = Debug|Any CPU
256+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
257+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Release|Any CPU.Build.0 = Release|Any CPU
258+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Release|x64.ActiveCfg = Release|Any CPU
259+
{8811CB07-9495-472E-B43D-5DE779D9C4BF}.Release|x64.Build.0 = Release|Any CPU
250260
EndGlobalSection
251261
GlobalSection(SolutionProperties) = preSolution
252262
HideSolutionNode = FALSE

publish-windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dotnet publish -nowarn:CS0219,CS0162,CS0168,CS0649,CS0067,CS0414,CS0661,CS0659,CS0169,CS0618,CS1998,MSB3270,SYSLIB0011 --configuration Release /p:PublishProfile=FolderProfile Bridge/Bridge.csproj
12
dotnet publish -nowarn:CS0219,CS0162,CS0168,CS0649,CS0067,CS0414,CS0661,CS0659,CS0169,CS0618,CS1998,MSB3270,SYSLIB0011 --configuration Release /p:PublishProfile=FolderProfile M/M.csproj
23
dotnet publish -nowarn:CS0219,CS0162,CS0168,CS0649,CS0067,CS0414,CS0661,CS0659,CS0169,CS0618,CS1998,MSB3270,SYSLIB0011 --configuration Release /p:PublishProfile=FolderProfile Warp/Warp.csproj
34
dotnet publish -nowarn:CS0219,CS0162,CS0168,CS0649,CS0067,CS0414,CS0661,CS0659,CS0169,CS0618,CS1998,MSB3270,SYSLIB0011 --configuration Release /p:PublishProfile=FolderProfile Cube/Cube.csproj

0 commit comments

Comments
 (0)