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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/FPF/WindowsBase/WindowsBase.csproj')
-rw-r--r--src/Editor/FPF/WindowsBase/WindowsBase.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Editor/FPF/WindowsBase/WindowsBase.csproj b/src/Editor/FPF/WindowsBase/WindowsBase.csproj
new file mode 100644
index 0000000..dcd2c2d
--- /dev/null
+++ b/src/Editor/FPF/WindowsBase/WindowsBase.csproj
@@ -0,0 +1,14 @@
+<Project Sdk="Xamarin.Mac.Sdk">
+ <PropertyGroup>
+ <NoWarn>1699,67,618</NoWarn>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+ <PublicSign>false</PublicSign>
+ <TargetFramework>$(TargetFramework)</TargetFramework>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Xaml" />
+ </ItemGroup>
+</Project> \ No newline at end of file