~dangarner/xibo/client-170alpha

« back to all changes in this revision

Viewing changes to client/dotNET/XiboClient.csproj

  • Committer: Dan Garner
  • Date: 2014-08-27 14:37:13 UTC
  • Revision ID: dan@xibo.org.uk-20140827143713-4q39zg0fq8ur3kl6
[dotnetclient] Change to custom settings implementation (based on exe name).
[dotnetclient] 1st pass at SCR methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    </Compile>
122
122
    <Compile Include="KeyStore.cs" />
123
123
    <Compile Include="RegionOptions.cs" />
 
124
    <Compile Include="ApplicationSettings.cs" />
124
125
    <Compile Include="TemporaryFile.cs" />
125
126
    <Compile Include="VideoDS.cs">
126
127
      <SubType>Form</SubType>
180
181
      <DependentUpon>Resources.resx</DependentUpon>
181
182
      <DesignTime>True</DesignTime>
182
183
    </Compile>
183
 
    <None Include="app.config" />
184
184
    <BaseApplicationManifest Include="Properties\app.manifest" />
185
185
    <None Include="Properties\Settings.settings">
186
186
      <Generator>SettingsSingleFileGenerator</Generator>
205
205
    </Compile>
206
206
    <Compile Include="Schedule.cs" />
207
207
    <Compile Include="ScheduleManager.cs" />
208
 
    <Compile Include="Settings.cs" />
209
208
    <Compile Include="ShellCommand.cs">
210
209
      <SubType>Form</SubType>
211
210
    </Compile>
305
304
    </EmbeddedResource>
306
305
  </ItemGroup>
307
306
  <ItemGroup>
 
307
    <Content Include="default.config.xml">
 
308
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
309
    </Content>
308
310
    <Content Include="new-icon.ico" />
309
311
  </ItemGroup>
310
312
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />