diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-08 13:11:43 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-08 13:11:43 +0200 |
| commit | 4cf9cd72047bbb5a1c83255721870d29bbdb03f7 (patch) | |
| tree | 62f9088a8342270eb585015a75cd171a04c390bb /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj | |
| parent | 0907f58b81e29d9c0f415e2c7660ad60787f281b (diff) | |
| download | Tango-4cf9cd72047bbb5a1c83255721870d29bbdb03f7.tar.gz Tango-4cf9cd72047bbb5a1c83255721870d29bbdb03f7.zip | |
Added new tech tables..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj index b02c24608..d0ddd7267 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Tango.MachineStudio.Common.csproj @@ -92,6 +92,11 @@ <Compile Include="Messages\IStudioMessage.cs" /> <Compile Include="Notifications\TaskItem.cs" /> <Compile Include="ValidationRules\Required.cs" /> + <Compile Include="ViewModelLocator.cs" /> + <Compile Include="ViewModels\MachineTechViewVM.cs" /> + <Compile Include="MachineTech\MachineTechView.xaml.cs"> + <DependentUpon>MachineTechView.xaml</DependentUpon> + </Compile> <Page Include="Controls\HiveColorPickerControl.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -126,6 +131,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="MachineTech\MachineTechView.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs"> @@ -174,6 +183,10 @@ <Project>{38197109-8610-4d3f-92b9-16d48df94d7c}</Project> <Name>Tango.DAL.Remote</Name> </ProjectReference> + <ProjectReference Include="..\..\Tango.Editors\Tango.Editors.csproj"> + <Project>{de2f2b86-025b-4f26-83a4-38bd48224ed5}</Project> + <Name>Tango.Editors</Name> + </ProjectReference> <ProjectReference Include="..\..\Tango.Integration\Tango.Integration.csproj"> <Project>{4206ac58-3b57-4699-8835-90bf6db01a61}</Project> <Name>Tango.Integration</Name> |
