Sfoglia il codice sorgente

Update tools *.csproj

Daniele Bartolini 11 anni fa
parent
commit
2e61540f30

+ 1 - 3
tools/gui/console/console.csproj

@@ -3,8 +3,6 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
-    <ProductVersion>10.0.0</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}</ProjectGuid>
     <OutputType>WinExe</OutputType>
     <RootNamespace>console</RootNamespace>
@@ -52,7 +50,7 @@
     </Reference>
     <Reference Include="Mono.Posix" />
     <Reference Include="Newtonsoft.Json">
-      <HintPath>..\..\..\..\..\Desktop\Net35\Newtonsoft.Json.dll</HintPath>
+      <HintPath>..\..\..\third\jsonnet\Newtonsoft.Json.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>

+ 1 - 2
tools/gui/crown-tests/crown-tests.csproj

@@ -12,8 +12,6 @@
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <TargetFrameworkProfile />
-    <ProductVersion>12.0.0</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>x86</PlatformTarget>
@@ -37,6 +35,7 @@
   <ItemGroup>
     <Reference Include="Newtonsoft.Json">
       <HintPath>..\..\third\Newtonsoft.Json.dll</HintPath>
+      <Package>monodevelop</Package>
     </Reference>
     <Reference Include="System" />
     <Reference Include="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">

+ 0 - 2
tools/gui/crown-toolbox/toolbox.csproj

@@ -3,8 +3,6 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
-    <ProductVersion>10.0.0</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{7FF1E014-7560-481E-B919-080C42F4C6EC}</ProjectGuid>
     <OutputType>WinExe</OutputType>
     <RootNamespace>crowntoolbox</RootNamespace>

+ 96 - 80
tools/gui/toolbox.sln

