Skip to content

Commit 28df63e

Browse files
committed
Migrate from sln to slnx
1 parent 532933a commit 28df63e

File tree

4 files changed

+21
-90
lines changed

4 files changed

+21
-90
lines changed

ArchiSteamFarm.sln

Lines changed: 0 additions & 89 deletions
This file was deleted.

ArchiSteamFarm.slnx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Solution>
2+
<Configurations>
3+
<BuildType Name="Debug" />
4+
<BuildType Name="DebugFast" />
5+
<BuildType Name="Release" />
6+
</Configurations>
7+
8+
<Project Path="ArchiSteamFarm/ArchiSteamFarm.csproj" />
9+
10+
<Project Path="ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj" />
11+
<Project Path="ArchiSteamFarm.CustomPlugins.PeriodicGC/ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj" />
12+
<Project Path="ArchiSteamFarm.CustomPlugins.SignInWithSteam/ArchiSteamFarm.CustomPlugins.SignInWithSteam.csproj" />
13+
14+
<Project Path="ArchiSteamFarm.OfficialPlugins.ItemsMatcher/ArchiSteamFarm.OfficialPlugins.ItemsMatcher.csproj" />
15+
<Project Path="ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator.csproj" />
16+
<Project Path="ArchiSteamFarm.OfficialPlugins.Monitoring/ArchiSteamFarm.OfficialPlugins.Monitoring.csproj" />
17+
<Project Path="ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj" />
18+
19+
<Project Path="ArchiSteamFarm.Tests/ArchiSteamFarm.Tests.csproj" />
20+
</Solution>

cc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
MAIN_PROJECT="ArchiSteamFarm"
55
STEAM_TOKEN_DUMPER_NAME="${MAIN_PROJECT}.OfficialPlugins.SteamTokenDumper"
66
TESTS_PROJECT="${MAIN_PROJECT}.Tests"
7-
SOLUTION="${MAIN_PROJECT}.sln"
7+
SOLUTION="${MAIN_PROJECT}.slnx"
88
CONFIGURATION="Release"
99
OUT="out"
1010
OUT_ASF="${OUT}/result"

0 commit comments

Comments
 (0)