diff options
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 |
