Changeset 949
- Timestamp:
- 05/01/09 04:19:27 (4 years ago)
- Location:
- branches/eraser6
- Files:
-
- 1 added
- 5 edited
-
CustomDictionary.xml (added)
-
DefaultPlugins/DefaultPlugins.csproj (modified) (2 diffs)
-
Eraser.sln (modified) (1 diff)
-
Eraser/Eraser.csproj (modified) (1 diff)
-
Manager/Manager.csproj (modified) (1 diff)
-
Util/Util.csproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/DefaultPlugins.csproj
r897 r949 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 21022</ProductVersion>5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{21752123-7BD7-4B44-B512-14A963C55FD8}</ProjectGuid> … … 121 121 </EmbeddedResource> 122 122 </ItemGroup> 123 <ItemGroup> 124 <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> 125 <Link>CustomDictionary.xml</Link> 126 </CodeAnalysisDictionary> 127 </ItemGroup> 123 128 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 124 129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/eraser6/Eraser.sln
r760 r949 4 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA1FBC2-DA5C-4204-B152-B5929516DC48}" 5 5 ProjectSection(SolutionItems) = preProject 6 CustomDictionary.xml = CustomDictionary.xml 6 7 Strong Name.snk = Strong Name.snk 7 8 Version.cs = Version.cs -
branches/eraser6/Eraser/Eraser.csproj
r896 r949 264 264 <ItemGroup> 265 265 <None Include="Resources\AboutDialog.png" /> 266 <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> 267 <Link>CustomDictionary.xml</Link> 268 </CodeAnalysisDictionary> 266 269 <Content Include="Resources\BackgroundGradient.bmp" /> 267 270 <None Include="Resources\ToolbarArrow.png" /> -
branches/eraser6/Manager/Manager.csproj
r932 r949 84 84 </EmbeddedResource> 85 85 </ItemGroup> 86 <ItemGroup> 87 <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> 88 <Link>CustomDictionary.xml</Link> 89 </CodeAnalysisDictionary> 90 </ItemGroup> 86 91 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 87 92 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/eraser6/Util/Util.csproj
r850 r949 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 21022</ProductVersion>5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</ProjectGuid> … … 63 63 <Compile Include="WintrustAPI.cs" /> 64 64 </ItemGroup> 65 <ItemGroup> 66 <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> 67 <Link>CustomDictionary.xml</Link> 68 </CodeAnalysisDictionary> 69 </ItemGroup> 65 70 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 66 71 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.
