Skip to content

Commit ee8c36b

Browse files
committed
Версия 3.5
1 parent aee39ca commit ee8c36b

24 files changed

+1419
-542
lines changed

!publish.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dotnet publish RimLangKit.csproj -p:PublishProfile=Properties\PublishProfiles\WinNet8.pubxml
2+
dotnet publish RimLangKit.csproj -p:PublishProfile=Properties\PublishProfiles\WinNet8Standalone.pubxml
3+
pause

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ publish/
184184
*.azurePubxml
185185
# Note: Comment the next line if you want to checkin your web deploy settings,
186186
# but database connection strings (with potential passwords) will be unencrypted
187-
*.pubxml
187+
*.pubxml.user
188188
*.publishproj
189189

190190
# Microsoft Azure Web App publish settings. Comment the next line if you want to

App.config

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<value>False</value>
1212
</setting>
1313
<setting name="lastTab" serializeAs="String">
14-
<value>False</value>
14+
<value>0</value>
1515
</setting>
1616
<setting name="sha" serializeAs="String">
1717
<value>000000000</value>
@@ -25,6 +25,12 @@
2525
<setting name="savedDirectory" serializeAs="String">
2626
<value>C:\Program Files (x86)\Steam\steamapps\common\RimWorld</value>
2727
</setting>
28+
<setting name="downloadDirectory" serializeAs="String">
29+
<value />
30+
</setting>
31+
<setting name="steamCmdFile" serializeAs="String">
32+
<value />
33+
</setting>
2834
</RimLangKit.Properties.Settings>
2935
</userSettings>
3036
</configuration>

0 commit comments

Comments
 (0)