mirror of
https://github.com/celisej567/Base-mod-creator-for-tsp.git
synced 2026-02-25 10:35:25 +03:00
Add files via upload
This commit is contained in:
75
filezamena/Properties/Resources.Designer.cs
generated
75
filezamena/Properties/Resources.Designer.cs
generated
@@ -59,80 +59,5 @@ namespace filezamena.Properties {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Поиск локализованного ресурса типа System.Drawing.Icon, аналогичного (Значок).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon _4 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("4", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Поиск локализованного ресурса типа System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] client {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("client", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Ищет локализованную строку, похожую на "GameInfo"
|
||||
///{
|
||||
/// game "The Stanley Parable"
|
||||
/// title "The Stanley Parable"
|
||||
/// GameData "portal2.fgd"
|
||||
/// gamelogo 1
|
||||
///
|
||||
/// SupportsDX8 0
|
||||
/// SupportsXbox360 1
|
||||
///
|
||||
/// hasportals 1
|
||||
///
|
||||
/// FileSystem
|
||||
/// {
|
||||
/// SteamAppId 221910
|
||||
/// ToolsAppId 211
|
||||
///
|
||||
///
|
||||
///
|
||||
/// SearchPaths
|
||||
/// {
|
||||
/// Game |gameinfo_path|.
|
||||
///
|
||||
/// }
|
||||
/// }
|
||||
///}
|
||||
///.
|
||||
/// </summary>
|
||||
internal static string gameinfo {
|
||||
get {
|
||||
return ResourceManager.GetString("gameinfo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Поиск локализованного ресурса типа System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] matchmaking {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("matchmaking", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Поиск локализованного ресурса типа System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] server {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("server", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,20 +117,4 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="4" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\4.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="client" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\client.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="gameinfo" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\gameinfo.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1251</value>
|
||||
</data>
|
||||
<data name="matchmaking" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\matchmaking.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="server" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\server.dll;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
||||
BIN
filezamena/bin/Debug/Folder name/bin/client.dll
Normal file
BIN
filezamena/bin/Debug/Folder name/bin/client.dll
Normal file
Binary file not shown.
BIN
filezamena/bin/Debug/Folder name/bin/matchmaking.dll
Normal file
BIN
filezamena/bin/Debug/Folder name/bin/matchmaking.dll
Normal file
Binary file not shown.
BIN
filezamena/bin/Debug/Folder name/bin/server.dll
Normal file
BIN
filezamena/bin/Debug/Folder name/bin/server.dll
Normal file
Binary file not shown.
27
filezamena/bin/Debug/Folder name/gameinfo.txt
Normal file
27
filezamena/bin/Debug/Folder name/gameinfo.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
"GameInfo"
|
||||
{
|
||||
game "Mod name"
|
||||
title "Mod name"
|
||||
GameData "portal2.fgd"
|
||||
gamelogo 1
|
||||
|
||||
SupportsDX8 0
|
||||
SupportsXbox360 1
|
||||
|
||||
hasportals 1
|
||||
|
||||
FileSystem
|
||||
{
|
||||
SteamAppId 221910
|
||||
ToolsAppId 211
|
||||
|
||||
|
||||
|
||||
SearchPaths
|
||||
{
|
||||
//deleted
|
||||
Game |gameinfo_path|.
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
6
filezamena/bin/Debug/filezamena.exe.config
Normal file
6
filezamena/bin/Debug/filezamena.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
filezamena/bin/Debug/filezamena.pdb
Normal file
BIN
filezamena/bin/Debug/filezamena.pdb
Normal file
Binary file not shown.
2
filezamena/bin/Debug/information.lgbt
Normal file
2
filezamena/bin/Debug/information.lgbt
Normal file
@@ -0,0 +1,2 @@
|
||||
Generated by "Base mod creator for tsp".
|
||||
Creator celisej567/NTT.
|
||||
@@ -19,15 +19,8 @@
|
||||
|
||||
SearchPaths
|
||||
{
|
||||
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |gameinfo_path|.
|
||||
Game |gameinfo_path|.
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
6
filezamena/bin/Release/filezamena.exe.config
Normal file
6
filezamena/bin/Release/filezamena.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
filezamena/bin/Release/filezamena.pdb
Normal file
BIN
filezamena/bin/Release/filezamena.pdb
Normal file
Binary file not shown.
@@ -19,7 +19,18 @@
|
||||
|
||||
SearchPaths
|
||||
{
|
||||
Game |gameinfo_path|.
|
||||
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |all_source_engine_paths|Folder name
|
||||
Game |gameinfo_path|.
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
75
filezamena/obj/Debug/DLL.g.i.cs
Normal file
75
filezamena/obj/Debug/DLL.g.i.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\DLL.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3B73A552BAAAF097E2206AED1A635AC238D7F6348F070C9675E533F17496F5A3"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DLL
|
||||
/// </summary>
|
||||
public partial class DLL : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/dll.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\DLL.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
BIN
filezamena/obj/Debug/Error Code 1.baml
Normal file
BIN
filezamena/obj/Debug/Error Code 1.baml
Normal file
Binary file not shown.
86
filezamena/obj/Debug/Error Code 1.g.cs
Normal file
86
filezamena/obj/Debug/Error Code 1.g.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Error Code 1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA04863D259B712904CCDE1F6FCD4FA3CA5631097555F95870423586C3F64787"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Error_Code_1
|
||||
/// </summary>
|
||||
public partial class Error_Code_1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/error%20code%201.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Error Code 1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Error Code 1.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
86
filezamena/obj/Debug/Error Code 1.g.i.cs
Normal file
86
filezamena/obj/Debug/Error Code 1.g.i.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Error Code 1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA04863D259B712904CCDE1F6FCD4FA3CA5631097555F95870423586C3F64787"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Error_Code_1
|
||||
/// </summary>
|
||||
public partial class Error_Code_1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/error%20code%201.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Error Code 1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Error Code 1.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
filezamena/obj/Debug/GameinfoProccess.baml
Normal file
BIN
filezamena/obj/Debug/GameinfoProccess.baml
Normal file
Binary file not shown.
75
filezamena/obj/Debug/GameinfoProccess.g.cs
Normal file
75
filezamena/obj/Debug/GameinfoProccess.g.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\GameinfoProccess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E412189694B7FD2830BFF0C3DF4ED1B78A6590AB8019544976FA754DA91E972C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GameinfoProccess
|
||||
/// </summary>
|
||||
public partial class GameinfoProccess : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/gameinfoproccess.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\GameinfoProccess.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
75
filezamena/obj/Debug/GameinfoProccess.g.i.cs
Normal file
75
filezamena/obj/Debug/GameinfoProccess.g.i.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\GameinfoProccess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E412189694B7FD2830BFF0C3DF4ED1B78A6590AB8019544976FA754DA91E972C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GameinfoProccess
|
||||
/// </summary>
|
||||
public partial class GameinfoProccess : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/gameinfoproccess.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\GameinfoProccess.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "51D7527179E88F2000654A46607E1C88602525F89F72A35AD2836E2D34458326"
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "317BF6BFD3B9E5C2941FE3475C1665FAD3C9279C6F3FBB572D55D506ECBDE72E"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
@@ -51,7 +51,7 @@ namespace filezamena {
|
||||
|
||||
#line 40 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox modname;
|
||||
internal System.Windows.Controls.TextBox Modname;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
@@ -83,6 +83,14 @@ namespace filezamena {
|
||||
|
||||
#line 103 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label Wait;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 117 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox DLLCheck;
|
||||
|
||||
#line default
|
||||
@@ -128,7 +136,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.modname = ((System.Windows.Controls.TextBox)(target));
|
||||
this.Modname = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.Foldername = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -140,6 +148,9 @@ namespace filezamena {
|
||||
this.End = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.Wait = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.DLLCheck = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "51D7527179E88F2000654A46607E1C88602525F89F72A35AD2836E2D34458326"
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "317BF6BFD3B9E5C2941FE3475C1665FAD3C9279C6F3FBB572D55D506ECBDE72E"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
@@ -51,7 +51,7 @@ namespace filezamena {
|
||||
|
||||
#line 40 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox modname;
|
||||
internal System.Windows.Controls.TextBox Modname;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
@@ -83,6 +83,14 @@ namespace filezamena {
|
||||
|
||||
#line 103 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label Wait;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 117 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox DLLCheck;
|
||||
|
||||
#line default
|
||||
@@ -128,7 +136,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.modname = ((System.Windows.Controls.TextBox)(target));
|
||||
this.Modname = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.Foldername = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -140,6 +148,9 @@ namespace filezamena {
|
||||
this.End = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.Wait = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.DLLCheck = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
|
||||
Binary file not shown.
BIN
filezamena/obj/Debug/Window1.baml
Normal file
BIN
filezamena/obj/Debug/Window1.baml
Normal file
Binary file not shown.
86
filezamena/obj/Debug/Window1.g.cs
Normal file
86
filezamena/obj/Debug/Window1.g.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Window1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2824ABB5256AF4A660440CDAFC44D2EA227C4B0A538C2184ED5679F5E31F2767"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window1
|
||||
/// </summary>
|
||||
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/window1.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Window1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Window1.xaml"
|
||||
((filezamena.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
86
filezamena/obj/Debug/Window1.g.i.cs
Normal file
86
filezamena/obj/Debug/Window1.g.i.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Window1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2824ABB5256AF4A660440CDAFC44D2EA227C4B0A538C2184ED5679F5E31F2767"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window1
|
||||
/// </summary>
|
||||
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/window1.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Window1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Window1.xaml"
|
||||
((filezamena.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
9d8948b53e527178029bf8e0a05ebb2db16a81d9
|
||||
292e2230ee8bcf2c93e685742e88ca5d3893f764
|
||||
|
||||
@@ -13,3 +13,9 @@ F:\C#\filezamena\filezamena\obj\Debug\filezamena.csproj.GenerateResource.cache
|
||||
F:\C#\filezamena\filezamena\obj\Debug\filezamena.csproj.CoreCompileInputs.cache
|
||||
F:\C#\filezamena\filezamena\obj\Debug\filezamena.exe
|
||||
F:\C#\filezamena\filezamena\obj\Debug\filezamena.pdb
|
||||
F:\C#\filezamena\filezamena\obj\Debug\Error Code 1.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Debug\Error Code 1.baml
|
||||
F:\C#\filezamena\filezamena\obj\Debug\GameinfoProccess.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Debug\Window1.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Debug\GameinfoProccess.baml
|
||||
F:\C#\filezamena\filezamena\obj\Debug\Window1.baml
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,11 +10,11 @@ none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
F:\C#\filezamena\filezamena\App.xaml
|
||||
11151548125
|
||||
41057900908
|
||||
|
||||
5-2017746502
|
||||
8-1147851074
|
||||
141183416626
|
||||
MainWindow.xaml;
|
||||
Error Code 1.xaml;GameinfoProccess.xaml;MainWindow.xaml;Window1.xaml;
|
||||
|
||||
False
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
F:\C#\filezamena\filezamena\App.xaml
|
||||
11151548125
|
||||
41057900908
|
||||
|
||||
61434861427
|
||||
9-1990210441
|
||||
141183416626
|
||||
MainWindow.xaml;
|
||||
Error Code 1.xaml;GameinfoProccess.xaml;MainWindow.xaml;Window1.xaml;
|
||||
|
||||
False
|
||||
True
|
||||
|
||||
|
||||
4
filezamena/obj/Debug/filezamena_MarkupCompile.i.lref
Normal file
4
filezamena/obj/Debug/filezamena_MarkupCompile.i.lref
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FF:\C#\filezamena\filezamena\GameinfoProccess.xaml;;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
|
||||
FF:\C#\filezamena\filezamena\MainWindow.xaml;;
|
||||
FF:\C#\filezamena\filezamena\Error Code 1.xaml;;
|
||||
FF:\C#\filezamena\filezamena\GameinfoProccess.xaml;;
|
||||
FF:\C#\filezamena\filezamena\Window1.xaml;;
|
||||
|
||||
|
||||
81
filezamena/obj/Debug/gameinfo.g.i.cs
Normal file
81
filezamena/obj/Debug/gameinfo.g.i.cs
Normal file
@@ -0,0 +1,81 @@
|
||||
// Updated by XamlIntelliSenseFileGenerator 03.07.2021 19:33:28
|
||||
#pragma checksum "..\..\Gameinfo.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9FEA1D67CF4E2E91246BF770614F8B5D3F22DA7F00116F181B6A91F7A5C188CB"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window1
|
||||
/// </summary>
|
||||
public partial class Gameinfo : System.Windows.Window, System.Windows.Markup.IComponentConnector
|
||||
{
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent()
|
||||
{
|
||||
if (_contentLoaded)
|
||||
{
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/gameinfo.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Gameinfo.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
|
||||
{
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
86
filezamena/obj/Release/Error Code 1.g.cs
Normal file
86
filezamena/obj/Release/Error Code 1.g.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Error Code 1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA04863D259B712904CCDE1F6FCD4FA3CA5631097555F95870423586C3F64787"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Error_Code_1
|
||||
/// </summary>
|
||||
public partial class Error_Code_1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/error%20code%201.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Error Code 1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Error Code 1.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
86
filezamena/obj/Release/Error Code 1.g.i.cs
Normal file
86
filezamena/obj/Release/Error Code 1.g.i.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Error Code 1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CA04863D259B712904CCDE1F6FCD4FA3CA5631097555F95870423586C3F64787"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Error_Code_1
|
||||
/// </summary>
|
||||
public partial class Error_Code_1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/error%20code%201.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Error Code 1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Error Code 1.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
75
filezamena/obj/Release/GameinfoProccess.g.cs
Normal file
75
filezamena/obj/Release/GameinfoProccess.g.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\GameinfoProccess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E412189694B7FD2830BFF0C3DF4ED1B78A6590AB8019544976FA754DA91E972C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GameinfoProccess
|
||||
/// </summary>
|
||||
public partial class GameinfoProccess : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/gameinfoproccess.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\GameinfoProccess.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
75
filezamena/obj/Release/GameinfoProccess.g.i.cs
Normal file
75
filezamena/obj/Release/GameinfoProccess.g.i.cs
Normal file
@@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\GameinfoProccess.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E412189694B7FD2830BFF0C3DF4ED1B78A6590AB8019544976FA754DA91E972C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GameinfoProccess
|
||||
/// </summary>
|
||||
public partial class GameinfoProccess : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/gameinfoproccess.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\GameinfoProccess.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EABEF2FFC90E63C8701D2F6E9DFBE6232AACD976215C6049B29D1B06B639A6E1"
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "317BF6BFD3B9E5C2941FE3475C1665FAD3C9279C6F3FBB572D55D506ECBDE72E"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
@@ -41,7 +41,7 @@ namespace filezamena {
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 18 "..\..\MainWindow.xaml"
|
||||
#line 17 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button Start;
|
||||
|
||||
@@ -49,15 +49,15 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 41 "..\..\MainWindow.xaml"
|
||||
#line 40 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox modname;
|
||||
internal System.Windows.Controls.TextBox Modname;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 56 "..\..\MainWindow.xaml"
|
||||
#line 55 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox Foldername;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 71 "..\..\MainWindow.xaml"
|
||||
#line 70 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ProgressBar Progressbar;
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 82 "..\..\MainWindow.xaml"
|
||||
#line 81 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label End;
|
||||
|
||||
@@ -81,7 +81,15 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 104 "..\..\MainWindow.xaml"
|
||||
#line 103 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label Wait;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 117 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox DLLCheck;
|
||||
|
||||
@@ -121,14 +129,14 @@ namespace filezamena {
|
||||
case 1:
|
||||
this.Start = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 25 "..\..\MainWindow.xaml"
|
||||
#line 24 "..\..\MainWindow.xaml"
|
||||
this.Start.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.modname = ((System.Windows.Controls.TextBox)(target));
|
||||
this.Modname = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.Foldername = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -140,6 +148,9 @@ namespace filezamena {
|
||||
this.End = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.Wait = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.DLLCheck = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EABEF2FFC90E63C8701D2F6E9DFBE6232AACD976215C6049B29D1B06B639A6E1"
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "317BF6BFD3B9E5C2941FE3475C1665FAD3C9279C6F3FBB572D55D506ECBDE72E"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
@@ -41,7 +41,7 @@ namespace filezamena {
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 18 "..\..\MainWindow.xaml"
|
||||
#line 17 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button Start;
|
||||
|
||||
@@ -49,15 +49,15 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 41 "..\..\MainWindow.xaml"
|
||||
#line 40 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox modname;
|
||||
internal System.Windows.Controls.TextBox Modname;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 56 "..\..\MainWindow.xaml"
|
||||
#line 55 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox Foldername;
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 71 "..\..\MainWindow.xaml"
|
||||
#line 70 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ProgressBar Progressbar;
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 82 "..\..\MainWindow.xaml"
|
||||
#line 81 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label End;
|
||||
|
||||
@@ -81,7 +81,15 @@ namespace filezamena {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 104 "..\..\MainWindow.xaml"
|
||||
#line 103 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label Wait;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 117 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox DLLCheck;
|
||||
|
||||
@@ -121,14 +129,14 @@ namespace filezamena {
|
||||
case 1:
|
||||
this.Start = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 25 "..\..\MainWindow.xaml"
|
||||
#line 24 "..\..\MainWindow.xaml"
|
||||
this.Start.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.modname = ((System.Windows.Controls.TextBox)(target));
|
||||
this.Modname = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.Foldername = ((System.Windows.Controls.TextBox)(target));
|
||||
@@ -140,6 +148,9 @@ namespace filezamena {
|
||||
this.End = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.Wait = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.DLLCheck = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
|
||||
Binary file not shown.
86
filezamena/obj/Release/Window1.g.cs
Normal file
86
filezamena/obj/Release/Window1.g.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Window1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2824ABB5256AF4A660440CDAFC44D2EA227C4B0A538C2184ED5679F5E31F2767"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window1
|
||||
/// </summary>
|
||||
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/window1.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Window1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Window1.xaml"
|
||||
((filezamena.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
86
filezamena/obj/Release/Window1.g.i.cs
Normal file
86
filezamena/obj/Release/Window1.g.i.cs
Normal file
@@ -0,0 +1,86 @@
|
||||
#pragma checksum "..\..\Window1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2824ABB5256AF4A660440CDAFC44D2EA227C4B0A538C2184ED5679F5E31F2767"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using filezamena;
|
||||
|
||||
|
||||
namespace filezamena {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window1
|
||||
/// </summary>
|
||||
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/filezamena;component/window1.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\Window1.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
|
||||
#line 11 "..\..\Window1.xaml"
|
||||
((filezamena.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
3c3c540529da7c01b9cf2816a1b4af5483684c9b
|
||||
a4626c9f3ef313c00ca7cc66b2962d5dbe55fdfb
|
||||
|
||||
@@ -13,3 +13,9 @@ F:\C#\filezamena\filezamena\obj\Release\filezamena.csproj.GenerateResource.cache
|
||||
F:\C#\filezamena\filezamena\obj\Release\filezamena.csproj.CoreCompileInputs.cache
|
||||
F:\C#\filezamena\filezamena\obj\Release\filezamena.exe
|
||||
F:\C#\filezamena\filezamena\obj\Release\filezamena.pdb
|
||||
F:\C#\filezamena\filezamena\obj\Release\Error Code 1.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Release\GameinfoProccess.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Release\Window1.g.cs
|
||||
F:\C#\filezamena\filezamena\obj\Release\Error Code 1.baml
|
||||
F:\C#\filezamena\filezamena\obj\Release\GameinfoProccess.baml
|
||||
F:\C#\filezamena\filezamena\obj\Release\Window1.baml
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,11 +10,11 @@ none
|
||||
false
|
||||
TRACE
|
||||
F:\C#\filezamena\filezamena\App.xaml
|
||||
11151548125
|
||||
41057900908
|
||||
|
||||
5-2017746502
|
||||
92069537390
|
||||
141183416626
|
||||
MainWindow.xaml;
|
||||
Error Code 1.xaml;GameinfoProccess.xaml;MainWindow.xaml;Window1.xaml;
|
||||
|
||||
False
|
||||
True
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
|
||||
FF:\C#\filezamena\filezamena\Error Code 1.xaml;;
|
||||
FF:\C#\filezamena\filezamena\GameinfoProccess.xaml;;
|
||||
FF:\C#\filezamena\filezamena\MainWindow.xaml;;
|
||||
FF:\C#\filezamena\filezamena\Window1.xaml;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user