Subversion Repositories group.electronics

Rev

Rev 181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 182
Line 58... Line 58...
58
    <Reference Include="MCP2221DLL-M-dotNet4">
58
    <Reference Include="MCP2221DLL-M-dotNet4">
59
      <HintPath>.\MCP2221DLL-M-dotNet4.dll</HintPath>
59
      <HintPath>.\MCP2221DLL-M-dotNet4.dll</HintPath>
60
    </Reference>
60
    </Reference>
61
    <Reference Include="System" />
61
    <Reference Include="System" />
62
    <Reference Include="System.Core" />
62
    <Reference Include="System.Core" />
-
 
63
    <Reference Include="System.Drawing" />
63
    <Reference Include="System.Xml.Linq" />
64
    <Reference Include="System.Xml.Linq" />
64
    <Reference Include="System.Data.DataSetExtensions" />
65
    <Reference Include="System.Data.DataSetExtensions" />
65
    <Reference Include="Microsoft.CSharp" />
66
    <Reference Include="Microsoft.CSharp" />
66
    <Reference Include="System.Data" />
67
    <Reference Include="System.Data" />
67
    <Reference Include="System.Xml" />
68
    <Reference Include="System.Xml" />
Line 83... Line 84...
83
    <Compile Include="NitAapPanel.cs" />
84
    <Compile Include="NitAapPanel.cs" />
84
    <Compile Include="NitAhfsPanel.cs" />
85
    <Compile Include="NitAhfsPanel.cs" />
85
    <Compile Include="NitAuxPanel.cs" />
86
    <Compile Include="NitAuxPanel.cs" />
86
    <Compile Include="NitMultiPanel.cs" />
87
    <Compile Include="NitMultiPanel.cs" />
87
    <Compile Include="NitvJoy.cs" />
88
    <Compile Include="NitvJoy.cs" />
-
 
89
    <Compile Include="Oled.cs" />
88
    <Compile Include="Program.cs" />
90
    <Compile Include="Program.cs" />
89
    <Compile Include="Properties\AssemblyInfo.cs" />
91
    <Compile Include="Properties\AssemblyInfo.cs" />
-
 
92
    <Compile Include="Properties\Resources.Designer.cs">
-
 
93
      <AutoGen>True</AutoGen>
-
 
94
      <DesignTime>True</DesignTime>
-
 
95
      <DependentUpon>Resources.resx</DependentUpon>
-
 
96
    </Compile>
90
    <Compile Include="SendOSInput.cs" />
97
    <Compile Include="SendOSInput.cs" />
91
    <Compile Include="Utils.cs" />
98
    <Compile Include="Utils.cs" />
92
  </ItemGroup>
99
  </ItemGroup>
93
  <ItemGroup>
100
  <ItemGroup>
94
    <None Include="App.config" />
101
    <None Include="App.config" />
Line 96... Line 103...
96
  </ItemGroup>
103
  </ItemGroup>
97
  <ItemGroup>
104
  <ItemGroup>
98
    <WCFMetadata Include="Service References\" />
105
    <WCFMetadata Include="Service References\" />
99
  </ItemGroup>
106
  </ItemGroup>
100
  <ItemGroup>
107
  <ItemGroup>
-
 
108
    <None Include="Resources\flap_needle.bmp" />
-
 
109
    <None Include="Resources\flap_bg.bmp" />
-
 
110
    <None Include="Resources\flap-needle.bmp" />
101
    <Content Include="vJoyInterface.dll">
111
    <Content Include="vJoyInterface.dll">
102
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103
    </Content>
113
    </Content>
104
    <Content Include="vJoyInterfaceWrap.dll" />
114
    <Content Include="vJoyInterfaceWrap.dll" />
105
  </ItemGroup>
115
  </ItemGroup>
-
 
116
  <ItemGroup>
-
 
117
    <EmbeddedResource Include="Properties\Resources.resx">
-
 
118
      <Generator>ResXFileCodeGenerator</Generator>
-
 
119
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
-
 
120
    </EmbeddedResource>
-
 
121
  </ItemGroup>
106
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
123
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
108
       Other similar extension points exist, see Microsoft.Common.targets.
124
       Other similar extension points exist, see Microsoft.Common.targets.
109
  <Target Name="BeforeBuild">
125
  <Target Name="BeforeBuild">
110
  </Target>
126
  </Target>