aboutsummaryrefslogtreecommitdiff
path: root/RehauSku.Assist.csproj
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-17 09:07:34 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-17 09:07:34 +0300
commitaaaa6b45859e74c791f35e18c220118a54a345ad (patch)
treeaf9f3e183f03eb77285de4d932633a7e6c89ad79 /RehauSku.Assist.csproj
parent2511d1b4440d7c450eb50e1eafdc2ac11b42a5e0 (diff)
Create simple base form for settings window
Diffstat (limited to 'RehauSku.Assist.csproj')
-rw-r--r--RehauSku.Assist.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj
index 6f12a34..1497201 100644
--- a/RehauSku.Assist.csproj
+++ b/RehauSku.Assist.csproj
@@ -71,6 +71,7 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.OracleClient" />
+ <Reference Include="System.Drawing" />
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
@@ -99,6 +100,7 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Source\AddIn\RegistryUtil.cs" />
<Compile Include="Source\Assistant\MemoryCacheExtensions.cs" />
<Compile Include="Source\Assistant\ParseUtil.cs" />
<Compile Include="Source\Assistant\RequestModifier.cs" />
@@ -112,6 +114,12 @@
<Compile Include="Source\AddIn\Functions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Source\Assistant\SkuAssist.cs" />
+ <Compile Include="Source\Settings\SettingsForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Source\Settings\SettingsForm.Designer.cs">
+ <DependentUpon>SettingsForm.cs</DependentUpon>
+ </Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />