|
@@ -36,6 +36,9 @@
|
|
|
<Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
|
<Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
|
|
<HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
|
|
+ <Reference Include="GSG.NET.WPF">
|
|
|
|
|
+ <HintPath>C:\Users\user\Desktop\새 폴더 (3)\OHV\Assambly\GSG.NET.WPF.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
|
|
<HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
@@ -87,6 +90,9 @@
|
|
|
<Compile Include="PopUp\BatteryConfigView.xaml.cs">
|
|
<Compile Include="PopUp\BatteryConfigView.xaml.cs">
|
|
|
<DependentUpon>BatteryConfigView.xaml</DependentUpon>
|
|
<DependentUpon>BatteryConfigView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="PopUp\BatteryConfigViewModel.cs">
|
|
|
|
|
+ <DependentUpon>BatteryConfigView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="PopUp\CalcuratorView.xaml.cs">
|
|
<Compile Include="PopUp\CalcuratorView.xaml.cs">
|
|
|
<DependentUpon>CalcuratorView.xaml</DependentUpon>
|
|
<DependentUpon>CalcuratorView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -123,6 +129,10 @@
|
|
|
<Compile Include="PopUp\ServoConfigViewModel.cs">
|
|
<Compile Include="PopUp\ServoConfigViewModel.cs">
|
|
|
<DependentUpon>ServoConfigView.xaml</DependentUpon>
|
|
<DependentUpon>ServoConfigView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="PopUp\SteeringConfigView.xaml.cs">
|
|
|
|
|
+ <DependentUpon>SteeringConfigView.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="PopUp\SteeringConfigViewModel.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
@@ -166,15 +176,15 @@
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="PopUp\SteeringConfigView.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<None Include="packages.config" />
|
|
<None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\GSG\GSG\GSG.NET.WPF\GSG.NET.WPF.csproj">
|
|
|
|
|
- <Project>{6b91fca2-0a26-41d5-8959-a6f27645dacd}</Project>
|
|
|
|
|
- <Name>GSG.NET.WPF</Name>
|
|
|
|
|
- </ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
|
|
<ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
|
|
|
<Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
|
|
<Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
|
|
|
<Name>OHV.Common</Name>
|
|
<Name>OHV.Common</Name>
|