|
@@ -75,8 +75,13 @@
|
|
|
<ItemGroup>
|
|
|
<Compile Include="IMath.cs" />
|
|
|
<Compile Include="Measure.cs" />
|
|
|
+ <Compile Include="Helpers\NewFunMethod.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="ThreadStatus.cs" />
|
|
|
+ <Compile Include="UserControls\Control_XRayTable.cs">
|
|
|
+ <SubType>UserControl</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="UserControls\Control_XRayTable.designer.cs" />
|
|
|
<Compile Include="XmlRpcClient.cs" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
@@ -109,6 +114,10 @@
|
|
|
<None Include="App.config" />
|
|
|
<None Include="packages.config" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup />
|
|
|
+ <ItemGroup>
|
|
|
+ <EmbeddedResource Include="UserControls\Control_XRayTable.resx" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
<PropertyGroup>
|