diff options
| author | Debulois <quentin@debulois.fr> | 2022-10-19 12:43:49 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-10-19 12:43:49 +0200 |
| commit | d482ed88724b9dc84ee5f2b70252d4aab6b837d9 (patch) | |
| tree | 957f35752d0669835cf299884cc72eac09fbcf80 /WinKeyRecover/WinKeyRecover.csproj | |
| parent | d0ed44e15795a4090d95d137532ecd59ae0aaaa5 (diff) | |
Initial commitVPS
Diffstat (limited to 'WinKeyRecover/WinKeyRecover.csproj')
| -rw-r--r-- | WinKeyRecover/WinKeyRecover.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WinKeyRecover/WinKeyRecover.csproj b/WinKeyRecover/WinKeyRecover.csproj index e8b9eeb..1bd65fa 100644 --- a/WinKeyRecover/WinKeyRecover.csproj +++ b/WinKeyRecover/WinKeyRecover.csproj @@ -67,6 +67,8 @@ <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> + <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" /> + <Reference Include="System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -75,8 +77,20 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="KeyChecker\CheckKey.cs" /> + <Compile Include="KeyChecker\GetProductDescription.cs" /> + <Compile Include="KeyChecker\GetString.cs" /> + <Compile Include="NativeMethods\NativeMethods.cs" /> + <Compile Include="KeyManager\GeneratePattern.cs" /> + <Compile Include="KeyManager\GetMissingPositons.cs" /> + <Compile Include="KeyManager\CheckIsValid.cs" /> + <Compile Include="KeyManager\CountMissingChars.cs" /> + <Compile Include="KeyManager\ReplaceMissings.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Saver\ISaver.cs" /> + <Compile Include="Saver\SaveAsTxt.cs" /> + <Compile Include="Saver\SaveAsJson.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> @@ -97,5 +111,6 @@ <ItemGroup> <Content Include="key.ico" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
