|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6 | 6 | <ProductVersion>9.0.30729</ProductVersion>
|
7 | 7 | <SchemaVersion>2.0</SchemaVersion>
|
| 8 | + <TargetFrameworkProfile>Profile2</TargetFrameworkProfile> |
8 | 9 | <ProjectGuid>{A15EEC02-60EC-4705-A58B-A6ECD55A9628}</ProjectGuid>
|
9 | 10 | <OutputType>Library</OutputType>
|
10 | 11 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 12 | <RootNamespace>Stateless</RootNamespace>
|
12 | 13 | <AssemblyName>Stateless</AssemblyName>
|
13 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 15 | <FileAlignment>512</FileAlignment>
|
15 | 16 | <SignAssembly>true</SignAssembly>
|
16 | 17 | <AssemblyOriginatorKeyFile>Stateless.snk</AssemblyOriginatorKeyFile>
|
17 |
| - <FileUpgradeFlags> |
18 |
| - </FileUpgradeFlags> |
19 | 18 | <OldToolsVersion>3.5</OldToolsVersion>
|
20 | 19 | <UpgradeBackupLocation />
|
21 | 20 | <PublishUrl>publish\</PublishUrl>
|
|
33 | 32 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
34 | 33 | <UseApplicationTrust>false</UseApplicationTrust>
|
35 | 34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
| 35 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
36 | 36 | </PropertyGroup>
|
37 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
38 | 38 | <DebugSymbols>true</DebugSymbols>
|
|
59 | 59 | </PropertyGroup>
|
60 | 60 | <ItemGroup>
|
61 | 61 | <Reference Include="System" />
|
62 |
| - <Reference Include="System.Core"> |
63 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
64 |
| - </Reference> |
65 |
| - <Reference Include="System.Xml.Linq"> |
66 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
67 |
| - </Reference> |
68 |
| - <Reference Include="System.Data.DataSetExtensions"> |
69 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
70 |
| - </Reference> |
71 |
| - <Reference Include="System.Data" /> |
| 62 | + <Reference Include="System.Core" /> |
| 63 | + <Reference Include="System.Net" /> |
| 64 | + <Reference Include="System.Runtime.Serialization" /> |
| 65 | + <Reference Include="System.ServiceModel" /> |
72 | 66 | <Reference Include="System.Xml" />
|
| 67 | + <Reference Include="System.Xml.Serialization" /> |
73 | 68 | </ItemGroup>
|
74 | 69 | <ItemGroup>
|
75 |
| - <Compile Include="DynamicTriggerBehaviour.cs" /> |
| 70 | + <Compile Include="DynamicTriggerBehaviour.cs"> |
| 71 | + <SubType>Code</SubType> |
| 72 | + </Compile> |
| 73 | + <Compile Include="Enforce.cs"> |
| 74 | + <SubType>Code</SubType> |
| 75 | + </Compile> |
| 76 | + <Compile Include="IgnoredTriggerBehaviour.cs"> |
| 77 | + <SubType>Code</SubType> |
| 78 | + </Compile> |
| 79 | + <Compile Include="ParameterConversion.cs"> |
| 80 | + <SubType>Code</SubType> |
| 81 | + </Compile> |
76 | 82 | <Compile Include="ParameterConversionResources.Designer.cs">
|
77 |
| - <AutoGen>True</AutoGen> |
78 |
| - <DesignTime>True</DesignTime> |
79 | 83 | <DependentUpon>ParameterConversionResources.resx</DependentUpon>
|
| 84 | + <DesignTime>True</DesignTime> |
| 85 | + <AutoGen>True</AutoGen> |
| 86 | + </Compile> |
| 87 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 88 | + <Compile Include="StateConfiguration.cs"> |
| 89 | + <SubType>Code</SubType> |
80 | 90 | </Compile>
|
81 | 91 | <Compile Include="StateConfigurationResources.Designer.cs">
|
82 |
| - <AutoGen>True</AutoGen> |
83 |
| - <DesignTime>True</DesignTime> |
84 | 92 | <DependentUpon>StateConfigurationResources.resx</DependentUpon>
|
| 93 | + <DesignTime>True</DesignTime> |
| 94 | + <AutoGen>True</AutoGen> |
| 95 | + </Compile> |
| 96 | + <Compile Include="StateMachine.cs"> |
| 97 | + <SubType>Code</SubType> |
85 | 98 | </Compile>
|
86 | 99 | <Compile Include="StateMachineResources.Designer.cs">
|
87 |
| - <AutoGen>True</AutoGen> |
88 |
| - <DesignTime>True</DesignTime> |
89 | 100 | <DependentUpon>StateMachineResources.resx</DependentUpon>
|
| 101 | + <DesignTime>True</DesignTime> |
| 102 | + <AutoGen>True</AutoGen> |
| 103 | + </Compile> |
| 104 | + <Compile Include="StateReference.cs"> |
| 105 | + <SubType>Code</SubType> |
| 106 | + </Compile> |
| 107 | + <Compile Include="StateRepresentation.cs"> |
| 108 | + <SubType>Code</SubType> |
90 | 109 | </Compile>
|
91 | 110 | <Compile Include="StateRepresentationResources.Designer.cs">
|
92 |
| - <AutoGen>True</AutoGen> |
93 |
| - <DesignTime>True</DesignTime> |
94 | 111 | <DependentUpon>StateRepresentationResources.resx</DependentUpon>
|
| 112 | + <DesignTime>True</DesignTime> |
| 113 | + <AutoGen>True</AutoGen> |
| 114 | + </Compile> |
| 115 | + <Compile Include="Transition.cs"> |
| 116 | + <SubType>Code</SubType> |
| 117 | + </Compile> |
| 118 | + <Compile Include="TransitioningTriggerBehaviour.cs"> |
| 119 | + <SubType>Code</SubType> |
| 120 | + </Compile> |
| 121 | + <Compile Include="TriggerBehaviour.cs"> |
| 122 | + <SubType>Code</SubType> |
| 123 | + </Compile> |
| 124 | + <Compile Include="TriggerWithParameters.cs"> |
| 125 | + <SubType>Code</SubType> |
95 | 126 | </Compile>
|
96 |
| - <Compile Include="TriggerBehaviour.cs" /> |
97 |
| - <Compile Include="ParameterConversion.cs" /> |
98 |
| - <Compile Include="Enforce.cs" /> |
99 |
| - <Compile Include="IgnoredTriggerBehaviour.cs" /> |
100 |
| - <Compile Include="StateReference.cs" /> |
101 |
| - <Compile Include="StateConfiguration.cs" /> |
102 |
| - <Compile Include="StateMachine.cs" /> |
103 |
| - <Compile Include="Properties\AssemblyInfo.cs" /> |
104 |
| - <Compile Include="StateRepresentation.cs" /> |
105 |
| - <Compile Include="Transition.cs" /> |
106 |
| - <Compile Include="TransitioningTriggerBehaviour.cs" /> |
107 |
| - <Compile Include="TriggerWithParameters.cs" /> |
108 | 127 | </ItemGroup>
|
109 | 128 | <ItemGroup>
|
110 |
| - <None Include="Stateless.snk" /> |
| 129 | + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 130 | + <Visible>False</Visible> |
| 131 | + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 132 | + <Install>false</Install> |
| 133 | + </BootstrapperPackage> |
| 134 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 135 | + <Visible>False</Visible> |
| 136 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 137 | + <Install>true</Install> |
| 138 | + </BootstrapperPackage> |
| 139 | + <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 140 | + <Visible>False</Visible> |
| 141 | + <ProductName>Windows Installer 3.1</ProductName> |
| 142 | + <Install>true</Install> |
| 143 | + </BootstrapperPackage> |
111 | 144 | </ItemGroup>
|
112 | 145 | <ItemGroup>
|
113 | 146 | <EmbeddedResource Include="ParameterConversionResources.resx">
|
|
128 | 161 | </EmbeddedResource>
|
129 | 162 | </ItemGroup>
|
130 | 163 | <ItemGroup>
|
131 |
| - <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
132 |
| - <Visible>False</Visible> |
133 |
| - <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
134 |
| - <Install>false</Install> |
135 |
| - </BootstrapperPackage> |
136 |
| - <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
137 |
| - <Visible>False</Visible> |
138 |
| - <ProductName>.NET Framework 3.5 SP1</ProductName> |
139 |
| - <Install>true</Install> |
140 |
| - </BootstrapperPackage> |
141 |
| - <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
142 |
| - <Visible>False</Visible> |
143 |
| - <ProductName>Windows Installer 3.1</ProductName> |
144 |
| - <Install>true</Install> |
145 |
| - </BootstrapperPackage> |
| 164 | + <None Include="Stateless.snk" /> |
146 | 165 | </ItemGroup>
|
147 |
| - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 166 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
148 | 167 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
149 | 168 | Other similar extension points exist, see Microsoft.Common.targets.
|
150 | 169 | <Target Name="BeforeBuild">
|
|
0 commit comments