62 lines
2.1 KiB
XML
62 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>14.0.25123</ProductVersion>
|
|
<ProjectGuid>{97A800BC-0000-0000-0000-000000000000}</ProjectGuid>
|
|
<ApplicationIcon />
|
|
<AssemblyKeyContainerName />
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<TargetFramework>net40</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder />
|
|
<StartupObject />
|
|
<StartArguments />
|
|
<FileUpgradeFlags />
|
|
<DocumentationFile />
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>False</NoStdLib>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
<ConfigurationOverrideFile />
|
|
<PreBuildEvent />
|
|
<PostBuildEvent />
|
|
<PreBuildEvent />
|
|
<PostBuildEvent />
|
|
<PreBuildEvent />
|
|
<PostBuildEvent />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent />
|
|
<PostBuildEvent />
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
<ItemGroup>
|
|
<Reference Include="System.Windows.Forms">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
|
<ProjectReference Include="..\..\..\LibreMetaverseTypes\LibreMetaverseTypes.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="frmGroupInfo.resx">
|
|
<DependentUpon>frmGroupInfo.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Compile Update="frmGroupInfo.Designer.cs">
|
|
<DependentUpon>frmGroupInfo.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Update="frmGroupManager.resx">
|
|
<DependentUpon>frmGroupManager.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Compile Update="frmGroupManager.Designer.cs">
|
|
<DependentUpon>frmGroupManager.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |