aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2023-02-26 14:09:42 +0200
committerRoy <Roy.mail.net@gmail.com>2023-02-26 14:09:42 +0200
commitc256fc124a867707c787074c9076227341766794 (patch)
treeb3105881412a06219a6f0e0d9af7dd0e662bf4e8 /Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
parent795f3ab6ea36551281ec6442aa16b9547af96adc (diff)
downloadTango-c256fc124a867707c787074c9076227341766794.tar.gz
Tango-c256fc124a867707c787074c9076227341766794.zip
eureka_ppc
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj18
1 files changed, 17 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
index 464de7da9..9b7970280 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Tango.PPC.UI.csproj
@@ -127,6 +127,7 @@
</Compile>
<Compile Include="Authentication\DefaultAuthenticationProvider.cs" />
<Compile Include="Bit\DefaultBitManager.cs" />
+ <Compile Include="Build\DefaultBuildProvider.cs" />
<Compile Include="Connectivity\DefaultConnectivityProvider.cs" />
<Compile Include="Connectivity\WiFiAuthenticationView.xaml.cs">
<DependentUpon>WiFiAuthenticationView.xaml</DependentUpon>
@@ -222,12 +223,16 @@
<Compile Include="ViewsContracts\ILayoutView.cs" />
<Compile Include="ViewsContracts\IMachineSetupView.cs" />
<Compile Include="ViewsContracts\IMachineUpdateView.cs" />
+ <Compile Include="ViewsContracts\IMainView.cs" />
<Compile Include="Views\ExternalBridgeView.xaml.cs">
<DependentUpon>ExternalBridgeView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\InternalModuleView.xaml.cs">
<DependentUpon>InternalModuleView.xaml</DependentUpon>
</Compile>
+ <Compile Include="Views\LayoutEurekaView.xaml.cs">
+ <DependentUpon>LayoutEurekaView.xaml</DependentUpon>
+ </Compile>
<Compile Include="Views\LayoutView.xaml.cs">
<DependentUpon>LayoutView.xaml</DependentUpon>
</Compile>
@@ -237,6 +242,9 @@
<Compile Include="Views\LoadingErrorView.xaml.cs">
<DependentUpon>LoadingErrorView.xaml</DependentUpon>
</Compile>
+ <Compile Include="Views\MainEurekaView.xaml.cs">
+ <DependentUpon>MainEurekaView.xaml</DependentUpon>
+ </Compile>
<Compile Include="Views\PowerOffView.xaml.cs">
<DependentUpon>PowerOffView.xaml</DependentUpon>
</Compile>
@@ -368,6 +376,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Views\LayoutEurekaView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="Views\LayoutView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -380,6 +392,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Views\MainEurekaView.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="Views\PowerOffView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -836,7 +852,7 @@ if $(ConfigurationName) == Debug "rc.exe" "$(TargetPath)" --set-version-string "
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
- <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" />
+ <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
</VisualStudio>
</ProjectExtensions>
</Project> \ No newline at end of file