瀏覽代碼

compdfkit(win) - 移动Security文件位置

liuaoran 1 年之前
父節點
當前提交
272f845f8d

+ 10 - 10
Demo/Examples/Compdfkit_Tools/Compdfkit_Tools.csproj

@@ -324,19 +324,19 @@
     <Compile Include="Common\BarControl\FormBarControl.xaml.cs">
       <DependentUpon>FormBarControl.xaml</DependentUpon>
     </Compile>
-    <Compile Include="Encryption\DecryptionDialog.xaml.cs">
+    <Compile Include="Security\Encryption\DecryptionDialog.xaml.cs">
       <DependentUpon>DecryptionDialog.xaml</DependentUpon>
     </Compile>
-    <Compile Include="Encryption\EncryptionDialog.xaml.cs">
+    <Compile Include="Security\Encryption\EncryptionDialog.xaml.cs">
       <DependentUpon>EncryptionDialog.xaml</DependentUpon>
     </Compile>
-    <Compile Include="Encryption\FileGridListControl.xaml.cs">
+    <Compile Include="Security\Encryption\FileGridListControl.xaml.cs">
       <DependentUpon>FileGridListControl.xaml</DependentUpon>
     </Compile>
-    <Compile Include="Encryption\SecurityOperationTypeDialog.xaml.cs">
+    <Compile Include="Security\Encryption\SecurityOperationTypeDialog.xaml.cs">
       <DependentUpon>SecurityOperationTypeDialog.xaml</DependentUpon>
     </Compile>
-    <Compile Include="Encryption\SetEncryptionControl.xaml.cs">
+    <Compile Include="Security\Encryption\SetEncryptionControl.xaml.cs">
       <DependentUpon>SetEncryptionControl.xaml</DependentUpon>
     </Compile>
     <Compile Include="Form\FormControl\FormControl.xaml.cs">
@@ -837,11 +837,11 @@
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>
     </Page>
-    <Page Include="Encryption\DecryptionDialog.xaml" />
-    <Page Include="Encryption\EncryptionDialog.xaml" />
-    <Page Include="Encryption\FileGridListControl.xaml" />
-    <Page Include="Encryption\SecurityOperationTypeDialog.xaml" />
-    <Page Include="Encryption\SetEncryptionControl.xaml" />
+    <Page Include="Security\Encryption\DecryptionDialog.xaml" />
+    <Page Include="Security\Encryption\EncryptionDialog.xaml" />
+    <Page Include="Security\Encryption\FileGridListControl.xaml" />
+    <Page Include="Security\Encryption\SecurityOperationTypeDialog.xaml" />
+    <Page Include="Security\Encryption\SetEncryptionControl.xaml" />
     <Page Include="Form\FormControl\FormControl.xaml">
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>

Demo/Examples/Compdfkit_Tools/Encryption/DecryptionDialog.xaml → Demo/Examples/Compdfkit_Tools/Security/Encryption/DecryptionDialog.xaml


Demo/Examples/Compdfkit_Tools/Encryption/DecryptionDialog.xaml.cs → Demo/Examples/Compdfkit_Tools/Security/Encryption/DecryptionDialog.xaml.cs


Demo/Examples/Compdfkit_Tools/Encryption/EncryptionDialog.xaml → Demo/Examples/Compdfkit_Tools/Security/Encryption/EncryptionDialog.xaml


Demo/Examples/Compdfkit_Tools/Encryption/EncryptionDialog.xaml.cs → Demo/Examples/Compdfkit_Tools/Security/Encryption/EncryptionDialog.xaml.cs


Demo/Examples/Compdfkit_Tools/Encryption/FileGridListControl.xaml → Demo/Examples/Compdfkit_Tools/Security/Encryption/FileGridListControl.xaml


Demo/Examples/Compdfkit_Tools/Encryption/FileGridListControl.xaml.cs → Demo/Examples/Compdfkit_Tools/Security/Encryption/FileGridListControl.xaml.cs


Demo/Examples/Compdfkit_Tools/Encryption/SecurityOperationTypeDialog.xaml → Demo/Examples/Compdfkit_Tools/Security/Encryption/SecurityOperationTypeDialog.xaml


Demo/Examples/Compdfkit_Tools/Encryption/SecurityOperationTypeDialog.xaml.cs → Demo/Examples/Compdfkit_Tools/Security/Encryption/SecurityOperationTypeDialog.xaml.cs


Demo/Examples/Compdfkit_Tools/Encryption/SetEncryptionControl.xaml → Demo/Examples/Compdfkit_Tools/Security/Encryption/SetEncryptionControl.xaml


Demo/Examples/Compdfkit_Tools/Encryption/SetEncryptionControl.xaml.cs → Demo/Examples/Compdfkit_Tools/Security/Encryption/SetEncryptionControl.xaml.cs