diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-19 19:09:12 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-19 19:09:12 +0200 |
| commit | 160ec4042539e69a7494bcde5c893c6dffcbf1b6 (patch) | |
| tree | cce685e0b88ef922d5adec5af39e4bfb59e158fb /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj | |
| parent | 240fc978fb3327ff7e5bc0c7a06e1b8cc8de4aca (diff) | |
| download | Tango-160ec4042539e69a7494bcde5c893c6dffcbf1b6.tar.gz Tango-160ec4042539e69a7494bcde5c893c6dffcbf1b6.zip | |
Working on developer module..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj index 3253fc551..91a9602be 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj @@ -124,8 +124,8 @@ <Compile Include="ViewModelLocator.cs" /> <Compile Include="ViewModels\IOVM.cs" /> <Compile Include="ViewModels\MainViewVM.cs" /> - <Compile Include="Views\DeveloperView.xaml.cs"> - <DependentUpon>DeveloperView.xaml</DependentUpon> + <Compile Include="Views\MainView.xaml.cs"> + <DependentUpon>MainView.xaml</DependentUpon> </Compile> <Compile Include="Views\IMainView.cs" /> <Compile Include="Views\JobView.xaml.cs"> @@ -148,7 +148,7 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> - <Page Include="Views\DeveloperView.xaml"> + <Page Include="Views\MainView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> |
