diff options
Diffstat (limited to 'csharp/test/Ice/exceptions/msbuild')
-rw-r--r-- | csharp/test/Ice/exceptions/msbuild/server/server.csproj | 3 | ||||
-rw-r--r-- | csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/csharp/test/Ice/exceptions/msbuild/server/server.csproj b/csharp/test/Ice/exceptions/msbuild/server/server.csproj index b895e9990d4..3078314ea2c 100644 --- a/csharp/test/Ice/exceptions/msbuild/server/server.csproj +++ b/csharp/test/Ice/exceptions/msbuild/server/server.csproj @@ -34,6 +34,9 @@ <Folder Include="Properties\" /> </ItemGroup> <ItemGroup> + <Compile Include="..\..\..\..\TestCommon\TestApp.cs"> + <Link>TestApp.cs</Link> + </Compile> <Compile Include="..\..\EmptyI.cs"> <Link>EmptyI.cs</Link> </Compile> diff --git a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj index ab8448afac5..a8b8e2b560f 100644 --- a/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj +++ b/csharp/test/Ice/exceptions/msbuild/serveramd/serveramd.csproj @@ -34,6 +34,9 @@ <Folder Include="Properties\" /> </ItemGroup> <ItemGroup> + <Compile Include="..\..\..\..\TestCommon\TestApp.cs"> + <Link>TestApp.cs</Link> + </Compile> <Compile Include="..\..\EmptyI.cs"> <Link>EmptyI.cs</Link> </Compile> |