commit
c72fa4a586
Binary file not shown.
Binary file not shown.
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"Version": 1,
|
||||||
|
"WorkspaceRootPath": "X:\\docdemo\\CLX_Archiver\\",
|
||||||
|
"Documents": [
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7FA0D356-FBDA-4AED-AA84-BA165C1B7FB4}|CLX_Archiver\\CLX_Archiver.csproj|x:\\docdemo\\clx_archiver\\clx_archiver\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7FA0D356-FBDA-4AED-AA84-BA165C1B7FB4}|CLX_Archiver\\CLX_Archiver.csproj|solutionrelative:clx_archiver\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{00000000-0000-0000-0000-000000000000}|\u003CSolution\u003E|CLX_Archiver||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{7FA0D356-FBDA-4AED-AA84-BA165C1B7FB4}|CLX_Archiver\\CLX_Archiver.csproj|X:\\docdemo\\CLX_Archiver\\clx_archiver\\app.config||{FA3CD31E-987B-443A-9B81-186104E8DAC1}",
|
||||||
|
"RelativeMoniker": "D:0:0:{7FA0D356-FBDA-4AED-AA84-BA165C1B7FB4}|CLX_Archiver\\CLX_Archiver.csproj|solutionrelative:clx_archiver\\app.config||{FA3CD31E-987B-443A-9B81-186104E8DAC1}"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"DocumentGroupContainers": [
|
||||||
|
{
|
||||||
|
"Orientation": 0,
|
||||||
|
"VerticalTabListWidth": 256,
|
||||||
|
"DocumentGroups": [
|
||||||
|
{
|
||||||
|
"DockedWidth": 200,
|
||||||
|
"SelectedChildIndex": 3,
|
||||||
|
"Children": [
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 1,
|
||||||
|
"Title": "CLX_Archiver",
|
||||||
|
"DocumentMoniker": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\CLX_Archiver.csproj",
|
||||||
|
"RelativeDocumentMoniker": "CLX_Archiver\\CLX_Archiver.csproj",
|
||||||
|
"ToolTip": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\CLX_Archiver.csproj",
|
||||||
|
"RelativeToolTip": "CLX_Archiver\\CLX_Archiver.csproj",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
|
||||||
|
"WhenOpened": "2024-05-31T06:36:57.744Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 2,
|
||||||
|
"Title": "App.config",
|
||||||
|
"DocumentMoniker": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\App.config",
|
||||||
|
"RelativeDocumentMoniker": "CLX_Archiver\\App.config",
|
||||||
|
"ToolTip": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\App.config",
|
||||||
|
"RelativeToolTip": "CLX_Archiver\\App.config",
|
||||||
|
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000601|",
|
||||||
|
"WhenOpened": "2024-05-29T15:35:33.184Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 0,
|
||||||
|
"Title": "Program.cs",
|
||||||
|
"DocumentMoniker": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\Program.cs",
|
||||||
|
"RelativeDocumentMoniker": "CLX_Archiver\\Program.cs",
|
||||||
|
"ToolTip": "X:\\docdemo\\CLX_Archiver\\CLX_Archiver\\Program.cs",
|
||||||
|
"RelativeToolTip": "CLX_Archiver\\Program.cs",
|
||||||
|
"ViewState": "AQIAAGYAAAAAAAAAAAAewHMAAAA2AAAA",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2024-05-20T10:33:38.321Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||||
|
<StartArguments>X:\clx\ x:\clxout\</StartArguments>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
Binary file not shown.
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<configuration>
|
||||||
|
<startup>
|
||||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||||||
|
</startup>
|
||||||
|
</configuration>
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
9e70bfd8ef87d93dd5813316d5b0468aaff12b7e9bfa970c6c1b0591cf9adf3e
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\bin\Debug\CLX_Archiver.exe.config
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\bin\Debug\CLX_Archiver.exe
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\bin\Debug\CLX_Archiver.pdb
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\obj\Debug\CLX_Archiver.csproj.AssemblyReference.cache
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\obj\Debug\CLX_Archiver.csproj.CoreCompileInputs.cache
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\obj\Debug\CLX_Archiver.exe
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\obj\Debug\CLX_Archiver.pdb
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\bin\Debug\Syncfusion.Compression.Base.dll
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\bin\Debug\Syncfusion.Compression.Base.xml
|
||||||
|
X:\docdemo\CLX_Archiver\CLX_Archiver\obj\Debug\CLX_Arch.F9BF4FDE.Up2Date
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
touch README.md
|
||||||
|
git init
|
||||||
|
git checkout -b main
|
||||||
|
git add README.md
|
||||||
|
git commit -m "first commit"
|
||||||
|
git remote add origin https://gitea.shubweb.ch/shu/clx_archiver.git
|
||||||
|
git push -u origin main
|
||||||
|
pause
|
||||||
Loading…
Reference in new issue