diff options
| author | a1xd <[email protected]> | 2021-09-06 23:24:51 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:33:13 -0400 |
| commit | a8d48325d5e6fe0466502b865c82317b6f7410a2 (patch) | |
| tree | a1d42734cda76cdf2a0b0c8134ef25f4729e99b3 /grapher/grapher.csproj | |
| parent | increase lut points capacity to 257 (diff) | |
| download | rawaccel-a8d48325d5e6fe0466502b865c82317b6f7410a2.tar.xz rawaccel-a8d48325d5e6fe0466502b865c82317b6f7410a2.zip | |
get grapher building
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 7b0ab02..9a9412b 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -78,6 +78,12 @@ <DependentUpon>AboutBox.cs</DependentUpon> </Compile> <Compile Include="Constants\Constants.cs" /> + <Compile Include="DeviceMenuForm.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="DeviceMenuForm.Designer.cs"> + <DependentUpon>DeviceMenuForm.cs</DependentUpon> + </Compile> <Compile Include="Layouts\LUTLayout.cs" /> <Compile Include="Layouts\MotivityLayout.cs" /> <Compile Include="Layouts\JumpLayout.cs" /> @@ -148,6 +154,9 @@ <DependentUpon>AboutBox.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="DeviceMenuForm.resx"> + <DependentUpon>DeviceMenuForm.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> |