--- a/middleware/src/Trakers.csproj Mon Mar 26 16:23:14 2012 +0200
+++ b/middleware/src/Trakers.csproj Thu Mar 29 14:39:21 2012 +0200
@@ -130,12 +130,22 @@
<Compile Include="Tracking\Events\RightHandTrackedListener.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Tracking\ModeManagement.cs" />
+ <Compile Include="Tracking\Search\Comparator.cs" />
+ <Compile Include="Tracking\Search\Constructor.cs" />
+ <Compile Include="Tracking\Search\Curve.cs" />
+ <Compile Include="Tracking\Search\Dictionnary.cs" />
+ <Compile Include="Tracking\Search\Segment.cs" />
+ <Compile Include="Tracking\Search\Segmenter.cs" />
+ <Compile Include="Tracking\Search\Structure.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
- <None Include="App.config" />
+ <None Include="App.config">
+ <SubType>Designer</SubType>
+ </None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -152,6 +162,7 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
+ <ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.