mirror of
https://github.com/weyne85/DCS-Detent-Calculator.git
synced 2025-10-29 16:57:00 +00:00
Add project files.
This commit is contained in:
25
DCS-Detent-Calculation-Spreadsheet.sln
Normal file
25
DCS-Detent-Calculation-Spreadsheet.sln
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30907.101
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DCS-Detent-Calculation-Spreadsheet", "DCS-Detent-Calculation-Spreadsheet\DCS-Detent-Calculation-Spreadsheet.csproj", "{D37B2840-7FEF-49A7-91BA-57214AC520AB}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D37B2840-7FEF-49A7-91BA-57214AC520AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D37B2840-7FEF-49A7-91BA-57214AC520AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D37B2840-7FEF-49A7-91BA-57214AC520AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D37B2840-7FEF-49A7-91BA-57214AC520AB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {CF730799-4DC5-4143-839B-E38CD9724317}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
6
DCS-Detent-Calculation-Spreadsheet/App.config
Normal file
6
DCS-Detent-Calculation-Spreadsheet/App.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
9
DCS-Detent-Calculation-Spreadsheet/App.xaml
Normal file
9
DCS-Detent-Calculation-Spreadsheet/App.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Application x:Class="DCS_Detent_Calculation_Spreadsheet.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:DCS_Detent_Calculation_Spreadsheet"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
17
DCS-Detent-Calculation-Spreadsheet/App.xaml.cs
Normal file
17
DCS-Detent-Calculation-Spreadsheet/App.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
|
||||
namespace DCS_Detent_Calculation_Spreadsheet
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,265 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Costura.Fody.5.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.5.1.0\build\Costura.Fody.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{D37B2840-7FEF-49A7-91BA-57214AC520AB}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>DCS_Detent_Calculation_Spreadsheet</RootNamespace>
|
||||
<AssemblyName>DCS-Detent-Calculation-Spreadsheet</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>InkLogoExcel1k.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Costura, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Costura.Fody.5.1.0\lib\netstandard1.0\Costura.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="OxyPlot, Version=2.0.0.0, Culture=neutral, PublicKeyToken=638079a8f0bd61e9, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\OxyPlot.Core.2.0.0\lib\net45\OxyPlot.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OxyPlot.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=75e952ba404cdbb0, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\OxyPlot.Wpf.2.0.0\lib\net45\OxyPlot.Wpf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="ReachFramework" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.ComponentModel.Composition" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.Compression.FileSystem" />
|
||||
<Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Printing" />
|
||||
<Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xaml">
|
||||
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="Xceed.Wpf.Toolkit">
|
||||
<HintPath>..\..\DCS-CMS-Editor\packages\Extended.Wpf.Toolkit.4.0.1\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="InkLogoExcel1k.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Resources\InkLogoExcel1k.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\Fody.6.4.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.4.0\build\Fody.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Fody.6.4.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.4.0\build\Fody.targets'))" />
|
||||
<Error Condition="!Exists('..\packages\Costura.Fody.5.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.1.0\build\Costura.Fody.props'))" />
|
||||
</Target>
|
||||
</Project>
|
||||
3
DCS-Detent-Calculation-Spreadsheet/FodyWeavers.xml
Normal file
3
DCS-Detent-Calculation-Spreadsheet/FodyWeavers.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||
<Costura />
|
||||
</Weavers>
|
||||
141
DCS-Detent-Calculation-Spreadsheet/FodyWeavers.xsd
Normal file
141
DCS-Detent-Calculation-Spreadsheet/FodyWeavers.xsd
Normal file
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
|
||||
<xs:element name="Weavers">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="Costura" minOccurs="0" maxOccurs="1">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExcludeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="IncludeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="ExcludeRuntimeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="IncludeRuntimeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Unmanaged32Assemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of unmanaged 32 bit assembly names to include, delimited with line breaks.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="Unmanaged64Assemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of unmanaged 64 bit assembly names to include, delimited with line breaks.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PreloadOrder" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The order of preloaded assemblies, delimited with line breaks.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
<xs:attribute name="CreateTemporaryAssemblies" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="IncludeDebugSymbols" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Controls if .pdbs for reference assemblies are also embedded.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="IncludeRuntimeReferences" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Controls if runtime assemblies are also embedded.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="UseRuntimeReferencePaths" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Controls whether the runtime assemblies are embedded with their full path or only with their assembly name.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="DisableCompression" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="DisableCleanup" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="LoadAtModuleInit" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="IgnoreSatelliteAssemblies" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="ExcludeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with |</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="IncludeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="ExcludeRuntimeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with |</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="IncludeRuntimeAssemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="Unmanaged32Assemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of unmanaged 32 bit assembly names to include, delimited with |.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="Unmanaged64Assemblies" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A list of unmanaged 64 bit assembly names to include, delimited with |.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="PreloadOrder" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The order of preloaded assemblies, delimited with |.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:all>
|
||||
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="GenerateXsd" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
BIN
DCS-Detent-Calculation-Spreadsheet/InkLogoExcel1k.ico
Normal file
BIN
DCS-Detent-Calculation-Spreadsheet/InkLogoExcel1k.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
241
DCS-Detent-Calculation-Spreadsheet/MainWindow.xaml
Normal file
241
DCS-Detent-Calculation-Spreadsheet/MainWindow.xaml
Normal file
@@ -0,0 +1,241 @@
|
||||
<Window
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:oxy="http://oxyplot.org/wpf"
|
||||
xmlns:local="clr-namespace:DCS_Detent_Calculation_Spreadsheet"
|
||||
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" x:Class="DCS_Detent_Calculation_Spreadsheet.MainWindow"
|
||||
mc:Ignorable="d"
|
||||
Title="DCS-Detent Calculator Spreadsheet by JD of CI" Height="380" Width="480" BorderBrush="Black" BorderThickness="2" Background="#FF32557A" WindowStyle="None" ResizeMode="NoResize">
|
||||
<Window.Resources>
|
||||
<Style TargetType="{x:Type TextBox}">
|
||||
</Style>
|
||||
<Style TargetType="{x:Type Button}">
|
||||
</Style>
|
||||
<Style TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="FontSize" Value="20"/>
|
||||
<Setter Property="FontWeight" Value="Bold"/>
|
||||
<Setter Property="Foreground" Value="White"/>
|
||||
</Style>
|
||||
<Style x:Key="notCalledBorder" TargetType="{x:Type Border}">
|
||||
<Setter Property="BorderThickness" Value="1" />
|
||||
<Setter Property="BorderBrush" Value="#FFA5C7EC" />
|
||||
<Setter Property="Margin" Value="3"/>
|
||||
</Style>
|
||||
</Window.Resources>
|
||||
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<!--Margin-->
|
||||
<ColumnDefinition Width="0" />
|
||||
<!--Margin-->
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<!--Margin-->
|
||||
<ColumnDefinition Width="0" />
|
||||
<!--Margin-->
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<!--Margin-->
|
||||
<RowDefinition Height="20"/>
|
||||
<!--Margin-->
|
||||
<RowDefinition Height="30*"/>
|
||||
<RowDefinition Height="52*"/>
|
||||
<RowDefinition Height="52*"/>
|
||||
<RowDefinition Height="53*"/>
|
||||
<RowDefinition Height="30*"/>
|
||||
<RowDefinition Height="35*"/>
|
||||
<RowDefinition Height="52*"/>
|
||||
<!--Margin-->
|
||||
<RowDefinition Height="5"/>
|
||||
<!--Margin-->
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Background="#FF1E4166"
|
||||
PreviewMouseLeftButtonDown="titleBar_leftButtonDown">
|
||||
|
||||
<Image Source="/Resources/InkLogoExcel1k.png" Margin="2,1,1,1" />
|
||||
|
||||
<TextBlock Grid.Row="0" Grid.Column="0" Text="DCS-Detent Calculator Software v1 by JC of DI and Bailey"
|
||||
Foreground="White" FontSize="14" VerticalAlignment="Stretch"
|
||||
FontWeight="Bold" FontStyle="Italic" Grid.ColumnSpan="4" >
|
||||
</TextBlock>
|
||||
|
||||
|
||||
|
||||
</StackPanel>
|
||||
|
||||
<Button x:Name="button_close" Grid.Column="2" Grid.Row="0" HorizontalAlignment="Right"
|
||||
Margin="5,0" Click="button_close_click">
|
||||
<Button.Template>
|
||||
<ControlTemplate>
|
||||
<Rectangle Fill="Red" Width="10" Height="10">
|
||||
</Rectangle>
|
||||
</ControlTemplate>
|
||||
</Button.Template>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<!--<Viewbox Grid.Column="1" Grid.Row="1" Margin="5"
|
||||
Stretch="Uniform" HorizontalAlignment="Left" VerticalAlignment="Stretch">-->
|
||||
<TextBlock x:Name="textBlock_selectAircraft" Width="AUTO" Grid.Column="1" Grid.Row="1" Margin="5"
|
||||
IsEnabled="False" HorizontalAlignment="Left" VerticalAlignment="Bottom"
|
||||
Text="Select Aircraft:" FontWeight="Bold"/>
|
||||
<!--</Viewbox>-->
|
||||
|
||||
<!--<Viewbox Grid.Column="2" Grid.Row="1" Margin="5"
|
||||
Stretch="Uniform" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">-->
|
||||
<TextBlock x:Name="textBlock_axisTunePreview" Width="AUTO"
|
||||
Grid.Column="2" Grid.Row="1" Margin="5"
|
||||
IsEnabled="False" HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||
Text="Axis Tune Preview" FontWeight="Bold"/>
|
||||
<!--</Viewbox>-->
|
||||
|
||||
<ListBox HorizontalContentAlignment="Stretch" Grid.Column="1" Grid.Row="2" Width="200" Height="200"
|
||||
Grid.RowSpan="4" x:Name="listBox1" SelectionChanged="listBox1_SelectionChanged"
|
||||
FontSize="20" FontWeight="Bold" VerticalAlignment="Top" Margin="5">
|
||||
</ListBox>
|
||||
|
||||
|
||||
<Canvas Height="200" Width="200" x:Name="canvas" Margin="5"
|
||||
Grid.Column="2" Grid.Row="2" Background="White"
|
||||
RenderTransformOrigin="0.5,0.5">
|
||||
<Canvas.RenderTransform>
|
||||
<TransformGroup>
|
||||
<ScaleTransform ScaleY="-1" ScaleX="1"/>
|
||||
<SkewTransform AngleY="0" AngleX="0"/>
|
||||
<RotateTransform Angle="0"/>
|
||||
<TranslateTransform/>
|
||||
</TransformGroup>
|
||||
</Canvas.RenderTransform>
|
||||
</Canvas>
|
||||
|
||||
<!--The good plot-->
|
||||
|
||||
<!--<oxy:Plot x:Name="oxy_axisTunePreview" Grid.Row="2" Grid.Column="2" Grid.RowSpan="5" HorizontalContentAlignment="Center"
|
||||
VerticalContentAlignment="Center" UseLayoutRounding="False"
|
||||
DisconnectCanvasWhileUpdating="True" IsManipulationEnabled="False"
|
||||
IsMouseWheelEnabled="False" RenderTransformOrigin="0,0" Subtitle=""
|
||||
SubtitleFontWeight="Bold" LegendOrientation="Horizontal" BorderThickness="0" Focusable="False" FontWeight="Bold" IsTabStop="False" MinHeight="100" MinWidth="100" >
|
||||
<oxy:Plot.Series >
|
||||
<oxy:LineSeries ItemsSource="{Binding Points}" StrokeThickness="3" />
|
||||
</oxy:Plot.Series>-->
|
||||
|
||||
<!--End of the good Plot-->
|
||||
|
||||
<!--<Viewbox Grid.Column="2" Grid.Row="6" Margin="5"
|
||||
Stretch="Uniform" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">-->
|
||||
<TextBlock x:Name="textBlock_calculationText" Width="AUTO"
|
||||
Grid.Column="2" Grid.Row="6" Margin="5" FontSize="15"
|
||||
IsEnabled="False" VerticalAlignment="Center" HorizontalAlignment="Center"
|
||||
Text="Results" FontWeight="Bold"/>
|
||||
<!--</Viewbox>-->
|
||||
|
||||
<Grid Grid.Column="1" Grid.Row="6">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Column="0" Grid.Row="0" Margin="0"
|
||||
HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
||||
<TextBlock x:Name="textBlock_detentLocation" Width="AUTO"
|
||||
Margin="5"
|
||||
IsEnabled="False" VerticalAlignment="Center" HorizontalAlignment="Left"
|
||||
Text="Detent Location:" FontWeight="Bold"/>
|
||||
|
||||
|
||||
<xctk:IntegerUpDown x:Name="IntegerUpDown_detentLocation" Height="30"
|
||||
FontSize="20" Minimum="1" Maximum="99" Width="50"
|
||||
IsEnabled="True"
|
||||
FontWeight="Bold" Background="Orange" DataContextChanged="IntegerUpDown_detentLocation_changed" ValueChanged="IntegerUpDown_detentLocation_valueChanged" />
|
||||
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
<!--Results Grid-->
|
||||
|
||||
<Grid Grid.Column="1" Grid.Row="7" Grid.ColumnSpan="2" Margin="0">
|
||||
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="2*"/>
|
||||
<RowDefinition Height="1*"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<!--<Border Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="11" BorderBrush="Green" BorderThickness="1"/>-->
|
||||
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="0" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result00" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="1" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result01" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="2" Grid.Row="0" >
|
||||
<TextBlock x:Name="textBlock_Result02" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="3" Grid.Row="0" >
|
||||
<TextBlock x:Name="textBlock_Result03" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="4" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result04" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="5" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result05" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="6" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result06" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="7" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result07" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="8" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result08" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="9" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result09" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
<Border Style="{StaticResource notCalledBorder}" Grid.Column="10" Grid.Row="0">
|
||||
<TextBlock x:Name="textBlock_Result10" Width="AUTO" Height="AUTO"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="#FF9DD6E8"/>
|
||||
</Border>
|
||||
|
||||
<TextBlock Text=" *Please read the Readme before using this calculator."
|
||||
Grid.Column="0" Grid.Row="2" Grid.ColumnSpan="11" FontSize="13" />
|
||||
<!--<Image Source="/Resources/InkLogoExcel1k.png" Grid.Column="0" Grid.Row="0" Width="25" Height="25"/>-->
|
||||
</Grid>
|
||||
|
||||
|
||||
</Grid>
|
||||
</Window>
|
||||
253
DCS-Detent-Calculation-Spreadsheet/MainWindow.xaml.cs
Normal file
253
DCS-Detent-Calculation-Spreadsheet/MainWindow.xaml.cs
Normal file
@@ -0,0 +1,253 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
/*
|
||||
Welcome to DCS-Detent Calculator Software!
|
||||
This program will allow you to hit that perfect sweetspot
|
||||
for your Mil and Afterburner settings every time, all the time.
|
||||
This software has been designed for every DCS aircraft and every
|
||||
kind of throttle system or axis.
|
||||
|
||||
JC of DI made the original DCS-Detent Calculator Spreadsheet.
|
||||
Bailey created the digital representation.
|
||||
*/
|
||||
|
||||
namespace DCS_Detent_Calculation_Spreadsheet
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for MainWindow.xaml
|
||||
/// </summary>
|
||||
///
|
||||
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
//https://stackoverflow.com/questions/9526626/add-an-array-to-a-dictionary-in-c-sharp
|
||||
//Init the dictionary that will contain the aircraft name and their two properties
|
||||
Dictionary<string, double[]> dictionary_aircraftAndProperties = new Dictionary<string, double[]>();
|
||||
|
||||
//percent increase of the scale when multiplied by 100
|
||||
//this is used to size the drawing
|
||||
double plotScale = 2;
|
||||
|
||||
Point[] points;//Init the points array
|
||||
public MainWindow()
|
||||
{
|
||||
//===========================================//
|
||||
//==!!!!!==Add the new aircraft here==!!!!!==//
|
||||
//===========================================//
|
||||
|
||||
//do it like this...
|
||||
//dictionary_aircraftAndProperties.Add("AircraftName", new double[] { 'afterburnerLocation' , 'milLocation' });
|
||||
dictionary_aircraftAndProperties.Add("AJS37 Viggen", new double[] { 18.0, 19.0 });
|
||||
dictionary_aircraftAndProperties.Add("F-16C", new double[] { 20.0, 21.0 });
|
||||
dictionary_aircraftAndProperties.Add("F-18C", new double[] { 23.0, 24.0 });
|
||||
dictionary_aircraftAndProperties.Add("MiG-29", new double[] { 38.0, 39.0 });
|
||||
dictionary_aircraftAndProperties.Add("Su27/Su33", new double[] { 24.0, 25.0 });
|
||||
dictionary_aircraftAndProperties.Add("F-14", new double[] { 19.0, 20.0 });
|
||||
dictionary_aircraftAndProperties.Add("F-5E", new double[] { 18.0, 19.0 });
|
||||
dictionary_aircraftAndProperties.Add("JF-17", new double[] { 8.0, 9.0 });
|
||||
dictionary_aircraftAndProperties.Add("M-2000C", new double[] { 11.0, 12.0 });
|
||||
dictionary_aircraftAndProperties.Add("Mig-21", new double[] { 8.0, 9.0 });
|
||||
dictionary_aircraftAndProperties.Add("F-15C", new double[] { 19.0, 20.0 });
|
||||
//dictionary_aircraftAndProperties.Add("Magic Carpet", new double[] { 40.0, 41.0 });//entry test success
|
||||
//new aircraft section is finished. Program should be done now. Thanks for updating!
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
//add each dictionary item to the list box. this will result in a list of the aircraft in the list box
|
||||
foreach (KeyValuePair<string, double[]> entry in dictionary_aircraftAndProperties)
|
||||
{
|
||||
listBox1.Items.Add(entry.Key.ToString());
|
||||
}
|
||||
|
||||
textBlock_calculationText.Text = "Welcome";//Init the text to something friendly
|
||||
|
||||
//IntegerUpDown_detentLocation.Value = 20;//This will init the detent field
|
||||
//i suggest not doing this because it may prevent the user from "knowing what to do next"
|
||||
|
||||
////=====Sorts the list of aircraft=====//
|
||||
listBox1.Items.SortDescriptions.Add(
|
||||
new System.ComponentModel.SortDescription("",
|
||||
System.ComponentModel.ListSortDirection.Ascending));
|
||||
|
||||
listBox1.SelectedIndex = 0;//selects the first item in the list. This prevents some null errors
|
||||
isAircraftListBoxLoaded = true;//this makes sure that the calculations are not done too early
|
||||
}
|
||||
|
||||
//==primary draw formula==//
|
||||
private void DrawLine(Point[] points)
|
||||
{
|
||||
int i;
|
||||
int count = points.Length;
|
||||
for (i = 0; i < count - 1; i++)
|
||||
{
|
||||
Line myline = new Line();
|
||||
myline.Stroke = Brushes.Blue;
|
||||
myline.X1 = points[i].X;
|
||||
myline.Y1 = points[i].Y;
|
||||
myline.X2 = points[i + 1].X;
|
||||
myline.Y2 = points[i + 1].Y;
|
||||
canvas.Children.Add(myline);
|
||||
}
|
||||
}
|
||||
|
||||
//==spare draw formula==//
|
||||
private void DrawLine2(Point[] points)
|
||||
{
|
||||
Polyline line = new Polyline();
|
||||
PointCollection collection = new PointCollection();
|
||||
foreach (Point p in points)
|
||||
{
|
||||
collection.Add(p);
|
||||
}
|
||||
line.Points = collection;
|
||||
line.Stroke = new SolidColorBrush(Colors.Black);
|
||||
line.StrokeThickness = 1;
|
||||
canvas.Children.Add(line);
|
||||
}
|
||||
|
||||
private void listBox1_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
action_aircraftChanged();
|
||||
}
|
||||
|
||||
private void action_aircraftChanged()
|
||||
{
|
||||
//check to see if there is a number in the detent box
|
||||
if (IntegerUpDown_detentLocation.Value > 0 && IntegerUpDown_detentLocation.Value < 100)
|
||||
{
|
||||
//if there is a number, then run calculations to get the updated graph
|
||||
//these variables are populated by the stuff in the dictionary, which is
|
||||
//selected by what the user selected in the list box
|
||||
afterburnerLocation = dictionary_aircraftAndProperties[listBox1.SelectedItem.ToString()][0];
|
||||
milLocation = dictionary_aircraftAndProperties[listBox1.SelectedItem.ToString()][1];
|
||||
|
||||
//grab the number that is in the box
|
||||
detentLocation = Convert.ToInt32(IntegerUpDown_detentLocation.Value);
|
||||
Console.WriteLine("=====NEW CALCULATION for: " + listBox1.SelectedItem + "=====");
|
||||
Console.WriteLine("Afterburner Location: " + afterburnerLocation);
|
||||
Console.WriteLine("Mil Location: " + milLocation);
|
||||
Console.WriteLine("Detent Location: " + detentLocation);
|
||||
calculateInputs();
|
||||
PrintResultsText();
|
||||
}
|
||||
}
|
||||
|
||||
//https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/switch
|
||||
double afterburnerLocation;
|
||||
double milLocation;
|
||||
double detentLocation;
|
||||
double adSlope;
|
||||
double adInt;
|
||||
|
||||
int[] calculationArray = new int[] { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 };//just for using shorthand later
|
||||
//https://stackoverflow.com/questions/9569673/accessing-a-dictionary-with-an-array-of-key-values
|
||||
double[] resultsLineArray = new double[11];//should contain 11 results from the calculations
|
||||
|
||||
private void calculateInputs()
|
||||
{
|
||||
//==these are based on given stuff==//
|
||||
adSlope = ((100 - milLocation) / (100 - detentLocation));
|
||||
adInt = (-((adSlope - 1) * 100));
|
||||
//debug math visual
|
||||
Console.WriteLine("adSlope is: " + "(100 - " + milLocation + ") /" + "(100 - " + detentLocation + ") = " + adSlope);
|
||||
Console.WriteLine("adInt is: " +"-(" + adSlope + "-1) * 100 = " + adInt);
|
||||
|
||||
//=====the calculation for the result is here==//
|
||||
//https://www.google.com/search?q=c%23+clear+array&oq=C%23+clear+ara&aqs=chrome.1.69i57j0i10i22i30j69i58.3439j0j1&sourceid=chrome&ie=UTF-8
|
||||
//re-init the array
|
||||
Array.Clear(resultsLineArray, 0, 11);
|
||||
resultsLineArray = new double[11];
|
||||
|
||||
//this math came from the excel spreadsheet
|
||||
for (int i = 0; i < calculationArray.Length; i++)
|
||||
{
|
||||
if (calculationArray[i] < detentLocation)
|
||||
{
|
||||
resultsLineArray[i] = Convert.ToInt32(calculationArray[i] * (milLocation / detentLocation));
|
||||
}
|
||||
else
|
||||
{
|
||||
resultsLineArray[i] = Convert.ToInt32((calculationArray[i] * adSlope) + adInt);
|
||||
}
|
||||
}
|
||||
|
||||
//populate the text on the screen
|
||||
textBlock_Result00.Text = resultsLineArray[0].ToString();
|
||||
textBlock_Result01.Text = resultsLineArray[1].ToString();
|
||||
textBlock_Result02.Text = resultsLineArray[2].ToString();
|
||||
textBlock_Result03.Text = resultsLineArray[3].ToString();
|
||||
textBlock_Result04.Text = resultsLineArray[4].ToString();
|
||||
textBlock_Result05.Text = resultsLineArray[5].ToString();
|
||||
textBlock_Result06.Text = resultsLineArray[6].ToString();
|
||||
textBlock_Result07.Text = resultsLineArray[7].ToString();
|
||||
textBlock_Result08.Text = resultsLineArray[8].ToString();
|
||||
textBlock_Result09.Text = resultsLineArray[9].ToString();
|
||||
textBlock_Result10.Text = resultsLineArray[10].ToString();
|
||||
|
||||
//results debug
|
||||
Console.WriteLine("Results: " + resultsLineArray[0] + "|" + resultsLineArray[1] + "|" + resultsLineArray[2] + "|" + resultsLineArray[3] + "|" +
|
||||
resultsLineArray[4] + "|" + resultsLineArray[5] + "|" + resultsLineArray[6] + "|" + resultsLineArray[7] + "|" + resultsLineArray[8] + "|" +
|
||||
resultsLineArray[9] + "|" + resultsLineArray[10]);
|
||||
}
|
||||
|
||||
private void PrintResultsText()
|
||||
{
|
||||
canvas.Children.Clear();//clear the canvas from the old data
|
||||
//if you dont clear the canvas, the old stuff will stay. trippy
|
||||
|
||||
//get the points ready then draw them.
|
||||
points = new Point[11]
|
||||
{
|
||||
new Point(plotScale*calculationArray[0], plotScale*resultsLineArray[0]),
|
||||
new Point(plotScale*calculationArray[1], plotScale*resultsLineArray[1]),
|
||||
new Point(plotScale*calculationArray[2], plotScale*resultsLineArray[2]),
|
||||
new Point(plotScale*calculationArray[3], plotScale*resultsLineArray[3]),
|
||||
new Point(plotScale*calculationArray[4], plotScale*resultsLineArray[4]),
|
||||
new Point(plotScale*calculationArray[5], plotScale*resultsLineArray[5]),
|
||||
new Point(plotScale*calculationArray[6], plotScale*resultsLineArray[6]),
|
||||
new Point(plotScale*calculationArray[7], plotScale*resultsLineArray[7]),
|
||||
new Point(plotScale*calculationArray[8], plotScale*resultsLineArray[8]),
|
||||
new Point(plotScale*calculationArray[9], plotScale*resultsLineArray[9]),
|
||||
new Point(plotScale*calculationArray[10], plotScale*resultsLineArray[10]),
|
||||
};
|
||||
DrawLine(points);
|
||||
|
||||
//update the result text as a visual
|
||||
textBlock_calculationText.Text = listBox1.SelectedItem.ToString() + " with " +
|
||||
IntegerUpDown_detentLocation.Value.ToString() + " Detent";
|
||||
}
|
||||
|
||||
private void IntegerUpDown_detentLocation_changed(object sender, DependencyPropertyChangedEventArgs e)
|
||||
{
|
||||
action_aircraftChanged();
|
||||
}
|
||||
|
||||
bool isAircraftListBoxLoaded;
|
||||
|
||||
private void IntegerUpDown_detentLocation_valueChanged(object sender, RoutedPropertyChangedEventArgs<object> e)
|
||||
{
|
||||
//make sure something is selected
|
||||
if (isAircraftListBoxLoaded) action_aircraftChanged();
|
||||
}
|
||||
|
||||
private void button_close_click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Close();//closes the probram when you click the close "button"
|
||||
}
|
||||
|
||||
private void titleBar_leftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
|
||||
{
|
||||
//this moves the window when the titlebar is clicked and held down
|
||||
//I made the custom title bar
|
||||
if (e.ChangedButton == MouseButton.Left)
|
||||
DragMove();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("DCS-Detent-Calculation-Spreadsheet")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DCS-Detent-Calculation-Spreadsheet")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2021")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
//In order to begin building localizable applications, set
|
||||
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
||||
//inside a <PropertyGroup>. For example, if you are using US english
|
||||
//in your source files, set the <UICulture> to en-US. Then uncomment
|
||||
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
||||
//the line below to match the UICulture setting in the project file.
|
||||
|
||||
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
||||
|
||||
|
||||
[assembly: ThemeInfo(
|
||||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
||||
//(used if a resource is not found in the page,
|
||||
// or application resource dictionaries)
|
||||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
||||
//(used if a resource is not found in the page,
|
||||
// app, or any theme specific resource dictionaries)
|
||||
)]
|
||||
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
70
DCS-Detent-Calculation-Spreadsheet/Properties/Resources.Designer.cs
generated
Normal file
70
DCS-Detent-Calculation-Spreadsheet/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,70 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace DCS_Detent_Calculation_Spreadsheet.Properties
|
||||
{
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources
|
||||
{
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if ((resourceMan == null))
|
||||
{
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DCS_Detent_Calculation_Spreadsheet.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
117
DCS-Detent-Calculation-Spreadsheet/Properties/Resources.resx
Normal file
117
DCS-Detent-Calculation-Spreadsheet/Properties/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
29
DCS-Detent-Calculation-Spreadsheet/Properties/Settings.Designer.cs
generated
Normal file
29
DCS-Detent-Calculation-Spreadsheet/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
namespace DCS_Detent_Calculation_Spreadsheet.Properties
|
||||
{
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||
{
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
BIN
DCS-Detent-Calculation-Spreadsheet/Resources/InkLogoExcel1k.png
Normal file
BIN
DCS-Detent-Calculation-Spreadsheet/Resources/InkLogoExcel1k.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
53
DCS-Detent-Calculation-Spreadsheet/packages.config
Normal file
53
DCS-Detent-Calculation-Spreadsheet/packages.config
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Costura.Fody" version="5.1.0" targetFramework="net472" developmentDependency="true" />
|
||||
<package id="Fody" version="6.4.0" targetFramework="net472" developmentDependency="true" />
|
||||
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net472" />
|
||||
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net472" />
|
||||
<package id="NETStandard.Library" version="1.6.1" targetFramework="net472" />
|
||||
<package id="OxyPlot.Core" version="2.0.0" targetFramework="net472" />
|
||||
<package id="OxyPlot.Wpf" version="2.0.0" targetFramework="net472" />
|
||||
<package id="System.AppContext" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Collections" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Console" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Diagnostics.DiagnosticSource" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Diagnostics.Tools" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Diagnostics.Tracing" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Globalization" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Globalization.Calendars" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.IO" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.IO.Compression" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.IO.Compression.ZipFile" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.IO.FileSystem" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.IO.FileSystem.Primitives" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Linq" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Linq.Expressions" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Net.Http" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Net.Primitives" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Net.Sockets" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.ObjectModel" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Reflection" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Reflection.Extensions" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Reflection.Primitives" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Resources.ResourceManager" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime.Handles" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime.InteropServices" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Runtime.Numerics" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Text.Encoding" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Text.Encoding.Extensions" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Text.RegularExpressions" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Threading" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Threading.Tasks" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Xml.ReaderWriter" version="4.3.0" targetFramework="net472" />
|
||||
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net472" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user