diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-15 10:32:57 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-15 10:32:57 +0200 |
| commit | 63cb3aa2350a10e6db68e4dc181b2ee7e500061a (patch) | |
| tree | 6a146937e398b711d9ef2c59952862cd65751ca6 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj | |
| parent | 7f079bd9382facb5e2ef06df89053215c6dec271 (diff) | |
| parent | e4c917c43e90a4453c6cd5b1842a418dc0f1b514 (diff) | |
| download | Tango-63cb3aa2350a10e6db68e4dc181b2ee7e500061a.tar.gz Tango-63cb3aa2350a10e6db68e4dc181b2ee7e500061a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj index 1c13be809..8936a66db 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Tango.MachineStudio.DataCapture.csproj @@ -81,6 +81,9 @@ <Link>GlobalVersionInfo.cs</Link> </Compile> <Compile Include="DataCaptureModule.cs" /> + <Compile Include="Views\PlayingBarView.xaml.cs"> + <DependentUpon>PlayingBarView.xaml</DependentUpon> + </Compile> <Compile Include="Views\RecordingBarView.xaml.cs"> <DependentUpon>RecordingBarView.xaml</DependentUpon> </Compile> @@ -88,6 +91,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Views\PlayingBarView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Views\RecordingBarView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> |