@@ -1,80 +1,96 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "toolbox", "crown-toolbox\toolbox.csproj", "{7FF1E014-7560-481E-B919-080C42F4C6EC}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console", "console\console.csproj", "{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "crown-tests", "crown-tests\crown-tests.csproj", "{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Debug|Mixed Platforms = Debug|Mixed Platforms
-		Debug|x86 = Debug|x86
-		Release|Any CPU = Release|Any CPU
-		Release|Mixed Platforms = Release|Mixed Platforms
-		Release|x86 = Release|x86
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Any CPU.ActiveCfg = Debug|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Mixed Platforms.Build.0 = Debug|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|x86.ActiveCfg = Debug|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|x86.Build.0 = Debug|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Any CPU.ActiveCfg = Release|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Mixed Platforms.ActiveCfg = Release|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Mixed Platforms.Build.0 = Release|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|x86.ActiveCfg = Release|x86
-		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|x86.Build.0 = Release|x86
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|x86.ActiveCfg = Debug|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Any CPU.Build.0 = Release|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
-		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|x86.ActiveCfg = Release|Any CPU
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Any CPU.ActiveCfg = Debug|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Mixed Platforms.Build.0 = Debug|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|x86.ActiveCfg = Debug|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|x86.Build.0 = Debug|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Any CPU.ActiveCfg = Release|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Mixed Platforms.ActiveCfg = Release|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Mixed Platforms.Build.0 = Release|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|x86.ActiveCfg = Release|x86
-		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|x86.Build.0 = Release|x86
-	EndGlobalSection
-	GlobalSection(MonoDevelopProperties) = preSolution
-		StartupItem = crown-tests\crown-tests.csproj
-		Policies = $0
-		$0.TextStylePolicy = $1
-		$1.inheritsSet = null
-		$1.scope = text/x-csharp
-		$0.CSharpFormattingPolicy = $2
-		$2.BeforeMethodDeclarationParentheses = False
-		$2.BeforeMethodCallParentheses = False
-		$2.BeforeConstructorDeclarationParentheses = False
-		$2.BeforeIndexerDeclarationBracket = False
-		$2.BeforeDelegateDeclarationParentheses = False
-		$2.AfterDelegateDeclarationParameterComma = True
-		$2.NewParentheses = False
-		$2.SpacesBeforeBrackets = False
-		$2.inheritsSet = Mono
-		$2.inheritsScope = text/x-csharp
-		$2.scope = text/x-csharp
-		$0.TextStylePolicy = $3
-		$3.FileWidth = 120
-		$3.TabWidth = 2
-		$3.IndentWidth = 2
-		$3.inheritsSet = Mono
-		$3.inheritsScope = text/plain
-		$3.scope = text/plain
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "toolbox", "crown-toolbox\toolbox.csproj", "{7FF1E014-7560-481E-B919-080C42F4C6EC}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console", "console\console.csproj", "{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "crown-tests", "crown-tests\crown-tests.csproj", "{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "world-editor", "world-editor\world-editor.csproj", "{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Debug|Mixed Platforms = Debug|Mixed Platforms
+		Debug|x86 = Debug|x86
+		Release|Any CPU = Release|Any CPU
+		Release|Mixed Platforms = Release|Mixed Platforms
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|Mixed Platforms.Build.0 = Debug|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|x86.ActiveCfg = Debug|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Debug|x86.Build.0 = Debug|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Any CPU.ActiveCfg = Release|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|Mixed Platforms.Build.0 = Release|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|x86.ActiveCfg = Release|x86
+		{1307AAA0-BFB8-494C-83CB-A4171C2E87F1}.Release|x86.Build.0 = Release|x86
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Any CPU.Build.0 = Release|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+		{4E5F6C4E-8C96-4903-B6AE-5C9ADCFC2C20}.Release|x86.ActiveCfg = Release|Any CPU
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|Mixed Platforms.Build.0 = Debug|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|x86.ActiveCfg = Debug|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Debug|x86.Build.0 = Debug|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Any CPU.ActiveCfg = Release|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|Mixed Platforms.Build.0 = Release|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|x86.ActiveCfg = Release|x86
+		{7FF1E014-7560-481E-B919-080C42F4C6EC}.Release|x86.Build.0 = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|Any CPU.ActiveCfg = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|Any CPU.Build.0 = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|Mixed Platforms.Build.0 = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|x86.ActiveCfg = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Debug|x86.Build.0 = Debug|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|Any CPU.ActiveCfg = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|Any CPU.Build.0 = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|Mixed Platforms.ActiveCfg = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|Mixed Platforms.Build.0 = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|x86.ActiveCfg = Release|x86
+		{8B9CA77F-30BD-433E-BB35-6E8618BE9EEB}.Release|x86.Build.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(MonoDevelopProperties) = preSolution
+		StartupItem = console\console.csproj
+		Policies = $0
+		$0.TextStylePolicy = $1
+		$1.inheritsSet = null
+		$1.scope = text/x-csharp
+		$0.CSharpFormattingPolicy = $2
+		$2.BeforeMethodDeclarationParentheses = False
+		$2.BeforeMethodCallParentheses = False
+		$2.BeforeConstructorDeclarationParentheses = False
+		$2.BeforeIndexerDeclarationBracket = False
+		$2.BeforeDelegateDeclarationParentheses = False
+		$2.AfterDelegateDeclarationParameterComma = True
+		$2.NewParentheses = False
+		$2.SpacesBeforeBrackets = False
+		$2.inheritsSet = Mono
+		$2.inheritsScope = text/x-csharp
+		$2.scope = text/x-csharp
+		$0.TextStylePolicy = $3
+		$3.FileWidth = 120
+		$3.TabsToSpaces = False
+		$3.inheritsSet = VisualStudio
+		$3.inheritsScope = text/plain
+		$3.scope = text/plain
+		$0.DotNetNamingPolicy = $4
+		$4.DirectoryNamespaceAssociation = None
+		$4.ResourceNamePolicy = FileFormatDefault
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal