Changeset 1993
- Timestamp:
- 4/28/2010 11:07:09 PM (3 years ago)
- Location:
- trunk/eraser
- Files:
-
- 3 edited
-
Eraser.BlackBox/Eraser.BlackBox.csproj (modified) (1 diff)
-
Eraser.sln (modified) (1 diff)
-
Installer/DirectoryStructure.wxs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.BlackBox/Eraser.BlackBox.csproj
r1981 r1993 42 42 <SpecificVersion>False</SpecificVersion> 43 43 <HintPath>..\Dependencies\ICSharpCode.SharpZipLib.dll</HintPath> 44 <Private> False</Private>44 <Private>True</Private> 45 45 </Reference> 46 46 <Reference Include="Microsoft.VisualBasic" /> -
trunk/eraser/Eraser.sln
r1973 r1993 32 32 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238} = {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238} 33 33 {21752123-7BD7-4B44-B512-14A963C55FD8} = {21752123-7BD7-4B44-B512-14A963C55FD8} 34 {F8C3524E-B846-454B-BA41-5E2AA64BD56B} = {F8C3524E-B846-454B-BA41-5E2AA64BD56B} 34 35 {C1AC3255-0939-499D-A69D-725E3DD4F574} = {C1AC3255-0939-499D-A69D-725E3DD4F574} 35 36 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA} = {738F455B-2220-4F8F-B87F-DA93F0B0F1BA} -
trunk/eraser/Installer/DirectoryStructure.wxs
r1979 r1993 59 59 <File Id="BevelLine" Name="BevelLine.dll" Source="..\bin\Release\BevelLine.dll" 60 60 ProcessorArchitecture="msil" /> 61 <File Id="CommonLibrary" Name="CommonLibrary.dll" Source="..\bin\Release\CommonLibrary.dll" 62 ProcessorArchitecture="msil" /> 61 63 <File Id="DragDropLib" Name="DragDropLib.dll" Source="..\bin\Release\DragDropLib.dll" 62 64 ProcessorArchitecture="msil" /> 63 65 <File Id="SharpZipLib" Name="ICSharpCode.SharpZipLib.dll" 64 Source="..\bin\Release\ICSharpCode.SharpZipLib.dll" ProcessorArchitecture="msil" /> 65 <File Id="CommonLibrary" Name="CommonLibrary.dll" Source="..\bin\Release\CommonLibrary.dll" 66 ProcessorArchitecture="msil" /> 66 Source="..\bin\Release\Plugins\ICSharpCode.SharpZipLib.dll" ProcessorArchitecture="msil" /> 67 67 68 <File Id="EraserManager" Name="Eraser.Manager.dll" 68 69 Source="..\bin\Release\Eraser.Manager.dll" ProcessorArchitecture="msil" />
Note: See TracChangeset
for help on using the changeset viewer.
