middleware/src/Trakers.csproj
changeset 13 50de8e8f44d7
parent 11 a1bf0d21022e
equal deleted inserted replaced
12:a446351f08c0 13:50de8e8f44d7
   128       <SubType>Code</SubType>
   128       <SubType>Code</SubType>
   129     </Compile>
   129     </Compile>
   130     <Compile Include="Tracking\Events\RightHandTrackedListener.cs">
   130     <Compile Include="Tracking\Events\RightHandTrackedListener.cs">
   131       <SubType>Code</SubType>
   131       <SubType>Code</SubType>
   132     </Compile>
   132     </Compile>
       
   133     <Compile Include="Tracking\ModeManagement.cs" />
       
   134     <Compile Include="Tracking\Search\Comparator.cs" />
       
   135     <Compile Include="Tracking\Search\Constructor.cs" />
       
   136     <Compile Include="Tracking\Search\Curve.cs" />
       
   137     <Compile Include="Tracking\Search\Dictionnary.cs" />
       
   138     <Compile Include="Tracking\Search\Segment.cs" />
       
   139     <Compile Include="Tracking\Search\Segmenter.cs" />
       
   140     <Compile Include="Tracking\Search\Structure.cs" />
   133     <EmbeddedResource Include="Properties\Resources.resx">
   141     <EmbeddedResource Include="Properties\Resources.resx">
   134       <Generator>ResXFileCodeGenerator</Generator>
   142       <Generator>ResXFileCodeGenerator</Generator>
   135       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   143       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
   136       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
   144       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
   137     </EmbeddedResource>
   145     </EmbeddedResource>
   138     <None Include="App.config" />
   146     <None Include="App.config">
       
   147       <SubType>Designer</SubType>
       
   148     </None>
   139     <None Include="Properties\Settings.settings">
   149     <None Include="Properties\Settings.settings">
   140       <Generator>SettingsSingleFileGenerator</Generator>
   150       <Generator>SettingsSingleFileGenerator</Generator>
   141       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   151       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
   142     </None>
   152     </None>
   143     <AppDesigner Include="Properties\" />
   153     <AppDesigner Include="Properties\" />
   150     <Page Include="Debug\DebugWindow.xaml">
   160     <Page Include="Debug\DebugWindow.xaml">
   151       <Generator>MSBuild:Compile</Generator>
   161       <Generator>MSBuild:Compile</Generator>
   152       <SubType>Designer</SubType>
   162       <SubType>Designer</SubType>
   153     </Page>
   163     </Page>
   154   </ItemGroup>
   164   </ItemGroup>
       
   165   <ItemGroup />
   155   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   166   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   156   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   167   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
   157        Other similar extension points exist, see Microsoft.Common.targets.
   168        Other similar extension points exist, see Microsoft.Common.targets.
   158   <Target Name="BeforeBuild">
   169   <Target Name="BeforeBuild">
   159   </Target>
   170   </Target>