You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.1 KiB
46 lines
2.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="SR.Designer.cs">
|
|
<DependentUpon>SR.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="SR.resx">
|
|
<LastGenOutput>SR.Designer.cs</LastGenOutput>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Connected\Connected\Connected.csproj" />
|
|
<ProjectReference Include="..\Connected.Caching\Connected.Caching.csproj" />
|
|
<ProjectReference Include="..\Connected.Collections\Connected.Collections.csproj" />
|
|
<ProjectReference Include="..\Connected.Data\Connected.Data.csproj" />
|
|
<ProjectReference Include="..\Connected.Entities\Connected.Entities.csproj" />
|
|
<ProjectReference Include="..\Connected.Globalization\Connected.Globalization.csproj" />
|
|
<ProjectReference Include="..\Connected.Hosting\Connected.Hosting.csproj" />
|
|
<ProjectReference Include="..\Connected.Interop\Connected.Interop.csproj" />
|
|
<ProjectReference Include="..\Connected.Notifications\Connected.Notifications.csproj" />
|
|
<ProjectReference Include="..\Connected.Rest\Connected.Rest.csproj" />
|
|
<ProjectReference Include="..\Connected.Security\Connected.Security.csproj" />
|
|
<ProjectReference Include="..\Connected.Services\Connected.Services.csproj" />
|
|
<ProjectReference Include="..\Connected.Configuration\Connected.Configuration.csproj" />
|
|
<ProjectReference Include="..\Connected.Net\Connected.Net.csproj" />
|
|
<ProjectReference Include="..\Connected.Runtime\Connected.Runtime.csproj" />
|
|
<ProjectReference Include="..\Connected.Threading\Connected.Threading.csproj" />
|
|
<ProjectReference Include="..\Connected.Validation\Connected.Validation.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|