Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenneth.skovhede@gmail.com <kenneth.skovhede@gmail.com@59da171f-624f-0410-aa54-27559c288bec>2011-11-18 22:03:18 +0400
committerkenneth.skovhede@gmail.com <kenneth.skovhede@gmail.com@59da171f-624f-0410-aa54-27559c288bec>2011-11-18 22:03:18 +0400
commitb108e96e8e5708e47e4b078d9f2f2858582ee46c (patch)
tree2bcae7b9ea294ab02bd47ec51fcfe1d35a408f67 /Duplicati/Library/Modules
parent63580c169bcbba42a160f1ab8393dff67ef480ca (diff)
Temporary checkin for the 2.0 stuff
git-svn-id: https://duplicati.googlecode.com/svn/branches/v2.0@1005 59da171f-624f-0410-aa54-27559c288bec
Diffstat (limited to 'Duplicati/Library/Modules')
-rw-r--r--Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj31
1 files changed, 23 insertions, 8 deletions
diff --git a/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj b/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj
index 669a080e8..bf5894df2 100644
--- a/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj
+++ b/Duplicati/Library/Modules/Builtin/Duplicati.Library.Modules.Builtin.csproj
@@ -59,12 +59,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="ConsolePassphraseInput.cs" />
+ <Compile Include="ConsolePasswordInput.cs" />
+ <Compile Include="HttpOptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Strings\ConsolePassphraseInput.Designer.cs">
+ <Compile Include="Strings\ConsolePasswordInput.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
- <DependentUpon>ConsolePassphraseInput.resx</DependentUpon>
+ <DependentUpon>ConsolePasswordInput.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Strings\HttpOptions.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>HttpOptions.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
@@ -72,15 +78,24 @@
<Project>{C5899F45-B0FF-483C-9D38-24A9FCAAB237}</Project>
<Name>Duplicati.Library.Interface</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Utility\Duplicati.Library.Utility.csproj">
+ <Project>{DE3E5D4C-51AB-4E5E-BEE8-E636CEBFBA65}</Project>
+ <Name>Duplicati.Library.Utility</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="Strings\ConsolePassphraseInput.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>ConsolePassphraseInput.Designer.cs</LastGenOutput>
- </EmbeddedResource>
+ <None Include="Duplicati.snk" />
</ItemGroup>
+ <ItemGroup />
<ItemGroup>
- <None Include="Duplicati.snk" />
+ <EmbeddedResource Include="Strings\ConsolePasswordInput.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>ConsolePasswordInput.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Strings\HttpOptions.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>HttpOptions.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.