Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ProcessWatchImpl/Scone/Scone.csproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by netseed, Mon Dec 14 14:56:59 2009 UTC revision 44 by netseed, Tue Dec 15 16:20:54 2009 UTC
# Line 79  Line 79 
79      <Reference Include="System.Core">      <Reference Include="System.Core">
80        <RequiredTargetFramework>3.5</RequiredTargetFramework>        <RequiredTargetFramework>3.5</RequiredTargetFramework>
81      </Reference>      </Reference>
82        <Reference Include="System.Data" />
83      <Reference Include="System.Windows.Interactivity" />      <Reference Include="System.Windows.Interactivity" />
84        <Reference Include="System.Xml" />
85        <Reference Include="UIAutomationProvider">
86          <RequiredTargetFramework>3.0</RequiredTargetFramework>
87        </Reference>
88      <Reference Include="WindowsBase">      <Reference Include="WindowsBase">
89        <RequiredTargetFramework>3.0</RequiredTargetFramework>        <RequiredTargetFramework>3.0</RequiredTargetFramework>
90      </Reference>      </Reference>
# Line 99  Line 104 
104        <Generator>MSBuild:Compile</Generator>        <Generator>MSBuild:Compile</Generator>
105        <SubType>Designer</SubType>        <SubType>Designer</SubType>
106      </Page>      </Page>
107        <Page Include="Test.xaml">
108          <Generator>MSBuild:Compile</Generator>
109          <SubType>Designer</SubType>
110        </Page>
111      <Page Include="Themes\Generic.xaml">      <Page Include="Themes\Generic.xaml">
112        <Generator>MSBuild:Compile</Generator>        <Generator>MSBuild:Compile</Generator>
113        <SubType>Designer</SubType>        <SubType>Designer</SubType>
# Line 110  Line 119 
119    </ItemGroup>    </ItemGroup>
120    <ItemGroup>    <ItemGroup>
121      <Compile Include="ControlEnable.cs" />      <Compile Include="ControlEnable.cs" />
122        <Compile Include="EventSurrogater.cs" />
123      <Compile Include="FormatBox.cs" />      <Compile Include="FormatBox.cs" />
124      <Compile Include="MainWindow.xaml.cs">      <Compile Include="MainWindow.xaml.cs">
125        <DependentUpon>MainWindow.xaml</DependentUpon>        <DependentUpon>MainWindow.xaml</DependentUpon>
126      </Compile>      </Compile>
127        <Compile Include="MonoFieldRoutedEventArgs.cs" />
128      <Compile Include="Properties\AssemblyInfo.cs">      <Compile Include="Properties\AssemblyInfo.cs">
129        <SubType>Code</SubType>        <SubType>Code</SubType>
130      </Compile>      </Compile>
# Line 128  Line 139 
139        <DependentUpon>Settings.settings</DependentUpon>        <DependentUpon>Settings.settings</DependentUpon>
140      </Compile>      </Compile>
141      <Compile Include="SmileIdValidationRule.cs" />      <Compile Include="SmileIdValidationRule.cs" />
142        <Compile Include="Test.xaml.cs">
143          <DependentUpon>Test.xaml</DependentUpon>
144        </Compile>
145      <Compile Include="TextBoxChecker.cs" />      <Compile Include="TextBoxChecker.cs" />
146      <Compile Include="TwitterUserIdBox.cs" />      <Compile Include="TwitterUserIdBox.cs" />
147      <Compile Include="SmileUserIdBox.cs" />      <Compile Include="SmileUserIdBox.cs" />

Legend:
Removed from v.43  
changed lines
  Added in v.44

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26