diff options
author | Ted Ross <tross@apache.org> | 2010-06-29 20:55:25 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-06-29 20:55:25 +0000 |
commit | cbee26ca5151278e7edb1be371a2c8ae10cbda53 (patch) | |
tree | 54e96c730c81d534317f5020652bcc4cdce58fe6 /cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj | |
parent | b4b9babccb7acc3ba3a90c9e94fc47b2adc658b1 (diff) | |
download | qpid-python-cbee26ca5151278e7edb1be371a2c8ae10cbda53.tar.gz |
QPID-2706 Patch from Chuck Rolke
Removed space from directory name in the VB examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj')
-rw-r--r-- | cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj index a7e747a5a9..ae1c01232e 100644 --- a/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj +++ b/cpp/bindings/qpid/dotnet/examples/visualbasic.example.client/visualbasic.example.client.vbproj @@ -82,24 +82,24 @@ </ItemGroup>
<ItemGroup>
<Compile Include="visualbasic.example.client.vb" />
- <Compile Include="My Project\AssemblyInfo.vb" />
- <Compile Include="My Project\Application.Designer.vb">
+ <Compile Include="MyProject\AssemblyInfo.vb" />
+ <Compile Include="MyProject\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
- <Compile Include="My Project\Resources.Designer.vb">
+ <Compile Include="MyProject\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
- <Compile Include="My Project\Settings.Designer.vb">
+ <Compile Include="MyProject\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="My Project\Resources.resx">
+ <EmbeddedResource Include="MyProject\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
@@ -107,11 +107,11 @@ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <None Include="My Project\Application.myapp">
+ <None Include="MyProject\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
- <None Include="My Project\Settings.settings">
+ <None Include="MyProject\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|